X86: Create a mechanism for the IO APIC to access I8259 vectors.

This commit is contained in:
Gabe Black
2008-10-12 13:54:57 -07:00
parent c35da8e495
commit 3a1905157e
5 changed files with 97 additions and 28 deletions

View File

@@ -122,6 +122,12 @@ class IntPin : public SimObject
public:
typedef X86IntPinParams Params;
IntDev *
getDevice() const
{
return device;
}
const Params *
params() const
{