Re: git: Revert "IO APIC: Assign pins dedicated to PCI in the ea

看板DFBSD_commit作者時間16年前 (2009/11/10 11:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/6 (看更多)
:If you are going to do it, I think the first step will be supporting :256 intr vectors. And the major work will concern how to properly :handle gd_fpending. I was thinking about splitting it into two parts, :one gd_fpending_group (uint8_t should be enough), and one :gd_fpenfing[8] (uint32_t mask array), but never find time to do it... : :Best Regards, :sephe : :-- :Live Free or Die That seems to be a reasonable way to do it. Even better, we could probably combine spending, fpending, and ipending all together, bump the vectors up to 1024 (32x32), and then run it through an array of (C) function pointers for various actions. That would remove a large chunk of the code duplication. I'll think about it a bit. -Matt Matthew Dillon <dillon@backplane.com>
文章代碼(AID): #1A-DwuLg (DFBSD_commit)
討論串 (同標題文章)
文章代碼(AID): #1A-DwuLg (DFBSD_commit)