summaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2002-04-09 13:10:10 +0000
committerSøren Schmidt <sos@FreeBSD.org>2002-04-09 13:10:10 +0000
commitbbae1ca9f02dab14625d2bc2a64b839f9e11eb65 (patch)
tree515071ecde3380d868fdf739e9d93a6fa3c8e333 /sys/dev/ata
parent5a6bf277a3a856bf80baba209bbc61c1826569a9 (diff)
Notes
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/ata-dma.c1
-rw-r--r--sys/dev/ata/ata-pci.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c
index 5ee516de00b1..b442cd4e4d5a 100644
--- a/sys/dev/ata/ata-dma.c
+++ b/sys/dev/ata/ata-dma.c
@@ -837,6 +837,7 @@ via_82c586:
break;
case 0x4d69105a: /* Promise TX2 ATA133 controllers */
+ case 0x5275105a: /* Promise TX2 ATA133 controllers */
ATA_OUTB(ch->r_bmio, ATA_BMDEVSPEC_0, 0x0b);
if (udmamode >= 6 && !(ATA_INB(ch->r_bmio, ATA_BMDEVSPEC_1) & 0x04)) {
error = ata_command(atadev, ATA_C_SETFEATURES, 0,
diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c
index 76b0906304a9..1aa6fcc1bbf0 100644
--- a/sys/dev/ata/ata-pci.c
+++ b/sys/dev/ata/ata-pci.c
@@ -269,6 +269,7 @@ ata_pci_match(device_t dev)
return "Promise TX2 ATA100 controller";
case 0x4d69105a:
+ case 0x5275105a:
return "Promise TX2 ATA133 controller";
case 0x00041103:
@@ -555,6 +556,7 @@ ata_pci_intr(struct ata_channel *ch)
case 0x4d68105a: /* Promise TX2 ATA100 */
case 0x6268105a: /* Promise TX2 ATA100 */
case 0x4d69105a: /* Promise TX2 ATA133 */
+ case 0x5275105a: /* Promise TX2 ATA133 */
ATA_OUTB(ch->r_bmio, ATA_BMDEVSPEC_0, 0x0b);
if (!(ATA_INB(ch->r_bmio, ATA_BMDEVSPEC_1) & 0x20))
return 1;