summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2005-05-22 03:55:15 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2005-05-22 03:55:15 +0000
commitd28879e712daf54da43f5edd267bbb9c93c04d4c (patch)
tree6a2d41ff4b9b69c6f47aa79ced4f31f4dffb74e3 /sys/dev
parent1606072f11adc4703af419b3517ebb2cd63298df (diff)
regen
Diffstat (limited to 'sys/dev')
-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 caaed990192..578205e24ec 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.865 2005/05/21 17:17:59 brad Exp
+ * OpenBSD: pcidevs,v 1.866 2005/05/22 03:54:37 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2298,6 +2298,7 @@
#define PCI_PRODUCT_REALTEK_RT8139 0x8139 /* 8139 */
#define PCI_PRODUCT_REALTEK_RT8169 0x8169 /* 8169 */
#define PCI_PRODUCT_REALTEK_RT8180 0x8180 /* 8180 */
+#define PCI_PRODUCT_REALTEK_RT8185 0x8185 /* 8185 */
/* RICOH products */
#define PCI_PRODUCT_RICOH_RF5C465 0x0465 /* 5C465 CardBus */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 8af1c4b8486..7dc7ecd230c 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.865 2005/05/21 17:17:59 brad Exp
+ * OpenBSD: pcidevs,v 1.866 2005/05/22 03:54:37 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6683,6 +6683,10 @@ static const struct pci_known_product pci_known_products[] = {
"8180",
},
{
+ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8185,
+ "8185",
+ },
+ {
PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_RF5C465,
"5C465 CardBus",
},