Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Shorter description for the HPT366



details:   https://anonhg.NetBSD.org/src/rev/c150e0c66934
branches:  trunk
changeset: 487777:c150e0c66934
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Jun 12 21:25:01 2000 +0000

description:
Shorter description for the HPT366

diffstat:

 sys/dev/pci/pcidevs  |  4 ++--
 sys/dev/pci/pciide.c |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 628e5a9cb57d -r c150e0c66934 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon Jun 12 21:20:51 2000 +0000
+++ b/sys/dev/pci/pcidevs       Mon Jun 12 21:25:01 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.232 2000/06/12 21:12:30 bouyer Exp $
+$NetBSD: pcidevs,v 1.233 2000/06/12 21:25:01 bouyer Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1421,7 +1421,7 @@
 
 /* Triones Technologies products */
 /* The 366 and 370 controllers have the same product ID */
-product TRIONES HPT366          0x0004  HPT366/370 UDMA/66 Controller
+product TRIONES HPT366          0x0004  HPT366/370 IDE Controller
 
 /* TriTech Microelectronics products*/
 product TRITECH        TR25202         0xfc02  Pyramid3D TR25202
diff -r 628e5a9cb57d -r c150e0c66934 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Mon Jun 12 21:20:51 2000 +0000
+++ b/sys/dev/pci/pciide.c      Mon Jun 12 21:25:01 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.67 2000/06/12 21:20:51 bouyer Exp $       */
+/*     $NetBSD: pciide.c,v 1.68 2000/06/12 21:25:01 bouyer Exp $       */
 
 
 /*
@@ -387,7 +387,7 @@
 const struct pciide_product_desc pciide_triones_products[] =  {
        { PCI_PRODUCT_TRIONES_HPT366,
          IDE_PCI_CLASS_OVERRIDE,
-         "Triones/Highpoint HPT366/370 UDMA/66 IDE Controller",
+         "Triones/Highpoint HPT366/370 IDE Controller",
          hpt_chip_map,
        },
        { 0,



Home | Main Index | Thread Index | Old Index