This commit is contained in:
joerg 2008-04-30 12:23:55 +00:00
parent 9e76b2ce6c
commit 80f8bae123
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.938 2008/04/17 19:12:49 christos Exp $ */
/* $NetBSD: pcidevs.h,v 1.939 2008/04/30 12:23:55 joerg Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.936 2008/04/15 21:24:07 cegger Exp
* NetBSD: pcidevs,v 1.938 2008/04/30 12:23:29 joerg Exp
*/
/*
@ -730,6 +730,7 @@
#define PCI_PRODUCT_3WARE_9000 0x1002 /* 9000-series RAID */
#define PCI_PRODUCT_3WARE_9550 0x1003 /* 9550-series RAID */
#define PCI_PRODUCT_3WARE_9650 0x1004 /* 9650-series RAID */
#define PCI_PRODUCT_3WARE_9690 0x1005 /* 9690-series RAID */
/* AboCom products */
#define PCI_PRODUCT_ABOCOM_FE2500 0xab02 /* FE2500 10/100 Ethernet */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.937 2008/04/17 19:12:49 christos Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.938 2008/04/30 12:23:56 joerg Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.936 2008/04/15 21:24:07 cegger Exp
* NetBSD: pcidevs,v 1.938 2008/04/30 12:23:29 joerg Exp
*/
/*
@ -2687,6 +2687,10 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_3WARE, PCI_PRODUCT_3WARE_9650,
"9650-series RAID",
},
{
PCI_VENDOR_3WARE, PCI_PRODUCT_3WARE_9690,
"9690-series RAID",
},
{
PCI_VENDOR_ABOCOM, PCI_PRODUCT_ABOCOM_FE2500,
"FE2500 10/100 Ethernet",
@ -14180,4 +14184,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2945;
const int pci_nproducts = 2946;