feat: serial device interfacing
[lunaix-os.git] / lunaix-os / hal / ahci / ahci.c
index c20e21dffe9bb248ae7f6f5c043b5556c34bab43..2b1176e4742dad14458240faf06b762afe2c2856 100644 (file)
@@ -443,7 +443,7 @@ static struct pci_device_def ahcidef = {
     .dev_vendor = PCI_ID_ANY,
     .dev_id = PCI_ID_ANY,
     .devdef = { .class = DEVCLASS(DEVIF_PCI, DEVFN_STORAGE, DEV_SATA, 0),
-                .name = "SATA AHCI",
+                .name = "Serial ATA Controller",
                 .init_for = ahci_driver_init }
 };
 EXPORT_DEVICE(ahci, &ahcidef.devdef, load_on_demand);
\ No newline at end of file