This commit is contained in:
ad 2000-09-13 15:58:13 +00:00
parent 9b40acae9e
commit dcdc66f936
2 changed files with 27 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.264 2000/09/13 13:58:25 tron Exp $ */ /* $NetBSD: pcidevs.h,v 1.265 2000/09/13 15:58:13 ad Exp $ */
/* /*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
* *
* generated from: * generated from:
* NetBSD: pcidevs,v 1.258 2000/09/13 13:58:06 tron Exp * NetBSD: pcidevs,v 1.259 2000/09/13 14:45:09 ad Exp
*/ */
/* /*
@ -700,6 +700,11 @@
#define PCI_PRODUCT_AMD_PBC756_PMC 0x740B /* AMD756 Power Management Controller */ #define PCI_PRODUCT_AMD_PBC756_PMC 0x740B /* AMD756 Power Management Controller */
#define PCI_PRODUCT_AMD_PBC756_USB 0x740C /* AMD756 USB Host Controller */ #define PCI_PRODUCT_AMD_PBC756_USB 0x740C /* AMD756 USB Host Controller */
/* American Megatrends products */
#define PCI_PRODUCT_AMI_MEGARAID 0x9010 /* MegaRAID */
#define PCI_PRODUCT_AMI_MEGARAID2 0x9060 /* MegaRAID 2 */
#define PCI_PRODUCT_AMI_MEGARAID3 0x1960 /* MegaRAID 3 */
/* Apple products */ /* Apple products */
#define PCI_PRODUCT_APPLE_BANDIT 0x0001 /* Bandit Host-PCI Bridge */ #define PCI_PRODUCT_APPLE_BANDIT 0x0001 /* Bandit Host-PCI Bridge */
#define PCI_PRODUCT_APPLE_GC 0x0002 /* Grand Central I/O Controller */ #define PCI_PRODUCT_APPLE_GC 0x0002 /* Grand Central I/O Controller */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.262 2000/09/13 13:58:26 tron Exp $ */ /* $NetBSD: pcidevs_data.h,v 1.263 2000/09/13 15:58:13 ad Exp $ */
/* /*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
* *
* generated from: * generated from:
* NetBSD: pcidevs,v 1.258 2000/09/13 13:58:06 tron Exp * NetBSD: pcidevs,v 1.259 2000/09/13 14:45:09 ad Exp
*/ */
/* /*
@ -657,6 +657,24 @@ struct pci_knowndev pci_knowndevs[] = {
"Advanced Micro Devices", "Advanced Micro Devices",
"AMD756 USB Host Controller", "AMD756 USB Host Controller",
}, },
{
PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID,
0,
"American Megatrends",
"MegaRAID",
},
{
PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID2,
0,
"American Megatrends",
"MegaRAID 2",
},
{
PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID3,
0,
"American Megatrends",
"MegaRAID 3",
},
{ {
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BANDIT, PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BANDIT,
0, 0,