20 log(
mod,
"Looking for AHCI device 0x8086:0x2922");
23 log(
mod,
"Device not found");
27 log(
mod,
"Device found, calling setup");
static AHCIModule instance
struct ioforge_pci_device * dev_
static AHCIModule * getInstance()
struct ioforge_pci_device * findDevice(uint16_t vendor_id, uint16_t device_id)
IOforgePCI(const char *mod)
#define log(mod, fmt,...)
#define IoForgeModuleConstructor(Class)