This commit is contained in:
skrll 2004-11-16 09:18:20 +00:00
parent 09e4029fc5
commit 17000c110b
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.664 2004/11/14 15:24:05 soren Exp $ */
/* $NetBSD: pcidevs.h,v 1.665 2004/11/16 09:18:20 skrll Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.663 2004/11/14 15:23:42 soren Exp
* NetBSD: pcidevs,v 1.664 2004/11/16 09:17:20 skrll Exp
*/
/*
@ -1814,6 +1814,7 @@
#define PCI_PRODUCT_INTEL_82830MP_AGP 0x3576 /* 82830MP CPU to AGP Bridge */
#define PCI_PRODUCT_INTEL_82830MP_IV 0x3577 /* 82830MP Integrated Video */
#define PCI_PRODUCT_INTEL_82830MP_IO_2 0x3578 /* 82830MP CPU to I/O Bridge 2 */
#define PCI_PRODUCT_INTEL_PRO_WL_2200BG 0x4220 /* PRO/Wireless LAN 2200BG Mini-PCI Adapter */
#define PCI_PRODUCT_INTEL_80312_ATU 0x530d /* 80310 ATU */
#define PCI_PRODUCT_INTEL_82371SB_ISA 0x7000 /* 82371SB (PIIX3) PCI-ISA Bridge */
#define PCI_PRODUCT_INTEL_82371SB_IDE 0x7010 /* 82371SB (PIIX3) IDE Interface */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.662 2004/11/14 15:24:05 soren Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.663 2004/11/16 09:18:20 skrll Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.663 2004/11/14 15:23:42 soren Exp
* NetBSD: pcidevs,v 1.664 2004/11/16 09:17:20 skrll Exp
*/
/*
@ -6167,6 +6167,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82830MP_IO_2,
"82830MP CPU to I/O Bridge 2",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_WL_2200BG,
"PRO/Wireless LAN 2200BG Mini-PCI Adapter",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80312_ATU,
"80310 ATU",
@ -9820,4 +9824,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1878;
const int pci_nproducts = 1879;