X86: Create a mechanism for the IO APIC to access I8259 vectors.
This commit is contained in:
@@ -122,6 +122,12 @@ class IntPin : public SimObject
|
||||
public:
|
||||
typedef X86IntPinParams Params;
|
||||
|
||||
IntDev *
|
||||
getDevice() const
|
||||
{
|
||||
return device;
|
||||
}
|
||||
|
||||
const Params *
|
||||
params() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user