summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2009-04-24 17:33:43 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2009-04-24 17:33:43 +0000
commit0f0593975f8218b3760a43a95057eaeda2fa7f47 (patch)
tree8bf5f9e968ad5c14371328f5bedf756da8e3eb69
parentffec7f14e4e8f3150783b0e50c4fe7a098017605 (diff)
sync
-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 8afd543abc4..01d21a00174 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.1468 2009/04/12 13:45:23 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1469 2009/04/24 17:32:48 mk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4209,6 +4209,7 @@
/* Pijnenburg */
#define PCI_PRODUCT_PIJNENBURG_PCC_ISES 0x0001 /* PCC-ISES */
+#define PCI_PRODUCT_PIJNENBURG_PCWD_PCI 0x5030 /* PCI PC WD */
/* Platform */
#define PCI_PRODUCT_PLATFORM_ES1849 0x0100 /* ES1849 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 7892609fe07..b39b38344ab 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.1468 2009/04/12 13:45:23 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1469 2009/04/24 17:32:48 mk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -13916,6 +13916,10 @@ static const struct pci_known_product pci_known_products[] = {
"PCC-ISES",
},
{
+ PCI_VENDOR_PIJNENBURG, PCI_PRODUCT_PIJNENBURG_PCWD_PCI,
+ "PCI PC WD",
+ },
+ {
PCI_VENDOR_PLATFORM, PCI_PRODUCT_PLATFORM_ES1849,
"ES1849",
},