Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dnata.h173 #define ATA_CABLE_ID 0x2000 macro
/dragonfly/sys/dev/disk/nata/
H A Data-pci.c681 if (mode > ATA_UDMA2 && !(atadev->param.hwres & ATA_CABLE_ID)) { in ata_check_80pin()
H A Data-all.c652 (atacap->hwres & ATA_CABLE_ID) ? "80":"40"); in ata_getparam()