Regen from pcidevs rev 1.930:

> Add I-O DATA RSA-PCI 2 port serial board.
This commit is contained in:
tsutsui 2008-02-22 14:49:46 +00:00
parent 6a37ffc123
commit 5f46094d00
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.930 2008/02/13 13:57:00 tron Exp $ */
/* $NetBSD: pcidevs.h,v 1.931 2008/02/22 14:49:46 tsutsui Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.929 2008/02/13 13:56:46 tron Exp
* NetBSD: pcidevs,v 1.930 2008/02/22 14:48:50 tsutsui Exp
*/
/*
@ -2579,6 +2579,7 @@
/* IO Data products */
#define PCI_PRODUCT_IODATA_CBIDE2 0x0003 /* CBIDE2/CI-iCN NinjaATA-32Bi IDE */
#define PCI_PRODUCT_IODATA_CBSCII 0x0005 /* CBSCII NinjaSCSI-32Bi SCSI */
#define PCI_PRODUCT_IODATA_RSAPCI 0x0007 /* RSA-PCI 2-port serial */
/* ITE products */
#define PCI_PRODUCT_ITE_IT8152 0x8152 /* IT8152 Host Bridge */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.929 2008/02/13 13:57:00 tron Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.930 2008/02/22 14:49:46 tsutsui Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.929 2008/02/13 13:56:46 tron Exp
* NetBSD: pcidevs,v 1.930 2008/02/22 14:48:50 tsutsui Exp
*/
/*
@ -9127,6 +9127,10 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_IODATA, PCI_PRODUCT_IODATA_CBSCII,
"CBSCII NinjaSCSI-32Bi SCSI",
},
{
PCI_VENDOR_IODATA, PCI_PRODUCT_IODATA_RSAPCI,
"RSA-PCI 2-port serial",
},
{
PCI_VENDOR_ITE, PCI_PRODUCT_ITE_IT8152,
"IT8152 Host Bridge",
@ -14044,4 +14048,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2912;
const int pci_nproducts = 2913;