git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: serial device interfacing
[lunaix-os.git]
/
lunaix-os
/
hal
/
ahci
/
ahci.c
diff --git
a/lunaix-os/hal/ahci/ahci.c
b/lunaix-os/hal/ahci/ahci.c
index c20e21dffe9bb248ae7f6f5c043b5556c34bab43..2b1176e4742dad14458240faf06b762afe2c2856 100644
(file)
--- a/
lunaix-os/hal/ahci/ahci.c
+++ b/
lunaix-os/hal/ahci/ahci.c
@@
-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),
.dev_vendor = PCI_ID_ANY,
.dev_id = PCI_ID_ANY,
.devdef = { .class = DEVCLASS(DEVIF_PCI, DEVFN_STORAGE, DEV_SATA, 0),
- .name = "S
ATA AHCI
",
+ .name = "S
erial ATA Controller
",
.init_for = ahci_driver_init }
};
EXPORT_DEVICE(ahci, &ahcidef.devdef, load_on_demand);
\ No newline at end of file
.init_for = ahci_driver_init }
};
EXPORT_DEVICE(ahci, &ahcidef.devdef, load_on_demand);
\ No newline at end of file