diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-02-22 18:51:36 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-02-22 18:51:36 +0000 |
commit | 26a2827ca0f7463d8c9ef1afc1a377fded516a7e (patch) | |
tree | 83795769ae79296429085b07973a52720e5407a5 /sys/dev | |
parent | 06ed14d7cea073528184e59b0d077b10bb71bc4f (diff) |
Regen.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 30 |
2 files changed, 35 insertions, 0 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 155ade04368..24a23b855d5 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1361,10 +1361,14 @@ #define PCI_PRODUCT_TI_PCI1250 0xac16 /* PCI1250 PCI-CardBus */ #define PCI_PRODUCT_TI_PCI1220 0xac17 /* PCI1220 PCI-CardBus */ #define PCI_PRODUCT_TI_PCI1221 0xac19 /* PCI1221 PCI-CardBus */ +#define PCI_PRODUCT_TI_PCI1450 0xac1b /* PCI1450 PCI-CardBus */ #define PCI_PRODUCT_TI_PCI1225 0xac1c /* PCI1225 PCI-CardBus */ #define PCI_PRODUCT_TI_PCI1251 0xac1d /* PCI1251 PCI-CardBus */ #define PCI_PRODUCT_TI_PCI1211 0xac1e /* PCI1211 PCI-CardBus */ +#define PCI_PRODUCT_TI_PCI1251B 0xac1f /* PCI1251B PCI-CardBus */ #define PCI_PRODUCT_TI_PCI2030 0xac20 /* PCI2030 PCI-CardBus */ +#define PCI_PRODUCT_TI_PCI1420 0xac51 /* PCI1420 PCI-CardBus */ +#define PCI_PRODUCT_TI_PCI1451 0xac52 /* PCI1451 PCI-CardBus */ #define PCI_PRODUCT_TI_PERMEDIA 0x3d04 /* 3DLabs Permedia */ #define PCI_PRODUCT_TI_PERMEDIA2 0x3d07 /* 3DLabs Permedia 2 */ @@ -1377,6 +1381,7 @@ #define PCI_PRODUCT_TOSHIBA2_ToPIC95 0x0603 /* ToPIC95 CardBus-PCI */ #define PCI_PRODUCT_TOSHIBA2_ToPIC95B 0x060a /* ToPIC95B PCI-CardBus */ #define PCI_PRODUCT_TOSHIBA2_ToPIC97 0x060f /* ToPIC97 PCI-CardBus */ +#define PCI_PRODUCT_TOSHIBA2_ToPIC100 0x0617 /* ToPIC100 PCI-CardBus */ #define PCI_PRODUCT_TOSHIBA2_TFIRO 0x0701 /* Fast Infrared Type O */ /* Trident products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 1d3dbfa873e..0a70377dc94 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -3435,6 +3435,12 @@ struct pci_knowndev pci_knowndevs[] = { "PCI1221 PCI-CardBus", }, { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1450, + 0, + "Texas Instruments", + "PCI1450 PCI-CardBus", + }, + { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1225, 0, "Texas Instruments", @@ -3453,12 +3459,30 @@ struct pci_knowndev pci_knowndevs[] = { "PCI1211 PCI-CardBus", }, { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1251B, + 0, + "Texas Instruments", + "PCI1251B PCI-CardBus", + }, + { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2030, 0, "Texas Instruments", "PCI2030 PCI-CardBus", }, { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1420, + 0, + "Texas Instruments", + "PCI1420 PCI-CardBus", + }, + { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1451, + 0, + "Texas Instruments", + "PCI1451 PCI-CardBus", + }, + { PCI_VENDOR_TI, PCI_PRODUCT_TI_PERMEDIA, 0, "Texas Instruments", @@ -3507,6 +3531,12 @@ struct pci_knowndev pci_knowndevs[] = { "ToPIC97 PCI-CardBus", }, { + PCI_VENDOR_TOSHIBA2, PCI_PRODUCT_TOSHIBA2_ToPIC100, + 0, + "Toshiba (2nd ID)", + "ToPIC100 PCI-CardBus", + }, + { PCI_VENDOR_TOSHIBA2, PCI_PRODUCT_TOSHIBA2_TFIRO, 0, "Toshiba (2nd ID)", |