summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartin <martin@openbsd.org>2005-01-22 15:05:27 +0000
committermartin <martin@openbsd.org>2005-01-22 15:05:27 +0000
commitcf4c5785db980fd9aac30779a98c0e637f1b0a8c (patch)
treeab8874b476e1369ca23bdf24ef18ff8fbfd3398b
parentcorrect SiS 5597/5598 entries (diff)
downloadwireguard-openbsd-cf4c5785db980fd9aac30779a98c0e637f1b0a8c.tar.xz
wireguard-openbsd-cf4c5785db980fd9aac30779a98c0e637f1b0a8c.zip
sync
-rw-r--r--sys/dev/pci/pcidevs.h9
-rw-r--r--sys/dev/pci/pcidevs_data.h16
2 files changed, 10 insertions, 15 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 4e2d4d5514e..9c0bcd9a4c9 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.822 2005/01/22 02:56:28 brad Exp
+ * OpenBSD: pcidevs,v 1.823 2005/01/22 15:04:27 martin Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2275,7 +2275,7 @@
#define PCI_PRODUCT_SIS_85C503 0x0008 /* 85C503 System */
#define PCI_PRODUCT_SIS_5595 0x0009 /* 5595 System */
#define PCI_PRODUCT_SIS_85C503_ISA 0x0018 /* 85C503 ISA */
-#define PCI_PRODUCT_SIS_5597VGA 0x0200 /* 5597/5598 VGA */
+#define PCI_PRODUCT_SIS_5597_VGA 0x0200 /* 5597/5598 VGA */
#define PCI_PRODUCT_SIS_6215 0x0204 /* 6215 */
#define PCI_PRODUCT_SIS_86C205_2 0x0205 /* 86C205 */
#define PCI_PRODUCT_SIS_300 0x0300 /* 300/305/630 VGA */
@@ -2319,14 +2319,13 @@
#define PCI_PRODUCT_SIS_964 0x0964 /* 964 PCI */
#define PCI_PRODUCT_SIS_5511 0x5511 /* 5511 */
#define PCI_PRODUCT_SIS_5512 0x5512 /* 5512 */
-#define PCI_PRODUCT_SIS_5513 0x5513 /* 5513 EIDE */
+#define PCI_PRODUCT_SIS_5597_IDE 0x5513 /* 5597/5598 IDE */
#define PCI_PRODUCT_SIS_5571 0x5571 /* 5571 PCI */
#define PCI_PRODUCT_SIS_5581 0x5581 /* 5581 */
#define PCI_PRODUCT_SIS_5582 0x5582 /* 5582 */
#define PCI_PRODUCT_SIS_5591 0x5591 /* 5591 PCI */
#define PCI_PRODUCT_SIS_5596 0x5596 /* 5596 */
-#define PCI_PRODUCT_SIS_5597 0x5597 /* 5597 Host */
-#define PCI_PRODUCT_SIS_5598 0x5598 /* 5598 */
+#define PCI_PRODUCT_SIS_5597_HB 0x5597 /* 5597/5598 Host */
#define PCI_PRODUCT_SIS_6204 0x6204 /* 6204 */
#define PCI_PRODUCT_SIS_6205 0x6205 /* 6205 */
#define PCI_PRODUCT_SIS_6300 0x6300 /* 6300 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 5ba13d1a672..426aa290f34 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.822 2005/01/22 02:56:28 brad Exp
+ * OpenBSD: pcidevs,v 1.823 2005/01/22 15:04:27 martin Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6551,7 +6551,7 @@ static const struct pci_known_product pci_known_products[] = {
"85C503 ISA",
},
{
- PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5597VGA,
+ PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5597_VGA,
"5597/5598 VGA",
},
{
@@ -6727,8 +6727,8 @@ static const struct pci_known_product pci_known_products[] = {
"5512",
},
{
- PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5513,
- "5513 EIDE",
+ PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5597_IDE,
+ "5597/5598 IDE",
},
{
PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5571,
@@ -6751,12 +6751,8 @@ static const struct pci_known_product pci_known_products[] = {
"5596",
},
{
- PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5597,
- "5597 Host",
- },
- {
- PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5598,
- "5598",
+ PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5597_HB,
+ "5597/5598 Host",
},
{
PCI_VENDOR_SIS, PCI_PRODUCT_SIS_6204,