This commit is contained in:
christos 2005-12-04 17:39:28 +00:00
parent 99b3a7df46
commit e0ad34fdcb
2 changed files with 15 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.740 2005/11/27 10:19:03 jdolecek Exp $ */
/* $NetBSD: pcidevs.h,v 1.741 2005/12/04 17:39:28 christos Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.738 2005/11/27 10:17:26 jdolecek Exp
* NetBSD: pcidevs,v 1.739 2005/12/04 17:39:03 christos Exp
*/
/*
@ -2470,6 +2470,8 @@
#define PCI_PRODUCT_PROMISE_PDC20619 0x6629 /* PDC20619 dual Ultra/133 IDE controller */
#define PCI_PRODUCT_PROMISE_PDC20620 0x6620 /* PDC20620 dual Ultra/133 IDE controller */
#define PCI_PRODUCT_PROMISE_PDC20621 0x6621 /* PDC20621 dual Ultra/133 IDE controller */
#define PCI_PRODUCT_PROMISE_PDC40718 0x3d17 /* PDC40718 SATA/300 IDE controller */
#define PCI_PRODUCT_PROMISE_PDC40719 0x3515 /* PDC40719 SATA/300 IDE controller */
/* QLogic products */
#define PCI_PRODUCT_QLOGIC_ISP1020 0x1020 /* ISP1020 */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.738 2005/11/27 10:19:03 jdolecek Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.739 2005/12/04 17:39:28 christos Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.738 2005/11/27 10:17:26 jdolecek Exp
* NetBSD: pcidevs,v 1.739 2005/12/04 17:39:03 christos Exp
*/
/*
@ -8319,6 +8319,14 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_PROMISE, PCI_PRODUCT_PROMISE_PDC20621,
"PDC20621 dual Ultra/133 IDE controller",
},
{
PCI_VENDOR_PROMISE, PCI_PRODUCT_PROMISE_PDC40718,
"PDC40718 SATA/300 IDE controller",
},
{
PCI_VENDOR_PROMISE, PCI_PRODUCT_PROMISE_PDC40719,
"PDC40719 SATA/300 IDE controller",
},
{
PCI_VENDOR_QLOGIC, PCI_PRODUCT_QLOGIC_ISP1020,
"ISP1020",
@ -10572,4 +10580,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2061;
const int pci_nproducts = 2063;