Home
last modified time | relevance | path

Searched refs:ATA_PRIMARY (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/ata/
HData-pci.c233 start = (unit ? ATA_SECONDARY : ATA_PRIMARY); in ata_pci_alloc_resource()
244 start = (unit ? ATA_SECONDARY : ATA_PRIMARY) + in ata_pci_alloc_resource()
HData-all.h179 #define ATA_PRIMARY 0x1f0 macro