diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-18 18:20:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-18 18:20:49 +0000 |
commit | 48860c6dc2688d70beb9558c986bf5f476628f36 (patch) | |
tree | 9538ea596133997c624af523dbe2ebceb7aa9c8f /sys | |
parent | 8443e03a46c758e71340508c52df9180cada6d27 (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 22 |
2 files changed, 27 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 1d8b6e94bcc..4500ffbddde 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.365 2001/02/06 07:50:38 chris Exp + * OpenBSD: pcidevs,v 1.366 2001/02/18 18:20:41 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -786,6 +786,7 @@ #define PCI_PRODUCT_ATI_MACH64_GM 0x474d /* Mach64 GM */ #define PCI_PRODUCT_ATI_MACH64_GP 0x4750 /* Mach64 GP */ #define PCI_PRODUCT_ATI_MACH64_GQ 0x4751 /* Mach64 GQ */ +#define PCI_PRODUCT_ATI_RAGEXL 0x4752 /* Rage XL */ #define PCI_PRODUCT_ATI_MACH64_GT 0x4754 /* Mach64 GT */ #define PCI_PRODUCT_ATI_MACH64_GU 0x4755 /* Mach64 GU */ #define PCI_PRODUCT_ATI_MACH64_GV 0x4756 /* Mach64 GV */ @@ -803,6 +804,7 @@ #define PCI_PRODUCT_ATI_RAGE_FURY 0x5046 /* Rage Fury AGP4x */ #define PCI_PRODUCT_ATI_RAGE128_PK 0x5052 /* Rage 128 PK */ #define PCI_PRODUCT_ATI_RADEON_AIW 0x5144 /* AIW Radeon */ +#define PCI_PRODUCT_ATI_RAGE128GL 0x5245 /* Rage 128 GL */ #define PCI_PRODUCT_ATI_RAGE_MAGNUM 0x5246 /* Rage Magnum */ #define PCI_PRODUCT_ATI_RAGE_128_VR_AGP 0x524c /* Rage 128 VR AGP */ #define PCI_PRODUCT_ATI_MACH64_VT 0x5654 /* Mach64 VT */ @@ -1031,6 +1033,7 @@ #define PCI_PRODUCT_ESSTECH_SOLO1 0x1969 /* SOLO-1 AudioDrive */ #define PCI_PRODUCT_ESSTECH_MAESTRO2E 0x1978 /* Maestro 2E */ #define PCI_PRODUCT_ESSTECH_MAESTRO3 0x1998 /* Maestro 3 */ +#define PCI_PRODUCT_ESSTECH_ES1983 0x1999 /* ES1983 Modem */ #define PCI_PRODUCT_ESSTECH_2898 0x2898 /* ES2898 Modem */ /* Essential Communications products */ @@ -1355,6 +1358,7 @@ #define PCI_PRODUCT_CMI_CMI8338A 0x0100 /* CMI8338A Audio */ #define PCI_PRODUCT_CMI_CMI8338B 0x0101 /* CMI8338B Audio */ #define PCI_PRODUCT_CMI_CMI8738 0x0111 /* CMI8738/C3DX Audio */ +#define PCI_PRODUCT_CMI_HSP56 0x0211 /* HSP56 AMR */ /* NetVin */ #define PCI_PRODUCT_NETVIN_NV5000 0x5000 /* NetVin 5000 */ @@ -1442,6 +1446,7 @@ #define PCI_PRODUCT_NVIDIA_VANTA2 0x002d /* Vanta */ #define PCI_PRODUCT_NVIDIA_GEFORCE256 0x0100 /* GeForce256 */ #define PCI_PRODUCT_NVIDIA_GEFORCE256_DDR 0x0101 /* GeForce256 DDR */ +#define PCI_PRODUCT_NVIDIA_GEFORCE2MX 0x0110 /* GeForce2 MX */ #define PCI_PRODUCT_NVIDIA_GEFORCE2GTS 0x0150 /* GeForce2 GTS */ /* Oak Technologies products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d8fdfc21d5f..158046cf7f9 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.365 2001/02/06 07:50:38 chris Exp + * OpenBSD: pcidevs,v 1.366 2001/02/18 18:20:41 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -747,6 +747,10 @@ static const struct pci_known_product pci_known_products[] = { "Mach64 GQ", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAGEXL, + "Rage XL", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MACH64_GT, "Mach64 GT", }, @@ -815,6 +819,10 @@ static const struct pci_known_product pci_known_products[] = { "AIW Radeon", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAGE128GL, + "Rage 128 GL", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAGE_MAGNUM, "Rage Magnum", }, @@ -1439,6 +1447,10 @@ static const struct pci_known_product pci_known_products[] = { "Maestro 3", }, { + PCI_VENDOR_ESSTECH, PCI_PRODUCT_ESSTECH_ES1983, + "ES1983 Modem", + }, + { PCI_VENDOR_ESSTECH, PCI_PRODUCT_ESSTECH_2898, "ES2898 Modem", }, @@ -2415,6 +2427,10 @@ static const struct pci_known_product pci_known_products[] = { "CMI8738/C3DX Audio", }, { + PCI_VENDOR_CMI, PCI_PRODUCT_CMI_HSP56, + "HSP56 AMR", + }, + { PCI_VENDOR_NETVIN, PCI_PRODUCT_NETVIN_NV5000, "NetVin 5000", }, @@ -2691,6 +2707,10 @@ static const struct pci_known_product pci_known_products[] = { "GeForce256 DDR", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE2MX, + "GeForce2 MX", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE2GTS, "GeForce2 GTS", }, |