Regen.
This commit is contained in:
parent
fb9d7d86ae
commit
6a58ae2d93
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.160 1999/09/08 22:25:56 thorpej Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.161 1999/09/10 19:56:51 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.153 1999/09/08 22:25:19 thorpej Exp
|
||||
* NetBSD: pcidevs,v 1.154 1999/09/10 19:55:54 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1248,10 +1248,13 @@
|
|||
#define PCI_PRODUCT_TI_PCI1250 0xac16 /* PCI1250 PCI-CardBus Bridge */
|
||||
#define PCI_PRODUCT_TI_PCI1220 0xac17 /* PCI1220 PCI-CardBus Bridge */
|
||||
#define PCI_PRODUCT_TI_PCI1221 0xac19 /* PCI1221 PCI-CardBus Bridge */
|
||||
#define PCI_PRODUCT_TI_PCI1450 0xac1b /* PCI1450 PCI-CardBus Bridge */
|
||||
#define PCI_PRODUCT_TI_PCI1225 0xac1c /* PCI1225 PCI-CardBus Bridge */
|
||||
#define PCI_PRODUCT_TI_PCI1251 0xac1d /* PCI1251 PCI-CardBus Bridge */
|
||||
#define PCI_PRODUCT_TI_PCI1211 0xac1e /* PCI1211 PCI-CardBus Bridge */
|
||||
#define PCI_PRODUCT_TI_PCI1251B 0xac1f /* PCI1251B PCI-CardBus Bridge */
|
||||
#define PCI_PRODUCT_TI_PCI2030 0xac20 /* PCI2030 PCI-CardBus Bridge */
|
||||
#define PCI_PRODUCT_TI_PCI1420 0xac51 /* PCI1420 PCI-CardBus Bridge */
|
||||
|
||||
/* Toshiba America products */
|
||||
#define PCI_PRODUCT_TOSHIBA_R4X00 0x0009 /* R4x00 Host-PCI Bridge */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.158 1999/09/08 22:25:56 thorpej Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.159 1999/09/10 19:56:51 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.153 1999/09/08 22:25:19 thorpej Exp
|
||||
* NetBSD: pcidevs,v 1.154 1999/09/10 19:55:54 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -2865,6 +2865,12 @@ struct pci_knowndev pci_knowndevs[] = {
|
|||
"Texas Instruments",
|
||||
"PCI1221 PCI-CardBus Bridge",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1450,
|
||||
0,
|
||||
"Texas Instruments",
|
||||
"PCI1450 PCI-CardBus Bridge",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1225,
|
||||
0,
|
||||
|
@ -2883,12 +2889,24 @@ struct pci_knowndev pci_knowndevs[] = {
|
|||
"Texas Instruments",
|
||||
"PCI1211 PCI-CardBus Bridge",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1251B,
|
||||
0,
|
||||
"Texas Instruments",
|
||||
"PCI1251B PCI-CardBus Bridge",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2030,
|
||||
0,
|
||||
"Texas Instruments",
|
||||
"PCI2030 PCI-CardBus Bridge",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1420,
|
||||
0,
|
||||
"Texas Instruments",
|
||||
"PCI1420 PCI-CardBus Bridge",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_TOSHIBA, PCI_PRODUCT_TOSHIBA_R4X00,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue