mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
Kernel: Simplify PCI initialization logic
- Get rid of the PCI::Initializer object which was not serving any real purpose or holding any data members. - Move command line parsing from init to PCI::initialize().
This commit is contained in:
parent
a6a8f36a83
commit
f2ebfb9e4e
4 changed files with 28 additions and 76 deletions
|
@ -190,7 +190,6 @@ size_t get_BAR_space_size(Address, u8);
|
|||
void enable_bus_mastering(Address);
|
||||
void disable_bus_mastering(Address);
|
||||
|
||||
class Initializer;
|
||||
class Access;
|
||||
class MMIOAccess;
|
||||
class IOAccess;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue