Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add '(ICH3)' to the names of 82801CA for consist...



details:   https://anonhg.NetBSD.org/src/rev/3c575dbce526
branches:  trunk
changeset: 545234:3c575dbce526
user:      kent <kent%NetBSD.org@localhost>
date:      Sat Apr 05 13:00:15 2003 +0000

description:
Add '(ICH3)' to the names of 82801CA for consistency with other 82801xx names

diffstat:

 sys/dev/pci/pciide.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 2a87e24193d0 -r 3c575dbce526 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Sat Apr 05 12:30:51 2003 +0000
+++ b/sys/dev/pci/pciide.c      Sat Apr 05 13:00:15 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.188 2003/04/04 11:01:48 kent Exp $        */
+/*     $NetBSD: pciide.c,v 1.189 2003/04/05 13:00:15 kent Exp $        */
 
 
 /*
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.188 2003/04/04 11:01:48 kent Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.189 2003/04/05 13:00:15 kent Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
@@ -299,17 +299,17 @@
        },
        { PCI_PRODUCT_INTEL_82801BAM_IDE,
          0,
-         "Intel 82801BAM IDE Controller (ICH2)",
+         "Intel 82801BAM IDE Controller (ICH2-M)",
          piix_chip_map,
        },
        { PCI_PRODUCT_INTEL_82801CA_IDE_1,
          0,
-         "Intel 82801CA IDE Controller",
+         "Intel 82801CA IDE Controller (ICH3)",
          piix_chip_map,
        },
        { PCI_PRODUCT_INTEL_82801CA_IDE_2,
          0,
-         "Intel 82801CA IDE Controller",
+         "Intel 82801CA IDE Controller (ICH3)",
          piix_chip_map,
        },
        { PCI_PRODUCT_INTEL_82801DB_IDE,
@@ -319,7 +319,7 @@
        },
        { PCI_PRODUCT_INTEL_82801DBM_IDE,
          0,
-         "Intel 82801DBM IDE Controller (ICH4M)",
+         "Intel 82801DBM IDE Controller (ICH4-M)",
          piix_chip_map,
        },
        { PCI_PRODUCT_INTEL_31244,



Home | Main Index | Thread Index | Old Index