CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/03 16:18:13
Modified files:
sys/dev/acpi : acpi.c acpivar.h ahci_acpi.c
sys/dev/pci : ahci_pci.c pcireg.h
Log message:
Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). Avoids
having to add many more _HID entries to the match table.
ok deraadt@, mlarkin@
