kernel/PCI: Add more PCI field types

This commit is contained in:
apio 2023-05-10 19:15:02 +02:00
parent f0caf010bf
commit beeafb73e6
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -17,7 +17,14 @@ namespace PCI
HeaderType = 0x0e, HeaderType = 0x0e,
SecondaryBus = 0x19 BAR0 = 0x10,
BAR1 = 0x14,
BAR2 = 0x18,
BAR3 = 0x1c,
SecondaryBus = 0x19,
InterruptLine = 0x3c,
}; };
struct Device struct Device