From 83a26e17f7267d2f7ad28e14c99a6c998963810a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 6 Jul 1999 21:58:43 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 6 ++++-- 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 $ */ @@ -2756,6 +2756,12 @@ struct pci_knowndev pci_knowndevs[] = { "Texas Instruments", "PCI1225 PCI-CardBus", }, + { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1225, + 0, + "Texas Instruments", + "PCI1251 PCI-CardBus", + }, { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2030, 0, @@ -2858,6 +2864,12 @@ struct pci_knowndev pci_knowndevs[] = { "Trident", "CYBER 9397", }, + { + PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_CYBER_9397, + 0, + "Trident", + "CYBER 9750", + }, { PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_TGUI_9420, 0, -- cgit v1.2.3