Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Ops, this had already been commited by cjs.



details:   https://anonhg.NetBSD.org/src/rev/0f5fa20c509f
branches:  trunk
changeset: 534358:0f5fa20c509f
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Jul 22 20:56:57 2002 +0000

description:
Ops, this had already been commited by cjs.
Still, call the controller ATA133, even though we use it at ATA100 for now ...

diffstat:

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

diffs (29 lines):

diff -r 152c6b9814c5 -r 0f5fa20c509f sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Mon Jul 22 20:55:48 2002 +0000
+++ b/sys/dev/pci/pciide.c      Mon Jul 22 20:56:57 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.159 2002/07/22 20:51:02 bouyer Exp $      */
+/*     $NetBSD: pciide.c,v 1.160 2002/07/22 20:56:57 bouyer Exp $      */
 
 
 /*
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.159 2002/07/22 20:51:02 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.160 2002/07/22 20:56:57 bouyer Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
@@ -2179,10 +2179,6 @@
                printf("VT8233 ATA100 controller\n");
                sc->sc_wdcdev.UDMA_cap = 5;
                break;
-        case PCI_PRODUCT_VIATECH_VT8233A:
-               printf("VT8233A ATA100 controller\n");
-               sc->sc_wdcdev.UDMA_cap = 5;
-               break;
        case PCI_PRODUCT_VIATECH_VT8233A:
                printf("VT8233A ATA133 controller\n");
                /* XXX use ATA100 untill ATA133 is supported */



Home | Main Index | Thread Index | Old Index