mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
Kernel: Add more PCI configuration reading functions
This commit is contained in:
parent
06743932b8
commit
dce003c7eb
2 changed files with 32 additions and 20 deletions
|
@ -52,6 +52,11 @@ u32 get_BAR2(Address);
|
|||
u32 get_BAR3(Address);
|
||||
u32 get_BAR4(Address);
|
||||
u32 get_BAR5(Address);
|
||||
u8 get_revision_id(Address);
|
||||
u8 get_subclass(Address);
|
||||
u8 get_class(Address);
|
||||
u16 get_subsystem_id(Address);
|
||||
u16 get_subsystem_vendor_id(Address);
|
||||
void enable_bus_mastering(Address);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue