summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2008-07-01 22:49:02 +0000
committersthen <sthen@openbsd.org>2008-07-01 22:49:02 +0000
commitd6ec9afca8964c4e9af08ea0fd2ecf18f8cd7fbe (patch)
treed3f1a5592851c68b50f799738423e79908eaa044
parentadd ID for Globespan Pulsar G7370 ADSL modem (diff)
downloadwireguard-openbsd-d6ec9afca8964c4e9af08ea0fd2ecf18f8cd7fbe.tar.xz
wireguard-openbsd-d6ec9afca8964c4e9af08ea0fd2ecf18f8cd7fbe.zip
regen
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 7c260c79d7b..3b50d4856fe 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.1383 2008/06/30 22:46:20 fgsch Exp
+ * OpenBSD: pcidevs,v 1.1384 2008/07/01 22:48:15 sthen Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1719,6 +1719,9 @@
#define PCI_PRODUCT_GLOBALSUN_GL24110P 0x1101 /* GL24110P */
#define PCI_PRODUCT_GLOBALSUN_GL24110P02 0x1102 /* GL24110P02 */
+/* Globespan products */
+#define PCI_PRODUCT_GLOBESPAN_G7370 0xd002 /* Pulsar G7370 ADSL */
+
/* Guillemot products */
#define PCI_PRODUCT_GEMTEK_PR103 0x1001 /* PR103 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 46424255b9c..7a30499b035 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.1383 2008/06/30 22:46:20 fgsch Exp
+ * OpenBSD: pcidevs,v 1.1384 2008/07/01 22:48:15 sthen Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4756,6 +4756,10 @@ static const struct pci_known_product pci_known_products[] = {
"GL24110P02",
},
{
+ PCI_VENDOR_GLOBESPAN, PCI_PRODUCT_GLOBESPAN_G7370,
+ "Pulsar G7370 ADSL",
+ },
+ {
PCI_VENDOR_GEMTEK, PCI_PRODUCT_GEMTEK_PR103,
"PR103",
},