Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/chipsets/
H A Data-highpoint.c78 { ATA_HPT366, 0x05, HPT_372, 0, ATA_UDMA6, "HPT372" }, in ata_highpoint_probe()
79 { ATA_HPT366, 0x03, HPT_370, 0, ATA_UDMA5, "HPT370" }, in ata_highpoint_probe()
80 { ATA_HPT366, 0x02, HPT_366, 0, ATA_UDMA4, "HPT368" }, in ata_highpoint_probe()
81 { ATA_HPT366, 0x00, HPT_366, HPT_OLD, ATA_UDMA4, "HPT366" }, in ata_highpoint_probe()
/freebsd/sys/dev/ata/
H A Data-pci.h142 #define ATA_HPT366 0x00041103 macro