summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-01-31 04:25:45 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-01-31 04:25:45 +0000
commit2acfc49acffc820829ecaf6595c64b83c0c543a3 (patch)
tree7fbf29aafa15010ccaaf704819b241d19082cd7b /sys
parent806e7e944013f40c77790495620e5855e8c0aff2 (diff)
The SiS 5513 is really a own design, partially revert my previous commit here.
pointed out by Chris Cappucio <chris at nmedia.net>; ok brad@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs4
-rw-r--r--sys/dev/pci/pciide.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs
index d3d27052394..7b0ba6f3359 100644
--- a/sys/dev/pci/pcidevs
+++ b/sys/dev/pci/pcidevs
@@ -1,4 +1,4 @@
-$OpenBSD: pcidevs,v 1.828 2005/01/25 04:40:15 brad Exp $
+$OpenBSD: pcidevs,v 1.829 2005/01/31 04:25:44 martin Exp $
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
/*
@@ -2325,7 +2325,7 @@ product SIS 963 0x0963 963 PCI
product SIS 964 0x0964 964 PCI
product SIS 5511 0x5511 5511
product SIS 5512 0x5512 5512
-product SIS 5597_IDE 0x5513 5597/5598 IDE
+product SIS 5513 0x5513 5513 EIDE
product SIS 5571 0x5571 5571 PCI
product SIS 5581 0x5581 5581
product SIS 5582 0x5582 5582
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index 741ae16d18e..ddd238f91bf 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.183 2005/01/22 15:08:52 martin Exp $ */
+/* $OpenBSD: pciide.c,v 1.184 2005/01/31 04:25:44 martin Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -476,7 +476,7 @@ const struct pciide_product_desc pciide_cypress_products[] = {
};
const struct pciide_product_desc pciide_sis_products[] = {
- { PCI_PRODUCT_SIS_5597_IDE, /* SIS 5597 EIDE */
+ { PCI_PRODUCT_SIS_5513, /* SIS 5513 EIDE */
0,
sis_chip_map
}