This commit is contained in:
ichiro 2006-12-31 12:48:00 +00:00
parent 86aed9b2f4
commit 14ea0f7656
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcidevs.h,v 1.856 2006/12/10 23:44:08 bouyer Exp $ */
/* $NetBSD: pcidevs.h,v 1.857 2006/12/31 12:48:00 ichiro Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -3672,6 +3672,7 @@
#define PCI_PRODUCT_WORKBIT_NJSC32UDE_LOGITEC2 0xf013 /* NinjaSCSI-32UDE SCSI (LOGITEC2) */
#define PCI_PRODUCT_WORKBIT_NJSC32UDE_BUFFALO 0xf015 /* NinjaSCSI-32UDE SCSI (BUFFALO) */
#define PCI_PRODUCT_WORKBIT_NPATA32_CF32A 0xf021 /* CF32A CompactFlash Adapter */
#define PCI_PRODUCT_WORKBIT_NPATA32_CF32A_BUFFALO 0xf024 /* CF32A CF Adapter (BUFFALO) */
#define PCI_PRODUCT_WORKBIT_NPATA32_KME 0xf02c /* NPATA-32 IDE (KME) */
/* Xircom products */

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcidevs_data.h,v 1.855 2006/12/10 23:44:08 bouyer Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.856 2006/12/31 12:48:00 ichiro Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -12555,6 +12555,10 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_WORKBIT, PCI_PRODUCT_WORKBIT_NPATA32_CF32A,
"CF32A CompactFlash Adapter",
},
{
PCI_VENDOR_WORKBIT, PCI_PRODUCT_WORKBIT_NPATA32_CF32A_BUFFALO,
"CF32A CF Adapter (BUFFALO)",
},
{
PCI_VENDOR_WORKBIT, PCI_PRODUCT_WORKBIT_NPATA32_KME,
"NPATA-32 IDE (KME)",
@ -12612,4 +12616,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2559;
const int pci_nproducts = 2560;