refactor: make pci device driver loading passive, pci bus scanner will not load them...
authorMinep <lunaixsky@qq.com>
Sat, 4 Nov 2023 19:27:18 +0000 (19:27 +0000)
committerMinep <lunaixsky@qq.com>
Sat, 4 Nov 2023 19:37:26 +0000 (19:37 +0000)
          this allow greater flexibility and decouple the pci bus scanning and the driver init dependency.
refactor: move acpi as a loadable device
refactor: remove the nonsense "len" parameter from {read|write}_page file ops
refactor: decouple the ahci main driver from the pci interfacing
refacror: move the mounting of some kernel fs to user space.
refactor: rename the device loading stage to make more sense.
chores: some house-keeping stuff


No differences found