Searched hist:"802 df3ace64925cb23b020c9cf9b06118b7b7d5d" (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/modules/ahci/ |
H A D | Makefile | diff 802df3ace64925cb23b020c9cf9b06118b7b7d5d Fri Sep 05 00:22:53 CEST 2014 Warner Losh <imp@FreeBSD.org> Separate out PCI attachment from the main AHCI driver. Move checks of PCI IDs into quirks, which mostly fit (though you'd get no argument from me that AHCI_Q_SATA1_UNIT0 is oddly specific). Set these quirks in the PCI attachment. Make some shared functions public so that PCI and possibly other bus attachments can use them.
The split isn't perfect yet, but it is functional. The split will be perfected as other bus attachments for AHCI are written.
Sponsored by: Netflix Reviewed by: kan, mav Differential Revision: https://reviews.freebsd.org/D699
|
/freebsd/sys/dev/ahci/ |
H A D | ahci_pci.c | 802df3ace64925cb23b020c9cf9b06118b7b7d5d Fri Sep 05 00:22:53 CEST 2014 Warner Losh <imp@FreeBSD.org> Separate out PCI attachment from the main AHCI driver. Move checks of PCI IDs into quirks, which mostly fit (though you'd get no argument from me that AHCI_Q_SATA1_UNIT0 is oddly specific). Set these quirks in the PCI attachment. Make some shared functions public so that PCI and possibly other bus attachments can use them.
The split isn't perfect yet, but it is functional. The split will be perfected as other bus attachments for AHCI are written.
Sponsored by: Netflix Reviewed by: kan, mav Differential Revision: https://reviews.freebsd.org/D699
|
H A D | ahci.h | diff 802df3ace64925cb23b020c9cf9b06118b7b7d5d Fri Sep 05 00:22:53 CEST 2014 Warner Losh <imp@FreeBSD.org> Separate out PCI attachment from the main AHCI driver. Move checks of PCI IDs into quirks, which mostly fit (though you'd get no argument from me that AHCI_Q_SATA1_UNIT0 is oddly specific). Set these quirks in the PCI attachment. Make some shared functions public so that PCI and possibly other bus attachments can use them.
The split isn't perfect yet, but it is functional. The split will be perfected as other bus attachments for AHCI are written.
Sponsored by: Netflix Reviewed by: kan, mav Differential Revision: https://reviews.freebsd.org/D699
|
H A D | ahci.c | diff 802df3ace64925cb23b020c9cf9b06118b7b7d5d Fri Sep 05 00:22:53 CEST 2014 Warner Losh <imp@FreeBSD.org> Separate out PCI attachment from the main AHCI driver. Move checks of PCI IDs into quirks, which mostly fit (though you'd get no argument from me that AHCI_Q_SATA1_UNIT0 is oddly specific). Set these quirks in the PCI attachment. Make some shared functions public so that PCI and possibly other bus attachments can use them.
The split isn't perfect yet, but it is functional. The split will be perfected as other bus attachments for AHCI are written.
Sponsored by: Netflix Reviewed by: kan, mav Differential Revision: https://reviews.freebsd.org/D699
|
/freebsd/sys/conf/ |
H A D | files | diff 802df3ace64925cb23b020c9cf9b06118b7b7d5d Fri Sep 05 00:22:53 CEST 2014 Warner Losh <imp@FreeBSD.org> Separate out PCI attachment from the main AHCI driver. Move checks of PCI IDs into quirks, which mostly fit (though you'd get no argument from me that AHCI_Q_SATA1_UNIT0 is oddly specific). Set these quirks in the PCI attachment. Make some shared functions public so that PCI and possibly other bus attachments can use them.
The split isn't perfect yet, but it is functional. The split will be perfected as other bus attachments for AHCI are written.
Sponsored by: Netflix Reviewed by: kan, mav Differential Revision: https://reviews.freebsd.org/D699
|