summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2003-11-17 20:55:57 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2003-11-17 20:55:57 +0000
commit3136d1fa46b6ab1463d557931931da882c740974 (patch)
tree3235f82560502c44d18b9dd053cee09c37642504 /sys
parent96ac23fc2cd5ddae56b5a2bdc5b6fbdcae628fe2 (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 7390babed56..4aaf834639f 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.688 2003/11/06 07:21:26 mickey Exp
+ * OpenBSD: pcidevs,v 1.689 2003/11/17 20:51:41 grange Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -263,6 +263,7 @@
#define PCI_VENDOR_ADP2 0x9005 /* Adaptec */
#define PCI_VENDOR_ATRONICS 0x907f /* Atronics */
#define PCI_VENDOR_NETMOS 0x9710 /* NetMos */
+#define PCI_VENDOR_TIGERJET 0xe159 /* TigerJet Network */
#define PCI_VENDOR_ENDACE 0xeace /* Endace Measurement Systems */
#define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */
#define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */
@@ -2149,6 +2150,9 @@
#define PCI_PRODUCT_TI_PCI1510 0xac56 /* PCI1510 PCI-CardBus */
#define PCI_PRODUCT_TI_PCI2040 0xac60 /* PCI2040 PCI-DSP */
+/* TigerJet Network products */
+#define PCI_PRODUCT_TIGERJET_TIGER320 0x0001 /* PCI interface */
+
/* Topic */
#define PCI_PRODUCT_TOPIC_5634PCV 0x0000 /* 5634PCV SurfRider */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 2754cb52506..e3f3ef3b2be 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.688 2003/11/06 07:21:26 mickey Exp
+ * OpenBSD: pcidevs,v 1.689 2003/11/17 20:51:41 grange Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6095,6 +6095,10 @@ static const struct pci_known_product pci_known_products[] = {
"PCI2040 PCI-DSP",
},
{
+ PCI_VENDOR_TIGERJET, PCI_PRODUCT_TIGERJET_TIGER320,
+ "PCI interface",
+ },
+ {
PCI_VENDOR_TOPIC, PCI_PRODUCT_TOPIC_5634PCV,
"5634PCV SurfRider",
},
@@ -7959,6 +7963,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"NetMos",
},
{
+ PCI_VENDOR_TIGERJET,
+ "TigerJet Network",
+ },
+ {
PCI_VENDOR_ENDACE,
"Endace Measurement Systems",
},