summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-06 22:29:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-06 22:29:23 +0000
commita59531eca8b0360c07adc2040bed23043dda710f (patch)
treeb3dadb1feb9fa97673b27af89d5755e364c43070 /sys
parent0199b01fa24cba68ddf5b32add8766c45416dd1b (diff)
sync
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 23bbbdcf221..60addc3f2a3 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.1032 2006/02/26 17:13:48 brad Exp
+ * OpenBSD: pcidevs,v 1.1033 2006/03/06 22:06:23 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2774,6 +2774,7 @@
#define PCI_PRODUCT_RICOH_R5C521 0x0521 /* 5C521 Firewire */
#define PCI_PRODUCT_RICOH_R5C551 0x0551 /* 5C551 Firewire */
#define PCI_PRODUCT_RICOH_RL5C552 0x0552 /* 5C552 Firewire */
+#define PCI_PRODUCT_RICOH_R5C822 0x0822 /* 5C822 SD/MMC */
/* Rockwell products */
#define PCI_PRODUCT_ROCKWELL_RS56SP_PCI11P1 0x2005 /* RS56/SP-PCI11P1 Modem */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 9dbcd392f5f..e26642f9f02 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.1032 2006/02/26 17:13:48 brad Exp
+ * OpenBSD: pcidevs,v 1.1033 2006/03/06 22:06:23 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -8455,6 +8455,10 @@ static const struct pci_known_product pci_known_products[] = {
"5C552 Firewire",
},
{
+ PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_R5C822,
+ "5C822 SD/MMC",
+ },
+ {
PCI_VENDOR_ROCKWELL, PCI_PRODUCT_ROCKWELL_RS56SP_PCI11P1,
"RS56/SP-PCI11P1 Modem",
},