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, remove a line that escaped out of my local ...



details:   https://anonhg.NetBSD.org/src/rev/159045415f30
branches:  trunk
changeset: 552190:159045415f30
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Sep 21 11:30:43 2003 +0000

description:
Ops, remove a line that escaped out of my local tree.

diffstat:

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

diffs (26 lines):

diff -r bd0960b459df -r 159045415f30 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Sun Sep 21 11:20:37 2003 +0000
+++ b/sys/dev/pci/pciide.c      Sun Sep 21 11:30:43 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.203 2003/09/21 11:20:37 bouyer Exp $      */
+/*     $NetBSD: pciide.c,v 1.204 2003/09/21 11:30:43 bouyer Exp $      */
 
 
 /*
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.203 2003/09/21 11:20:37 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.204 2003/09/21 11:30:43 bouyer Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
@@ -4005,7 +4005,6 @@
                        pciide_mapregs_compat(pa, cp, compatchan,
                            &cmdsize, &ctlsize);
                }
-               wdcattach(&cp->wdc_channel);
        }
        if ((sc->sc_pp->ide_product == PCI_PRODUCT_TRIONES_HPT366 &&
            (revision == HPT370_REV || revision == HPT370A_REV ||



Home | Main Index | Thread Index | Old Index