diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 6c035e74ad16..05a4711cc5fa 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: - * NetBSD: pcidevs,v 1.7 1996/04/04 21:46:33 mycroft Exp + * NetBSD: pcidevs,v 1.9 1996/05/13 06:02:18 thorpej Exp */ /* @@ -75,6 +75,7 @@ #define PCI_VENDOR_ACER 0x1025 /* Acer */ #define PCI_VENDOR_DELL 0x1028 /* Dell Computer */ #define PCI_VENDOR_SIEMENS 0x1029 /* Siemens Nixdorf IS */ +#define PCI_VENDOR_LSILOGIC 0x102a /* LSI Logic, Headland div. */ #define PCI_VENDOR_MATROX 0x102b /* Matrox */ #define PCI_VENDOR_CHIPS 0x102c /* Chips and Technologies */ #define PCI_VENDOR_WYSE 0x102d /* WYSE Technology */ @@ -481,11 +482,13 @@ /* S3 products */ /* Names??? */ -#define PCI_PRODUCT_S3_TRIO64 0x8811 /* Trio64 */ +#define PCI_PRODUCT_S3_TRIO64 0x8811 /* Trio32/64/64V+ */ +#define PCI_PRODUCT_S3_868 0x8880 /* 868 */ #define PCI_PRODUCT_S3_928 0x88b0 /* 928 */ #define PCI_PRODUCT_S3_864_0 0x88c0 /* Vision 864-0 */ #define PCI_PRODUCT_S3_864_1 0x88c1 /* Vision 864-1 */ #define PCI_PRODUCT_S3_964 0x88d0 /* 964 */ +#define PCI_PRODUCT_S3_968 0x88f0 /* 968 */ /* SMC products */ #define PCI_PRODUCT_SMC_37C665 0x1000 /* 37C665 */ @@ -496,5 +499,5 @@ /* UMC products */ #define PCI_PRODUCT_UMC_UM8673F 0x0101 /* UM8673F */ -#define PCI_PRODUCT_UMC_UM8881F 0x8881 /* UM8881F */ -#define PCI_PRODUCT_UMC_UM8886F 0x8886 /* UM8886F */ +#define PCI_PRODUCT_UMC_UM8881F 0x8881 /* UM8881F PCI-Host bridge */ +#define PCI_PRODUCT_UMC_UM8886F 0x8886 /* UM8886F PCI-ISA bridge */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 1ab55a823a66..bf6953f61762 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: - * NetBSD: pcidevs,v 1.7 1996/04/04 21:46:33 mycroft Exp + * NetBSD: pcidevs,v 1.9 1996/05/13 06:02:18 thorpej Exp */ /* @@ -311,7 +311,13 @@ struct pci_knowndev pci_knowndevs[] = { PCI_VENDOR_S3, PCI_PRODUCT_S3_TRIO64, 0, "S3", - "Trio64", + "Trio32/64/64V+", + }, + { + PCI_VENDOR_S3, PCI_PRODUCT_S3_868, + 0, + "S3", + "868", }, { PCI_VENDOR_S3, PCI_PRODUCT_S3_928, @@ -337,6 +343,12 @@ struct pci_knowndev pci_knowndevs[] = { "S3", "964", }, + { + PCI_VENDOR_S3, PCI_PRODUCT_S3_968, + 0, + "S3", + "968", + }, { PCI_VENDOR_SMC, PCI_PRODUCT_SMC_37C665, 0, @@ -365,13 +377,13 @@ struct pci_knowndev pci_knowndevs[] = { PCI_VENDOR_UMC, PCI_PRODUCT_UMC_UM8881F, 0, "United Microelectronics", - "UM8881F", + "UM8881F PCI-Host bridge", }, { PCI_VENDOR_UMC, PCI_PRODUCT_UMC_UM8886F, 0, "United Microelectronics", - "UM8886F", + "UM8886F PCI-ISA bridge", }, { PCI_VENDOR_OLDNCR, 0, @@ -583,6 +595,12 @@ struct pci_knowndev pci_knowndevs[] = { "Siemens Nixdorf IS", NULL, }, + { + PCI_VENDOR_LSILOGIC, 0, + PCI_KNOWNDEV_NOPROD, + "LSI Logic, Headland div.", + NULL, + }, { PCI_VENDOR_MATROX, 0, PCI_KNOWNDEV_NOPROD,