summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1996-09-06 09:21:48 +0000
committerrgrimes <rgrimes@FreeBSD.org>1996-09-06 09:21:48 +0000
commitefc66b15ae9fb939543022c554c588005079bbe1 (patch)
treece3f0e79b3b732f3361743be5a0885269c342433 /sys/pci/pcisupport.c
parentbbacb62fd0171e0396ab8ce90f23482d80c3dafc (diff)
downloadFreeBSD-src-efc66b15ae9fb939543022c554c588005079bbe1.zip
FreeBSD-src-efc66b15ae9fb939543022c554c588005079bbe1.tar.gz
Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text).
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 79a4ad9..a4b6daa 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.35 1996/09/02 21:33:41 se Exp $
+** $Id: pcisupport.c,v 1.36 1996/09/05 21:34:12 se Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -140,6 +140,8 @@ chipset_probe (pcici_t tag, pcidi_t type)
return ("Intel 82371FB PCI-ISA bridge");
case 0x12308086:
return ("Intel 82371FB IDE interface");
+ case 0x12508086:
+ return ("Intel 82439");
case 0x04061039:
return ("SiS 85c501");
case 0x00081039:
OpenPOWER on IntegriCloud