summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornate <nate@openbsd.org>2002-03-19 14:27:32 +0000
committernate <nate@openbsd.org>2002-03-19 14:27:32 +0000
commite743b52b3015e8f637177f4486a75b1d25c21b83 (patch)
tree6fc9ee44cc71bcabd64b6bd164d7fc63191f5ac5
parentAltima vendor id and altima gigabit ethernet (diff)
downloadwireguard-openbsd-e743b52b3015e8f637177f4486a75b1d25c21b83.tar.xz
wireguard-openbsd-e743b52b3015e8f637177f4486a75b1d25c21b83.zip
sync
-rw-r--r--sys/dev/pci/pcidevs.h8
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 15 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index b9bfdaac563..a5a69f90159 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.490 2002/02/18 10:15:44 deraadt Exp
+ * OpenBSD: pcidevs,v 1.493 2002/03/19 14:27:00 nate Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -45,7 +45,7 @@
*
* There is a Vendor ID search engine available at:
*
- * http://www.pcisig.com/app/search/by_vendor_id/
+ * http://www.pcisig.com/membership/vid_search/
*/
/*
@@ -558,6 +558,7 @@
#define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */
#define PCI_VENDOR_NETSEC 0x1660 /* NetSec */
#define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun */
+#define PCI_VENDOR_ALTIMA 0x173b /* Altima */
#define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems */
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology */
@@ -777,6 +778,9 @@
#define PCI_PRODUCT_ALTEON_BCM5700 0x0003 /* BCM5700 (Broadcom) */
#define PCI_PRODUCT_ALTEON_BCM5701 0x0004 /* BCM5701 (Broadcom) */
+/* Altima products */
+#define PCI_PRODUCT_ALTIMA_AC100X 0x03e8 /* AC100X */
+
/* AMD products */
#define PCI_PRODUCT_AMD_PCNET_PCI 0x2000 /* 79c970 PCnet-PCI LANCE */
#define PCI_PRODUCT_AMD_PCHOME_PCI 0x2001 /* 79c978 PChome-PCI LANCE */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index d90ecae3994..8718ddc5d5f 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.490 2002/02/18 10:15:44 deraadt Exp
+ * OpenBSD: pcidevs,v 1.493 2002/03/19 14:27:00 nate Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -639,6 +639,10 @@ static const struct pci_known_product pci_known_products[] = {
"BCM5701 (Broadcom)",
},
{
+ PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC100X,
+ "AC100X",
+ },
+ {
PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PCNET_PCI,
"79c970 PCnet-PCI LANCE",
},
@@ -7191,6 +7195,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Global Sun",
},
{
+ PCI_VENDOR_ALTIMA,
+ "Altima",
+ },
+ {
PCI_VENDOR_ANTARES,
"Antares Microsystems",
},