summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-08-08 21:11:40 +0000
committerphk <phk@FreeBSD.org>1997-08-08 21:11:40 +0000
commit4ab37270237dd0983456d617b0403f12e60ccc70 (patch)
treece73f121cc0c0fcd83357248207da704f7b60ae3 /sys/pci/pcisupport.c
parent4a473ac98f01cfb7947731deaa6fca826aac6533 (diff)
downloadFreeBSD-src-4ab37270237dd0983456d617b0403f12e60ccc70.zip
FreeBSD-src-4ab37270237dd0983456d617b0403f12e60ccc70.tar.gz
Add ID's for 5 VLSI chips. They're not very friendly, so this info was
found by taking my HP800CT apart, perusing HPs (Very good!) service manual and inference from a bad gif file I found in Finland. Sigh... But it's a nice machine :-)
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index c33ba34..47e2257 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.49 1997/07/29 12:57:08 sos Exp $
+** $Id: pcisupport.c,v 1.50 1997/08/02 14:33:13 bde Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -212,6 +212,17 @@ chipset_probe (pcici_t tag, pcidi_t type)
return ("DEC 21050 PCI-PCI bridge");
case 0x124b8086:
return ("Intel 82380FB mobile PCI to PCI bridge");
+ /* VLSI -- vendor 0x1004 */
+ case 0x01011004:
+ return ("VLSI 82C532 Eagle Peripheral Controller");
+ case 0x01021004:
+ return ("VLSI 82C534 Eagle PCI Bus bridge");
+ case 0x01031004:
+ return ("VLSI 82C538 Eagle PCI Docking bridge");
+ case 0x01041004:
+ return ("VLSI 82C535 Eagle System Controller");
+ case 0x01051004:
+ return ("VLSI 82C147 IrDA Controller");
};
if (descr = generic_pci_bridge(tag))
OpenPOWER on IntegriCloud