summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-04-17 19:48:45 +0000
committerdfr <dfr@FreeBSD.org>1999-04-17 19:48:45 +0000
commit8a353ac4a338b3f9f29988d3a3ef0e431eedb7ca (patch)
tree8da2acd6a9cc064d4cef7fb878eb2ca8b2f5afc0
parent649a72f196daadb30fd883e54bb2bccffe5634e5 (diff)
downloadFreeBSD-src-8a353ac4a338b3f9f29988d3a3ef0e431eedb7ca.zip
FreeBSD-src-8a353ac4a338b3f9f29988d3a3ef0e431eedb7ca.tar.gz
Probe the SiS 85c503 as a PCI-ISA bridge.
-rw-r--r--sys/pci/pcisupport.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 1fe5f1e..49aeacd 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.95 1999/04/07 03:59:13 msmith Exp $
+** $Id: pcisupport.c,v 1.96 1999/04/16 21:22:52 peter Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -929,6 +929,10 @@ isab_match(device_t dev)
return("AcerLabs M1533 portable PCI-ISA bridge");
case 0x154310b9:
return("AcerLabs M1543 desktop PCI-ISA bridge");
+
+ /* SiS -- vendor 0x1039 */
+ case 0x00081039:
+ return ("SiS 85c503 PCI-ISA bridge");
}
if (pci_get_class(dev) == PCIC_BRIDGE
@@ -1050,8 +1054,6 @@ chip_match(device_t dev)
return ("SiS 85c496");
case 0x04061039:
return ("SiS 85c501");
- case 0x00081039:
- return ("SiS 85c503");
case 0x06011039:
return ("SiS 85c601");
OpenPOWER on IntegriCloud