This commit is contained in:
tsubai 2001-06-17 19:51:27 +00:00
parent b63b6d01e6
commit de98ab5b38
2 changed files with 39 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.334 2001/06/13 06:04:25 simonb Exp $ */
/* $NetBSD: pcidevs.h,v 1.335 2001/06/17 19:51:27 tsubai Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.328 2001/06/13 06:01:45 simonb Exp
* NetBSD: pcidevs,v 1.329 2001/06/17 19:50:33 tsubai Exp
*/
/*
@ -755,6 +755,11 @@
#define PCI_PRODUCT_APPLE_UNINORTH_AGP 0x0020 /* UniNorth AGP Interface */
#define PCI_PRODUCT_APPLE_GMAC 0x0021 /* GMAC Ethernet */
#define PCI_PRODUCT_APPLE_KEYLARGO 0x0022 /* MAC-IO I/O Controller (KeyLargo) */
#define PCI_PRODUCT_APPLE_GMAC2 0x0024 /* GMAC Ethernet */
#define PCI_PRODUCT_APPLE_PANGEA_MACIO 0x0025 /* MAC-IO I/O Controller (Pangea) */
#define PCI_PRODUCT_APPLE_PANGEA_AGP 0x0027 /* Pangea AGP Interface */
#define PCI_PRODUCT_APPLE_PANGEA_PCI1 0x0028 /* Pangea Host-PCI Bridge */
#define PCI_PRODUCT_APPLE_PANGEA_PCI2 0x0029 /* Pangea Host-PCI Bridge */
/* ARC Logic products */
#define PCI_PRODUCT_ARC_1000PV 0xa091 /* 1000PV */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.332 2001/06/13 06:04:26 simonb Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.333 2001/06/17 19:51:27 tsubai Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.328 2001/06/13 06:01:45 simonb Exp
* NetBSD: pcidevs,v 1.329 2001/06/17 19:50:33 tsubai Exp
*/
/*
@ -885,6 +885,36 @@ const struct pci_knowndev pci_knowndevs[] = {
"Apple Computer",
"MAC-IO I/O Controller (KeyLargo)",
},
{
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GMAC2,
0,
"Apple Computer",
"GMAC Ethernet",
},
{
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_MACIO,
0,
"Apple Computer",
"MAC-IO I/O Controller (Pangea)",
},
{
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_AGP,
0,
"Apple Computer",
"Pangea AGP Interface",
},
{
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_PCI1,
0,
"Apple Computer",
"Pangea Host-PCI Bridge",
},
{
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_PCI2,
0,
"Apple Computer",
"Pangea Host-PCI Bridge",
},
{
PCI_VENDOR_ARC, PCI_PRODUCT_ARC_1000PV,
0,