summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2008-07-01 22:49:04 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2008-07-01 22:49:04 +0000
commit2400474ad4e8a0e082ca9d25b2e057dc9d8d84ee (patch)
treefb98593fa05d5e4714f4c128583dffd02d2598fe
parenta2436365931c5b4c4b5f20c1d9fea345f0027d4c (diff)
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",
},