This commit is contained in:
ichiro 2008-02-05 18:22:31 +00:00
parent 8cf4b4059b
commit 84528b0430
2 changed files with 45 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.927 2008/01/11 20:49:14 tnn Exp $ */
/* $NetBSD: pcidevs.h,v 1.928 2008/02/05 18:22:31 ichiro Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.926 2008/01/11 20:47:21 tnn Exp
* NetBSD: pcidevs,v 1.927 2008/02/05 18:22:09 ichiro Exp
*/
/*
@ -3329,6 +3329,14 @@
#define PCI_PRODUCT_RICOH_Rx5C478 0x0478 /* 5C478 PCI-CardBus bridge */
#define PCI_PRODUCT_RICOH_Rx5C551 0x0551 /* 5C551 PCI-CardBus bridge/Firewire */
#define PCI_PRODUCT_RICOH_Rx5C552 0x0552 /* 5C552 PCI-CardBus bridge/Firewire */
#define PCI_PRODUCT_RICOH_Rx5C592 0x0592 /* 5C592 PCI-CardBus bridge/MS/SD/Firewire */
#define PCI_PRODUCT_RICOH_Rx5C593 0x0593 /* 5C593 PCI-CardBus bridge/MS/SD/Firewire */
#define PCI_PRODUCT_RICOH_Rx5C821 0x0821 /* 5C821 PCI-CardBus bridge/MS/SD/MMC/SC */
#define PCI_PRODUCT_RICOH_Rx5C822 0x0822 /* 5C822 PCI-CardBus bridge/MS/SD/MMC/SC */
#define PCI_PRODUCT_RICOH_Rx5C832 0x0832 /* 5C832 PCI-SD/MMC/MMC+/MS/xD/Firewire */
#define PCI_PRODUCT_RICOH_Rx5C843 0x0843 /* 5C843 PCI-CardBus bridge/SD/MMC/MMC+/MS/xD/Firewire */
#define PCI_PRODUCT_RICOH_Rx5C847 0x0847 /* 5C847 PCI-CardBus bridge/SD/MMC/MMC+/MS/xD/Firewire */
#define PCI_PRODUCT_RICOH_Rx5C853 0x0853 /* 5C853 PCI-CardBus bridge/SD/MMC/MMC+/MS/xD/SC/Firewire */
/* RISCom (SDL Communications?) products */
#define PCI_PRODUCT_RISCOM_N2 0x5568 /* N2 */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.926 2008/01/11 20:49:14 tnn Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.927 2008/02/05 18:22:32 ichiro Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.926 2008/01/11 20:47:21 tnn Exp
* NetBSD: pcidevs,v 1.927 2008/02/05 18:22:09 ichiro Exp
*/
/*
@ -11583,6 +11583,38 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C552,
"5C552 PCI-CardBus bridge/Firewire",
},
{
PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C592,
"5C592 PCI-CardBus bridge/MS/SD/Firewire",
},
{
PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C593,
"5C593 PCI-CardBus bridge/MS/SD/Firewire",
},
{
PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C821,
"5C821 PCI-CardBus bridge/MS/SD/MMC/SC",
},
{
PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C822,
"5C822 PCI-CardBus bridge/MS/SD/MMC/SC",
},
{
PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C832,
"5C832 PCI-SD/MMC/MMC+/MS/xD/Firewire",
},
{
PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C843,
"5C843 PCI-CardBus bridge/SD/MMC/MMC+/MS/xD/Firewire",
},
{
PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C847,
"5C847 PCI-CardBus bridge/SD/MMC/MMC+/MS/xD/Firewire",
},
{
PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C853,
"5C853 PCI-CardBus bridge/SD/MMC/MMC+/MS/xD/SC/Firewire",
},
{
PCI_VENDOR_RISCOM, PCI_PRODUCT_RISCOM_N2,
"N2",
@ -13976,4 +14008,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2895;
const int pci_nproducts = 2903;