regen
This commit is contained in:
parent
b27931b073
commit
0e431087e5
|
@ -1,10 +1,10 @@
|
||||||
/* $NetBSD: pcidevs.h,v 1.565 2003/08/17 15:48:41 bouyer Exp $ */
|
/* $NetBSD: pcidevs.h,v 1.566 2003/08/17 18:06:22 chs Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||||
*
|
*
|
||||||
* generated from:
|
* generated from:
|
||||||
* NetBSD: pcidevs,v 1.565 2003/08/17 15:47:11 bouyer Exp
|
* NetBSD: pcidevs,v 1.566 2003/08/17 18:03:29 chs Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -870,6 +870,7 @@
|
||||||
#define PCI_PRODUCT_APPLE_PANGEA_FW 0x0030 /* Pangea Firewire */
|
#define PCI_PRODUCT_APPLE_PANGEA_FW 0x0030 /* Pangea Firewire */
|
||||||
#define PCI_PRODUCT_APPLE_UNINORTH_FW 0x0031 /* UniNorth Firewire */
|
#define PCI_PRODUCT_APPLE_UNINORTH_FW 0x0031 /* UniNorth Firewire */
|
||||||
#define PCI_PRODUCT_APPLE_GMAC3 0x0032 /* GMAC Ethernet */
|
#define PCI_PRODUCT_APPLE_GMAC3 0x0032 /* GMAC Ethernet */
|
||||||
|
#define PCI_PRODUCT_APPLE_UNINORTH_ATA 0x0033 /* UniNorth ATA/100 Controller */
|
||||||
#define PCI_PRODUCT_APPLE_UNINORTH_AGP3 0x0034 /* UniNorth AGP Bridge */
|
#define PCI_PRODUCT_APPLE_UNINORTH_AGP3 0x0034 /* UniNorth AGP Bridge */
|
||||||
#define PCI_PRODUCT_APPLE_UNINORTH5 0x0035 /* UniNorth Host-PCI Bridge */
|
#define PCI_PRODUCT_APPLE_UNINORTH5 0x0035 /* UniNorth Host-PCI Bridge */
|
||||||
#define PCI_PRODUCT_APPLE_UNINORTH6 0x0036 /* UniNorth Host-PCI Bridge */
|
#define PCI_PRODUCT_APPLE_UNINORTH6 0x0036 /* UniNorth Host-PCI Bridge */
|
||||||
|
@ -2417,6 +2418,7 @@
|
||||||
/* The 366 and 370 controllers have the same product ID */
|
/* The 366 and 370 controllers have the same product ID */
|
||||||
#define PCI_PRODUCT_TRIONES_HPT366 0x0004 /* HPT366/370 IDE Controller */
|
#define PCI_PRODUCT_TRIONES_HPT366 0x0004 /* HPT366/370 IDE Controller */
|
||||||
#define PCI_PRODUCT_TRIONES_HPT372 0x0005 /* HPT372 IDE Controller */
|
#define PCI_PRODUCT_TRIONES_HPT372 0x0005 /* HPT372 IDE Controller */
|
||||||
|
#define PCI_PRODUCT_TRIONES_HPT302 0x0006 /* HPT302 IDE Controller */
|
||||||
#define PCI_PRODUCT_TRIONES_HPT374 0x0008 /* HPT374 IDE Controller */
|
#define PCI_PRODUCT_TRIONES_HPT374 0x0008 /* HPT374 IDE Controller */
|
||||||
|
|
||||||
/* TriTech Microelectronics products*/
|
/* TriTech Microelectronics products*/
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
/* $NetBSD: pcidevs_data.h,v 1.563 2003/08/17 15:48:43 bouyer Exp $ */
|
/* $NetBSD: pcidevs_data.h,v 1.564 2003/08/17 18:06:23 chs Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||||
*
|
*
|
||||||
* generated from:
|
* generated from:
|
||||||
* NetBSD: pcidevs,v 1.565 2003/08/17 15:47:11 bouyer Exp
|
* NetBSD: pcidevs,v 1.566 2003/08/17 18:03:29 chs Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1335,6 +1335,12 @@ const struct pci_knowndev pci_knowndevs[] = {
|
||||||
"Apple Computer",
|
"Apple Computer",
|
||||||
"GMAC Ethernet",
|
"GMAC Ethernet",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_ATA,
|
||||||
|
0,
|
||||||
|
"Apple Computer",
|
||||||
|
"UniNorth ATA/100 Controller",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_AGP3,
|
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_AGP3,
|
||||||
0,
|
0,
|
||||||
|
@ -8577,6 +8583,12 @@ const struct pci_knowndev pci_knowndevs[] = {
|
||||||
"Triones Technologies",
|
"Triones Technologies",
|
||||||
"HPT372 IDE Controller",
|
"HPT372 IDE Controller",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT302,
|
||||||
|
0,
|
||||||
|
"Triones Technologies",
|
||||||
|
"HPT302 IDE Controller",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT374,
|
PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT374,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in New Issue