kernel/PCI: Add more PCI field types
This commit is contained in:
parent
f0caf010bf
commit
beeafb73e6
@ -17,7 +17,14 @@ namespace PCI
|
||||
|
||||
HeaderType = 0x0e,
|
||||
|
||||
SecondaryBus = 0x19
|
||||
BAR0 = 0x10,
|
||||
BAR1 = 0x14,
|
||||
BAR2 = 0x18,
|
||||
BAR3 = 0x1c,
|
||||
|
||||
SecondaryBus = 0x19,
|
||||
|
||||
InterruptLine = 0x3c,
|
||||
};
|
||||
|
||||
struct Device
|
||||
|
Loading…
Reference in New Issue
Block a user