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:
Andreas Kling
2020-04-08 17:39:17 +02:00
parent a6a8f36a83
commit f2ebfb9e4e
Notes: sideshowbarker 2024-07-19 07:47:54 +09:00
4 changed files with 28 additions and 76 deletions

View File

@@ -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;