Searched defs:ATA_100a (Results 1 - 1 of 1) sorted by relevance

/drivers/ide/
H A Dsis5513.c61 #define ATA_100a 0x04 /* SiS730/SiS550 is ATA100 with ATA66 layout */ macro
86 { "SiS730", PCI_DEVICE_ID_SI_730, ATA_100a },
87 { "SiS550", PCI_DEVICE_ID_SI_550, ATA_100a },
112 /* {0, ATA_16, ATA_33, ATA_66, ATA_100a, ATA_100, ATA_133} */
120 { 7, 5, 3, 2, 1, 0, 0 }, /* ATA_100a (730 specific),
381 /* Special case for SiS630 : 630S/ET is ATA_100a */
384 chipset_family = ATA_100a;
482 case ATA_100a:

Completed in 28 milliseconds