summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 6535d4ead47..318da51e0e6 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.1003 2006/01/12 17:50:42 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1004 2006/01/14 06:44:40 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2819,6 +2819,7 @@
#define PCI_PRODUCT_SIS_963 0x0963 /* 963 ISA */
#define PCI_PRODUCT_SIS_964 0x0964 /* 964 ISA */
#define PCI_PRODUCT_SIS_965 0x0965 /* 965 ISA */
+#define PCI_PRODUCT_SIS_966 0x0966 /* 966 ISA */
#define PCI_PRODUCT_SIS_5511 0x5511 /* 5511 */
#define PCI_PRODUCT_SIS_5512 0x5512 /* 5512 */
#define PCI_PRODUCT_SIS_5513 0x5513 /* 5513 EIDE */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index f1419095d10..4e0e7fccac5 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.1003 2006/01/12 17:50:42 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1004 2006/01/14 06:44:40 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -8595,6 +8595,10 @@ static const struct pci_known_product pci_known_products[] = {
"965 ISA",
},
{
+ PCI_VENDOR_SIS, PCI_PRODUCT_SIS_966,
+ "966 ISA",
+ },
+ {
PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5511,
"5511",
},