CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2013/01/21 04:17:48
Modified files: sys/conf : files sys/dev/pci : files.pci Added files: sys/dev/ic : ahci.c ahcireg.h ahcivar.h sys/dev/pci : ahci_pci.c Removed files: sys/dev/pci : ahci.c Log message: Split AHCI in order to support devices which are not attached via pci. Tested on a few machines, including JMicron and Intel AHCIs. ok dlg@ jmatthew@