Regenerate for pcidevs 1.529 and 1.530 changes.

This commit is contained in:
haya 2003-04-28 08:33:48 +00:00
parent 343fa8e595
commit 0daef8c89f
2 changed files with 140 additions and 7 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.530 2003/04/24 23:37:00 nathanw Exp $ */
/* $NetBSD: pcidevs.h,v 1.531 2003/04/28 08:33:48 haya Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.528 2003/04/24 23:36:09 nathanw Exp
* NetBSD: pcidevs,v 1.530 2003/04/28 08:29:52 haya Exp
*/
/*
@ -1266,8 +1266,10 @@
#define PCI_PRODUCT_O2MICRO_OZ6729 0x6729 /* OZ6729 PCI-PCMCIA Bridge */
#define PCI_PRODUCT_O2MICRO_OZ6730 0x673A /* OZ6730 PCI-PCMCIA Bridge */
#define PCI_PRODUCT_O2MICRO_OZ6832 0x6832 /* OZ6832/OZ6833 PCI-CardBus Bridge */
#define PCI_PRODUCT_O2MICRO_OZ6860 0x6836 /* OZ6860 PCI-Cardbus Bridge */
#define PCI_PRODUCT_O2MICRO_OZ6836 0x6836 /* OZ6836/OZ6860 PCI-Cardbus Bridge */
#define PCI_PRODUCT_O2MICRO_OZ6872 0x6872 /* OZ6812/OZ6872 PCI-Cardbus Bridge */
#define PCI_PRODUCT_O2MICRO_OZ6922 0x6925 /* OZ6922 PCI-Cardbus Bridge */
#define PCI_PRODUCT_O2MICRO_OZ6933 0x6933 /* OZ6933 PCI-Cardbus Bridge */
#define PCI_PRODUCT_O2MICRO_OZ6972 0x6972 /* OZ6912/OZ6972 PCI-Cardbus Bridge */
/* Evans & Sutherland products */
@ -2222,6 +2224,9 @@
#define PCI_PRODUCT_TI_TSB43AA23 0x8024 /* TSB43AA23 OHCI IEEE 1394 Host Controller */
#define PCI_PRODUCT_TI_TSB43AB21 0x8026 /* TSB43AA21 OHCI IEEE 1394 Host Controller */
#define PCI_PRODUCT_TI_PCI4451LYNX 0x8027 /* PCI4451 OHCI IEEE 1394 HOST Controller w/ PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI4510LYNX 0x8029 /* PCI4510 OHCI IEEE 1394 HOST Controller w/ PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI4520LYNX 0x802A /* PCI4520 OHCI IEEE 1394 HOST Controller w/ PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI7410LYNX 0x802B /* PCI7[4-6]10 OHCI IEEE 1394 HOST Controller w/ PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_ACX100 0x8400 /* ACX100 802.11b */
#define PCI_PRODUCT_TI_PCI1130 0xac12 /* PCI1130 PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI1031 0xac13 /* PCI1031 PCI-PCMCIA Bridge */
@ -2240,9 +2245,23 @@
#define PCI_PRODUCT_TI_PCI4450YENTA 0xac40 /* PCI4450 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller */
#define PCI_PRODUCT_TI_PCI4410YENTA 0xac41 /* PCI4410 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller */
#define PCI_PRODUCT_TI_PCI4451YENTA 0xac42 /* PCI4451 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller */
#define PCI_PRODUCT_TI_PCI4510YENTA 0xac44 /* PCI4510 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller */
#define PCI_PRODUCT_TI_PCI4520YENTA 0xac46 /* PCI4520 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller */
#define PCI_PRODUCT_TI_PCI7510YENTA 0xac47 /* PCI7510 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller */
#define PCI_PRODUCT_TI_PCI7610YENTA 0xac48 /* PCI7610 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller */
#define PCI_PRODUCT_TI_PCI7410YENTA 0xac49 /* PCI7410 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller */
#define PCI_PRODUCT_TI_PCI7610SM 0xac4A /* PCI7610 PCI-CardBus Bridge (Smart Card mode) */
#define PCI_PRODUCT_TI_PCI7410SD 0xac4B /* PCI7[46]10 PCI-CardBus Bridge (SD/MMC mode) */
#define PCI_PRODUCT_TI_PCI7410MS 0xac4C /* PCI7[46]10 PCI-CardBus Bridge (Memory stick mode) */
#define PCI_PRODUCT_TI_PCI1410 0xac50 /* PCI1410 PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI1420 0xac51 /* PCI1420 PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI1451 0xac52 /* PCI1451 PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI1421 0xac53 /* PCI1421 PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI1620 0xac54 /* PCI1620 PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI1520 0xac55 /* PCI1520 PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI1510 0xac56 /* PCI1510 PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI1530 0xac57 /* PCI1530 PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI1515 0xac58 /* PCI1515 PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI2040 0xac60 /* PCI2040 PCI-to-DSP Bridge */
/* Titan Electronics products */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.528 2003/04/24 23:37:00 nathanw Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.529 2003/04/28 08:33:49 haya Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.528 2003/04/24 23:36:09 nathanw Exp
* NetBSD: pcidevs,v 1.530 2003/04/28 08:29:52 haya Exp
*/
/*
@ -3022,10 +3022,10 @@ const struct pci_knowndev pci_knowndevs[] = {
"OZ6832/OZ6833 PCI-CardBus Bridge",
},
{
PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6860,
PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6836,
0,
"O2 Micro, Inc.",
"OZ6860 PCI-Cardbus Bridge",
"OZ6836/OZ6860 PCI-Cardbus Bridge",
},
{
PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6872,
@ -3033,6 +3033,18 @@ const struct pci_knowndev pci_knowndevs[] = {
"O2 Micro, Inc.",
"OZ6812/OZ6872 PCI-Cardbus Bridge",
},
{
PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6922,
0,
"O2 Micro, Inc.",
"OZ6922 PCI-Cardbus Bridge",
},
{
PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6933,
0,
"O2 Micro, Inc.",
"OZ6933 PCI-Cardbus Bridge",
},
{
PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6972,
0,
@ -7533,6 +7545,24 @@ const struct pci_knowndev pci_knowndevs[] = {
"Texas Instruments",
"PCI4451 OHCI IEEE 1394 HOST Controller w/ PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4510LYNX,
0,
"Texas Instruments",
"PCI4510 OHCI IEEE 1394 HOST Controller w/ PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4520LYNX,
0,
"Texas Instruments",
"PCI4520 OHCI IEEE 1394 HOST Controller w/ PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7410LYNX,
0,
"Texas Instruments",
"PCI7[4-6]10 OHCI IEEE 1394 HOST Controller w/ PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX100,
0,
@ -7641,6 +7671,54 @@ const struct pci_knowndev pci_knowndevs[] = {
"Texas Instruments",
"PCI4451 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4510YENTA,
0,
"Texas Instruments",
"PCI4510 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4520YENTA,
0,
"Texas Instruments",
"PCI4520 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7510YENTA,
0,
"Texas Instruments",
"PCI7510 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7610YENTA,
0,
"Texas Instruments",
"PCI7610 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7410YENTA,
0,
"Texas Instruments",
"PCI7410 PCI-CardBus Bridge w/ OHCI IEEE 1394 Controller",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7610SM,
0,
"Texas Instruments",
"PCI7610 PCI-CardBus Bridge (Smart Card mode)",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7410SD,
0,
"Texas Instruments",
"PCI7[46]10 PCI-CardBus Bridge (SD/MMC mode)",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7410MS,
0,
"Texas Instruments",
"PCI7[46]10 PCI-CardBus Bridge (Memory stick mode)",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1410,
0,
@ -7659,6 +7737,42 @@ const struct pci_knowndev pci_knowndevs[] = {
"Texas Instruments",
"PCI1451 PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1421,
0,
"Texas Instruments",
"PCI1421 PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1620,
0,
"Texas Instruments",
"PCI1620 PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1520,
0,
"Texas Instruments",
"PCI1520 PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1510,
0,
"Texas Instruments",
"PCI1510 PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1530,
0,
"Texas Instruments",
"PCI1530 PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1515,
0,
"Texas Instruments",
"PCI1515 PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2040,
0,