Regen: add Intel 82801FBM Serial ATA Controller.

This commit is contained in:
bouyer 2005-06-15 17:59:14 +00:00
parent ded1e32c08
commit 3cfd2fc4d3
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.719 2005/06/14 14:45:15 bouyer Exp $ */
/* $NetBSD: pcidevs.h,v 1.720 2005/06/15 17:59:14 bouyer Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.718 2005/06/14 14:44:26 bouyer Exp
* NetBSD: pcidevs,v 1.719 2005/06/15 17:58:02 bouyer Exp
*/
/*
@ -1855,6 +1855,7 @@
#define PCI_PRODUCT_INTEL_82801FB_LPC 0x2640 /* 82801FB LPC Interface Bridge */
#define PCI_PRODUCT_INTEL_82801FB_SATA 0x2651 /* 82801FB Serial ATA Controller */
#define PCI_PRODUCT_INTEL_82801FR_SATA 0x2652 /* 82801FR Serial ATA Controller */
#define PCI_PRODUCT_INTEL_82801FBM_SATA 0x2653 /* 82801FBM Serial ATA Controller */
#define PCI_PRODUCT_INTEL_82801FB_USB_0 0x2658 /* 82801FB/FR USB UHCI Controller */
#define PCI_PRODUCT_INTEL_82801FB_USB_1 0x2659 /* 82801FB/FR USB UHCI Controller */
#define PCI_PRODUCT_INTEL_82801FB_USB_2 0x265a /* 82801FB/FR USB UHCI Controller */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.717 2005/06/14 14:45:16 bouyer Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.718 2005/06/15 17:59:14 bouyer Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.718 2005/06/14 14:44:26 bouyer Exp
* NetBSD: pcidevs,v 1.719 2005/06/15 17:58:02 bouyer Exp
*/
/*
@ -6315,6 +6315,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FR_SATA,
"82801FR Serial ATA Controller",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FBM_SATA,
"82801FBM Serial ATA Controller",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_USB_0,
"82801FB/FR USB UHCI Controller",
@ -10328,4 +10332,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2002;
const int pci_nproducts = 2003;