diff options
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 17 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 94bcae04029..01557b5a015 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.158 1999/06/30 17:26:13 deraadt Exp + * OpenBSD: pcidevs,v 1.159 1999/07/06 21:58:39 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1213,7 +1213,8 @@ #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_PCI1225 0xac1C /* PCI1225 PCI-CardBus */ +#define PCI_PRODUCT_TI_PCI1225 0xac1c /* PCI1225 PCI-CardBus */ +#define PCI_PRODUCT_TI_PCI1225 0xac1d /* PCI1251 PCI-CardBus */ #define PCI_PRODUCT_TI_PCI2030 0xac20 /* PCI2030 PCI-CardBus */ #define PCI_PRODUCT_TI_PERMEDIA 0x3d04 /* 3DLabs Permedia */ #define PCI_PRODUCT_TI_PERMEDIA2 0x3d07 /* 3DLabs Permedia 2 */ @@ -1237,6 +1238,7 @@ #define PCI_PRODUCT_TRIDENT_TGUI_9360 0x9360 /* TGUI 9360 */ #define PCI_PRODUCT_TRIDENT_TGUI_9388 0x9388 /* TGUI 9388 */ #define PCI_PRODUCT_TRIDENT_CYBER_9397 0x9397 /* CYBER 9397 */ +#define PCI_PRODUCT_TRIDENT_CYBER_9397 0x939a /* CYBER 9750 */ #define PCI_PRODUCT_TRIDENT_TGUI_9420 0x9420 /* TGUI 9420 */ #define PCI_PRODUCT_TRIDENT_TGUI_9440 0x9440 /* TGUI 9440 */ #define PCI_PRODUCT_TRIDENT_TGUI_9660 0x9660 /* TGUI 9660 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 09935c5763a..00a2da5d050 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.158 1999/06/30 17:26:13 deraadt Exp + * OpenBSD: pcidevs,v 1.159 1999/07/06 21:58:39 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2757,6 +2757,12 @@ struct pci_knowndev pci_knowndevs[] = { "PCI1225 PCI-CardBus", }, { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1225, + 0, + "Texas Instruments", + "PCI1251 PCI-CardBus", + }, + { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2030, 0, "Texas Instruments", @@ -2859,6 +2865,12 @@ struct pci_knowndev pci_knowndevs[] = { "CYBER 9397", }, { + PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_CYBER_9397, + 0, + "Trident", + "CYBER 9750", + }, + { PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_TGUI_9420, 0, "Trident", |