summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2008-05-24 02:19:32 +0000
committerBrad Smith <brad@cvs.openbsd.org>2008-05-24 02:19:32 +0000
commit4e18c99c82624d01c055109e869694005dbb6a1b (patch)
tree443c4177d8389ad75139002176419a00188e9c81 /sys
parent0e9f0f55f541ab5f29a2204108a8557bb43bac53 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index f3131f3cdf0..52216616a07 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.1366 2008/05/24 01:30:45 brad Exp
+ * OpenBSD: pcidevs,v 1.1367 2008/05/24 02:18:46 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1664,6 +1664,7 @@
/* Fujitsu products */
#define PCI_PRODUCT_FUJITSU_PW008GE5 0x11a1 /* PW008GE5 */
+#define PCI_PRODUCT_FUJITSU_PW008GE4 0x11a2 /* PW008GE4 */
#define PCI_PRODUCT_FUJITSU_PP250_450_LAN 0x11cc /* PRIMEPOWER250/450 LAN */
/* Future Domain products */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 08a0b5491af..4d0c8b72999 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.1366 2008/05/24 01:30:45 brad Exp
+ * OpenBSD: pcidevs,v 1.1367 2008/05/24 02:18:46 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4568,6 +4568,10 @@ static const struct pci_known_product pci_known_products[] = {
"PW008GE5",
},
{
+ PCI_VENDOR_FUJITSU, PCI_PRODUCT_FUJITSU_PW008GE4,
+ "PW008GE4",
+ },
+ {
PCI_VENDOR_FUJITSU, PCI_PRODUCT_FUJITSU_PP250_450_LAN,
"PRIMEPOWER250/450 LAN",
},