Home
last modified time | relevance | path

Searched refs:ATA_UDMA4 (Results 1 – 14 of 14) sorted by relevance

/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-sis.c67 { ATA_SIS630, 0x00, SIS_66, 0, ATA_UDMA4, "630" }, /* 1chip */ in ata_sis_ident()
68 { ATA_SIS620, 0x00, SIS_66, 0, ATA_UDMA4, "620" }, /* 1chip */ in ata_sis_ident()
71 { ATA_SIS540, 0x00, SIS_66, 0, ATA_UDMA4, "540" }, in ata_sis_ident()
72 { ATA_SIS530, 0x00, SIS_66, 0, ATA_UDMA4, "530" }, in ata_sis_ident()
H A Data-highpoint.c55 { ATA_HPT366, 0x02, HPT_366, 0x00, ATA_UDMA4, "HPT368" }, in ata_highpoint_ident()
56 { ATA_HPT366, 0x00, HPT_366, HPT_OLD, ATA_UDMA4, "HPT366" }, in ata_highpoint_ident()
H A Data-acard.c48 { ATA_ATP860A, 0, 0, 0x00, ATA_UDMA4, "ATP860A" }, in ata_acard_ident()
49 { ATA_ATP860R, 0, 0, 0x00, ATA_UDMA4, "ATP860R" }, in ata_acard_ident()
H A Data-via.c56 { ATA_VIA82C596, 0x12, VIA66, VIACLK, ATA_UDMA4, "82C596B" }, in ata_via_ident()
59 { ATA_VIA82C686, 0x10, VIA66, VIACLK, ATA_UDMA4, "82C686A" }, in ata_via_ident()
H A Data-amd.c43 {{ ATA_AMD756, 0x00, 0x00, 0, ATA_UDMA4, "756" }, in ata_amd_ident()
H A Data-serverworks.c50 { ATA_CSB5, 0x00, SWKS_66, 0, ATA_UDMA4, "CSB5" }, in ata_serverworks_ident()
52 { ATA_CSB6_1, 0x00, SWKS_66, 0, ATA_UDMA4, "CSB6" }, in ata_serverworks_ident()
H A Data-intel.c56 { ATA_I82801AA, 0, 0, 2, ATA_UDMA4, "ICH" }, in ata_intel_ident()
57 { ATA_I82372FB, 0, 0, 2, ATA_UDMA4, "ICH" }, in ata_intel_ident()
H A Data-acerlabs.c53 { ATA_ALI_5229, 0xc2, 0, ALI_NEW, ATA_UDMA4, "M5229" }, in ata_ali_ident()
H A Data-promise.c105 { ATA_PDC20262, 0, PR_NEW, 0x00, ATA_UDMA4, "PDC20262" }, in ata_promise_ident()
106 { ATA_PDC20263, 0, PR_NEW, 0x00, ATA_UDMA4, "PDC20263" }, in ata_promise_ident()
H A Data-siliconimage.c74 { ATA_CMD648, 0x00, 0, SII_INTR, ATA_UDMA4, "CMD 648" }, in ata_sii_ident()
/dragonfly/sbin/natacontrol/
H A Dnatacontrol.c58 case ATA_UDMA4: return "UDMA66"; in mode2str()
104 if (!strcasecmp(str, "UDMA4")) return ATA_UDMA4; in str2mode()
105 if (!strcasecmp(str, "UDMA66")) return ATA_UDMA4; in str2mode()
/dragonfly/sys/sys/
H A Dnata.h217 #define ATA_UDMA4 0x44 macro
/dragonfly/sys/dev/disk/nata/
H A Data-all.c864 case ATA_UDMA4: return "UDMA66"; in ata_mode2str()
935 return ATA_UDMA4; in ata_umode()
H A Datapi-cam.c409 case ATA_UDMA4: in atapi_action()