summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
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 55ad158cba4..2cef60bb4a5 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.1364 2008/05/22 20:31:31 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1365 2008/05/23 22:46:33 kettenis Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1663,6 +1663,7 @@
#define PCI_PRODUCT_FREESCALE_MPC8343 0x0087 /* MPC8343 */
/* Fujitsu products */
+#define PCI_PRODUCT_FUJITSU_PW008GE5 0x11a1 /* PW008GE5 */
#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 5b8fe43aa89..774b44de0ec 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.1364 2008/05/22 20:31:31 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1365 2008/05/23 22:46:33 kettenis Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4564,6 +4564,10 @@ static const struct pci_known_product pci_known_products[] = {
"MPC8343",
},
{
+ PCI_VENDOR_FUJITSU, PCI_PRODUCT_FUJITSU_PW008GE5,
+ "PW008GE5",
+ },
+ {
PCI_VENDOR_FUJITSU, PCI_PRODUCT_FUJITSU_PP250_450_LAN,
"PRIMEPOWER250/450 LAN",
},