[][src]Function sunrise_ahci::main

fn main()

Ahci driver initialisation.

  1. Discover HBAs on the PCI.
  2. For every found HBA:
    • Initialize each implemented port if we detect it is connected to a device.
    • Push the created Disks in DISKS.
  3. Start the event loop.