summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 18 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 5975cc21fe1..7ac11ee26e5 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.46 1998/04/16 04:49:34 millert Exp
+ * OpenBSD: pcidevs,v 1.47 1998/04/25 00:15:21 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -761,6 +761,9 @@
#define PCI_PRODUCT_IBM_82351 0x0022 /* 82351 PCI-PCI Bridge */
#define PCI_PRODUCT_IBM_0x0036 0x0036 /* Miami/PCI */
+/* IDT products */
+#define PCI_PRODUCT_IDT_77201 0x0001 /* 77201/77211 ATM (NICStAR) */
+
/* Integrated Micro Solutions products */
#define PCI_PRODUCT_IMS_8849 0x8849 /* 8849 */
@@ -977,6 +980,7 @@
/* Toshiba products */
#define PCI_PRODUCT_TOSHIBA_R4X00 0x102f /* R4x00 Host-PCI Bridge */
+#define PCI_PRODUCT_TOSHIBA_TC35856F 0x0020 /* TC35856F ATM (Meteor) */
/* Trident products */
#define PCI_PRODUCT_TRIDENT_TGUI_9320 0x9320 /* TGUI 9320 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 3100e068db8..44dfa5e0165 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.46 1998/04/16 04:49:34 millert Exp
+ * OpenBSD: pcidevs,v 1.47 1998/04/25 00:15:21 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -951,6 +951,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Miami/PCI",
},
{
+ PCI_VENDOR_IDT, PCI_PRODUCT_IDT_77201,
+ 0,
+ "IDT",
+ "77201/77211 ATM (NICStAR)",
+ },
+ {
PCI_VENDOR_IMS, PCI_PRODUCT_IMS_8849,
0,
"Integrated Micro Solutions",
@@ -1809,6 +1815,12 @@ struct pci_knowndev pci_knowndevs[] = {
"R4x00 Host-PCI Bridge",
},
{
+ PCI_VENDOR_TOSHIBA, PCI_PRODUCT_TOSHIBA_TC35856F,
+ 0,
+ "Toshiba America",
+ "TC35856F ATM (Meteor)",
+ },
+ {
PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_TGUI_9320,
0,
"Trident Microsystems",