summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2002-10-01 15:21:09 +0000
committersos <sos@FreeBSD.org>2002-10-01 15:21:09 +0000
commit137f3cd2e3126fd3eb96a39641b0cee8cf79b285 (patch)
tree704ebd65677151752cbd1cb94222b676da470e92 /sys/dev
parent014597718b259b5900c22a72248e357c6736e50d (diff)
downloadFreeBSD-src-137f3cd2e3126fd3eb96a39641b0cee8cf79b285.zip
FreeBSD-src-137f3cd2e3126fd3eb96a39641b0cee8cf79b285.tar.gz
Add yet another Promise PCI id.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ata/ata-dma.c1
-rw-r--r--sys/dev/ata/ata-pci.c2
-rw-r--r--sys/dev/ata/ata-raid.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c
index d5273f0..030e0ae 100644
--- a/sys/dev/ata/ata-dma.c
+++ b/sys/dev/ata/ata-dma.c
@@ -1041,6 +1041,7 @@ ata_dmainit(struct ata_device *atadev, int apiomode, int wdmamode, int udmamode)
case 0x4d69105a: /* Promise TX2 ATA133 controllers */
case 0x5275105a: /* Promise TX2 ATA133 controllers */
case 0x6269105a: /* Promise TX2 ATA133 controllers */
+ case 0x7275105a: /* Promise TX2 ATA133 controllers */
ATA_OUTB(atadev->channel->r_bmio, ATA_BMDEVSPEC_0, 0x0b);
if (udmamode >= 6 &&
!(ATA_INB(atadev->channel->r_bmio, ATA_BMDEVSPEC_1) & 0x04)) {
diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c
index 3ed8b11..c57d391 100644
--- a/sys/dev/ata/ata-pci.c
+++ b/sys/dev/ata/ata-pci.c
@@ -279,6 +279,7 @@ ata_pci_match(device_t dev)
case 0x4d69105a:
case 0x5275105a:
case 0x6269105a:
+ case 0x7275105a:
return "Promise TX2 ATA133 controller";
case 0x00041103:
@@ -593,6 +594,7 @@ ata_pci_intr(struct ata_channel *ch)
case 0x4d69105a: /* Promise TX2 ATA133 */
case 0x5275105a: /* Promise TX2 ATA133 */
case 0x6269105a: /* Promise TX2 ATA133 */
+ case 0x7275105a: /* Promise TX2 ATA133 */
ATA_OUTB(ch->r_bmio, ATA_BMDEVSPEC_0, 0x0b);
if (!(ATA_INB(ch->r_bmio, ATA_BMDEVSPEC_1) & 0x20))
return 1;
diff --git a/sys/dev/ata/ata-raid.c b/sys/dev/ata/ata-raid.c
index ec920e0..f1afcc7 100644
--- a/sys/dev/ata/ata-raid.c
+++ b/sys/dev/ata/ata-raid.c
@@ -123,6 +123,7 @@ ata_raiddisk_attach(struct ad_softc *adp)
case 0x4d33105a: case 0x4d38105a: case 0x4d30105a:
case 0x0d30105a: case 0x4d68105a: case 0x6268105a:
case 0x4d69105a: case 0x5275105a: case 0x6269105a:
+ case 0x7275105a:
/* test RAID bit in PCI reg XXX */
return (ar_promise_read_conf(adp, ar_table, 0));
OpenPOWER on IntegriCloud