diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 80c30ca146b..ba66eb93d59 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.382 2001/03/28 21:04:07 deraadt Exp + * OpenBSD: pcidevs,v 1.383 2001/03/28 23:52:23 chris Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -300,7 +300,7 @@ #define PCI_VENDOR_JAZZ 0x1100 /* Jazz Multimedia */ #define PCI_VENDOR_INITIO 0x1101 /* Initio */ #define PCI_VENDOR_CREATIVELABS 0x1102 /* Creative Labs */ -#define PCI_VENDOR_TRIONES 0x1103 /* Triones Technologies */ +#define PCI_VENDOR_TRIONES 0x1103 /* HighPoint */ #define PCI_VENDOR_RASTEROPS 0x1104 /* RasterOps */ #define PCI_VENDOR_SIGMA 0x1105 /* Sigma Designs */ #define PCI_VENDOR_VIATECH 0x1106 /* VIA */ @@ -1756,8 +1756,8 @@ #define PCI_PRODUCT_TRIDENT_BLADE_3D 0x9880 /* Blade 3D */ /* Triones/HighPoint Technologies products */ -#define PCI_PRODUCT_TRIONES_HPT343 0x0003 /* HPT343 EIDE */ -#define PCI_PRODUCT_TRIONES_HPT366 0x0004 /* HPT36x/37x EIDE */ +#define PCI_PRODUCT_TRIONES_HPT343 0x0003 /* HPT343/345 IDE */ +#define PCI_PRODUCT_TRIONES_HPT366 0x0004 /* HPT36x/370 IDE */ /* TriTech Microelectronics products*/ #define PCI_PRODUCT_TRITECH_TR25202 0xfc02 /* Pyramid3D TR25202 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f5c3b7d389f..55aa50c6b78 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.382 2001/03/28 21:04:07 deraadt Exp + * OpenBSD: pcidevs,v 1.383 2001/03/28 23:52:23 chris Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3616,11 +3616,11 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT343, - "HPT343 EIDE", + "HPT343/345 IDE", }, { PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT366, - "HPT36x/37x EIDE", + "HPT36x/370 IDE", }, { PCI_VENDOR_TRITECH, PCI_PRODUCT_TRITECH_TR25202, @@ -5244,7 +5244,7 @@ static const struct pci_known_vendor pci_known_vendors[] = { }, { PCI_VENDOR_TRIONES, - "Triones Technologies", + "HighPoint", }, { PCI_VENDOR_RASTEROPS, |