Home
last modified time | relevance | path

Searched refs:AHCI_Q_SATA1_UNIT0 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ahci/
H A Dahci_pci.c525 ctlr->quirks |= AHCI_Q_SATA1_UNIT0; in ahci_pci_attach()
H A Dahci.h612 #define AHCI_Q_SATA1_UNIT0 0x00008000 /* need better method for this */ macro
H A Dahci.c830 if ((ctlr->quirks & AHCI_Q_SATA1_UNIT0) && ch->unit == 0) in ahci_ch_attach()