summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-05-24 15:36:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-05-24 15:36:46 +0000
commit4665eb962644a8b44bfd4fa96783da6a7f001eff (patch)
tree0495c747c14613023d9cb386f6ab81b81124d0e7 /sys
parentfd5e4506d0e588fa8cbdbe5a0c358d711286fd6e (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 17 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 31e324bb821..5061913c93e 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.1602 2011/05/22 18:34:42 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1603 2011/05/24 15:36:38 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4833,6 +4833,7 @@
#define PCI_PRODUCT_REALTEK_RTL8192SE 0x8172 /* 8192SE */
#define PCI_PRODUCT_REALTEK_RT8180 0x8180 /* 8180 */
#define PCI_PRODUCT_REALTEK_RT8185 0x8185 /* 8185 */
+#define PCI_PRODUCT_REALTEK_RT8188 0x8176 /* 8188CE */
#define PCI_PRODUCT_REALTEK_RTL8190P 0x8190 /* RTL8190P */
#define PCI_PRODUCT_REALTEK_RTL8192E 0x8192 /* RTL8192E */
#define PCI_PRODUCT_REALTEK_RTL8187SE 0x8199 /* 8187SE */
@@ -4854,6 +4855,7 @@
#define PCI_PRODUCT_RICOH_R5C852 0x0852 /* 5C852 xD */
#define PCI_PRODUCT_RICOH_R5U230 0xe230 /* 5U230 Memory Stick */
#define PCI_PRODUCT_RICOH_R5U822 0xe822 /* 5U822 SD/MMC */
+#define PCI_PRODUCT_RICOH_RSU823 0xe823 /* 5U823 SD/MMC */
#define PCI_PRODUCT_RICOH_R5U832 0xe832 /* 5U832 Firewire */
#define PCI_PRODUCT_RICOH_R5U852 0xe852 /* 5U852 SD/MMC */
@@ -5091,6 +5093,7 @@
#define PCI_PRODUCT_SONY_CXD1947A 0x8009 /* CXD1947A FireWire */
#define PCI_PRODUCT_SONY_CXD3222 0x8039 /* CXD3222 FireWire */
#define PCI_PRODUCT_SONY_MEMSTICK_SLOT 0x808a /* Memory Stick Slot */
+#define PCI_PRODUCT_SONY_RS780 0x9602 /* RS780 PCI-PCI */
/* Stallion Technologies products */
#define PCI_PRODUCT_STALLION_EASYIO 0x0003 /* EasyIO */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 538ab309e7c..b7783681ea7 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.1602 2011/05/22 18:34:42 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1603 2011/05/24 15:36:38 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -16240,6 +16240,10 @@ static const struct pci_known_product pci_known_products[] = {
"8185",
},
{
+ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8188,
+ "8188CE",
+ },
+ {
PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8190P,
"RTL8190P",
},
@@ -16316,6 +16320,10 @@ static const struct pci_known_product pci_known_products[] = {
"5U822 SD/MMC",
},
{
+ PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_RSU823,
+ "5U823 SD/MMC",
+ },
+ {
PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_R5U832,
"5U832 Firewire",
},
@@ -17128,6 +17136,10 @@ static const struct pci_known_product pci_known_products[] = {
"Memory Stick Slot",
},
{
+ PCI_VENDOR_SONY, PCI_PRODUCT_SONY_RS780,
+ "RS780 PCI-PCI",
+ },
+ {
PCI_VENDOR_STALLION, PCI_PRODUCT_STALLION_EASYIO,
"EasyIO",
},