summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1997-07-18 19:47:23 +0000
committerse <se@FreeBSD.org>1997-07-18 19:47:23 +0000
commitecd0abeac821275ea4abe5bc5cb9588170ce2dfd (patch)
treeb047142b599ff3c4c10cacb6930fef85a62c9e33 /sys/pci/pcisupport.c
parent26a089b9eac52220c2885f9523badcfb9129b093 (diff)
downloadFreeBSD-src-ecd0abeac821275ea4abe5bc5cb9588170ce2dfd.zip
FreeBSD-src-ecd0abeac821275ea4abe5bc5cb9588170ce2dfd.tar.gz
Assign correct chip set register dump functions to Triton II device IDs.
PR: i386/4092 Submitted by: Steve Bauer <sbauer@rock.sdsmt.edu>
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 885a3a7..1108d30 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.46 1997/05/26 15:08:35 se Exp $
+** $Id: pcisupport.c,v 1.47 1997/05/30 21:01:47 se Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -732,10 +732,11 @@ chipset_attach (pcici_t config_id, int unit)
case 0x70308086:
writeconfig (config_id, conf82437vx);
break;
- case 0x70108086:
+ case 0x70008086:
case 0x122e8086:
writeconfig (config_id, conf82371fb);
break;
+ case 0x70108086:
case 0x12308086:
writeconfig (config_id, conf82371fb2);
break;
OpenPOWER on IntegriCloud