summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2006-11-27 19:01:38 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2006-11-27 19:01:38 +0000
commitf3fd642cda2878a057bfee9fd7b4d2562d1eb4cd (patch)
treef831c971d0138d33ee9682299c9a980585d0b4a6 /sys/dev
parent13ba3266fb7c52dafde7e85d579946a6213c2ad7 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 7a493d249f4..814f2fb18ec 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.1195 2006/11/26 18:35:51 dim Exp
+ * OpenBSD: pcidevs,v 1.1196 2006/11/27 18:58:02 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2348,6 +2348,8 @@
#define PCI_PRODUCT_LUCENT_USBHC2 0x5802 /* USB 2-port */
#define PCI_PRODUCT_LUCENT_USBQBUS 0x5803 /* USB QuadraBus */
#define PCI_PRODUCT_LUCENT_FW322 0x5811 /* FW322 1394 */
+#define PCI_PRODUCT_LUCENT_ET1310_GBE 0xed00 /* ET1310 */
+#define PCI_PRODUCT_LUCENT_ET1310_FE 0xed01 /* ET1310 */
/* LuxSonor */
#define PCI_PRODUCT_LUXSONOR_LS242 0x0020 /* LS242 DVD Decoder */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 7ac248e5e33..1df04ebb3ef 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.1195 2006/11/26 18:35:51 dim Exp
+ * OpenBSD: pcidevs,v 1.1196 2006/11/27 18:58:02 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -7099,6 +7099,14 @@ static const struct pci_known_product pci_known_products[] = {
"FW322 1394",
},
{
+ PCI_VENDOR_LUCENT, PCI_PRODUCT_LUCENT_ET1310_GBE,
+ "ET1310",
+ },
+ {
+ PCI_VENDOR_LUCENT, PCI_PRODUCT_LUCENT_ET1310_FE,
+ "ET1310",
+ },
+ {
PCI_VENDOR_LUXSONOR, PCI_PRODUCT_LUXSONOR_LS242,
"LS242 DVD Decoder",
},