summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-01-02 03:35:49 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-01-02 03:35:49 +0000
commitf9fd93126120570b2a22ede79b25d35e26f0adab (patch)
tree8a01aa8438b202f265719da9273bb5931f1746c9
parentb907ccb2715148a16f946dcce7650a55c03f951c (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h10
-rw-r--r--sys/dev/pci/pcidevs_data.h26
2 files changed, 34 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 06292cf017a..cb79aacb9c3 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.991 2006/01/01 19:02:42 brad Exp
+ * OpenBSD: pcidevs,v 1.992 2006/01/02 03:35:25 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -91,6 +91,7 @@
#define PCI_VENDOR_SONY 0x104d /* Sony */
#define PCI_VENDOR_OAKTECH 0x104e /* Oak Technology */
#define PCI_VENDOR_WINBOND 0x1050 /* Winbond */
+#define PCI_VENDOR_SMSC 0x1055 /* SMSC */
#define PCI_VENDOR_MOT 0x1057 /* Motorola */
#define PCI_VENDOR_PROMISE 0x105a /* Promise */
#define PCI_VENDOR_NUMBER9 0x105d /* Number 9 */
@@ -2830,6 +2831,13 @@
#define PCI_PRODUCT_SMI_SM820 0x0820 /* Lynx3D */
#define PCI_PRODUCT_SMI_SM910 0x0910 /* 910 */
+/* SMSC products */
+#define PCI_PRODUCT_SMSC_VICTORY66_IDE_1 0x9130 /* Victory66 IDE */
+#define PCI_PRODUCT_SMSC_VICTORY66_ISA 0x9460 /* Victory66 ISA */
+#define PCI_PRODUCT_SMSC_VICTORY66_IDE_2 0x9461 /* Victory66 IDE */
+#define PCI_PRODUCT_SMSC_VICTORY66_USB 0x9462 /* Victory66 USB */
+#define PCI_PRODUCT_SMSC_VICTORY66_PM 0x9463 /* Victory66 Power */
+
/* SNC products */
#define PCI_PRODUCT_SNI_PIRAHNA 0x0002 /* Pirahna 2-port */
#define PCI_PRODUCT_SNI_TCPMSE 0x0005 /* Tulip, power, switch extender */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index c34cfb5bc11..9fe543d2b3e 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.991 2006/01/01 19:02:42 brad Exp
+ * OpenBSD: pcidevs,v 1.992 2006/01/02 03:35:25 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -8623,6 +8623,26 @@ static const struct pci_known_product pci_known_products[] = {
"910",
},
{
+ PCI_VENDOR_SMSC, PCI_PRODUCT_SMSC_VICTORY66_IDE_1,
+ "Victory66 IDE",
+ },
+ {
+ PCI_VENDOR_SMSC, PCI_PRODUCT_SMSC_VICTORY66_ISA,
+ "Victory66 ISA",
+ },
+ {
+ PCI_VENDOR_SMSC, PCI_PRODUCT_SMSC_VICTORY66_IDE_2,
+ "Victory66 IDE",
+ },
+ {
+ PCI_VENDOR_SMSC, PCI_PRODUCT_SMSC_VICTORY66_USB,
+ "Victory66 USB",
+ },
+ {
+ PCI_VENDOR_SMSC, PCI_PRODUCT_SMSC_VICTORY66_PM,
+ "Victory66 Power",
+ },
+ {
PCI_VENDOR_SNI, PCI_PRODUCT_SNI_PIRAHNA,
"Pirahna 2-port",
},
@@ -10523,6 +10543,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Winbond",
},
{
+ PCI_VENDOR_SMSC,
+ "SMSC",
+ },
+ {
PCI_VENDOR_MOT,
"Motorola",
},