freebsd-nq/sys/dev/ahci
Steven Hartland 5f59ea478e Return the error from ahci_setup_interrupt in ahci_attach
Previously ahci_attach returned a hard coded ENXIO instead of the value
from ahci_setup_interrupt. This is effectively a NOOP change as currently
ahci_setup_interrupt only ever returns 0 or ENXIO, so just there to protect
against any future changes to that.

Differential Revision:	D838
MFC after:	2 weeks
Sponsored by:	Multiplay
2014-12-21 16:32:57 +00:00
..
ahci_pci.c Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets. 2014-11-26 04:23:21 +00:00
ahci.c Return the error from ahci_setup_interrupt in ahci_attach 2014-12-21 16:32:57 +00:00
ahci.h Add a constant AHCI_MAX_IRQS removing magic number 2014-12-21 16:07:46 +00:00
ahciem.c Bunch of microoptimizations to reduce dereferences and cache collisions. 2014-09-08 12:11:49 +00:00