Source-Changes-HG archive

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

[src/thorpej_scsipi]: src/sys/arch/next68k/dev Convert to new ncr53c9x attach...



details:   https://anonhg.NetBSD.org/src/rev/8b349750bd20
branches:  thorpej_scsipi
changeset: 477493:8b349750bd20
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Apr 24 07:14:04 2001 +0000

description:
Convert to new ncr53c9x attachement

diffstat:

 sys/arch/next68k/dev/esp.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e98f1f5c681f -r 8b349750bd20 sys/arch/next68k/dev/esp.c
--- a/sys/arch/next68k/dev/esp.c        Mon Apr 23 19:18:34 2001 +0000
+++ b/sys/arch/next68k/dev/esp.c        Tue Apr 24 07:14:04 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esp.c,v 1.25.2.2 2001/04/21 17:54:23 bouyer Exp $      */
+/*     $NetBSD: esp.c,v 1.25.2.3 2001/04/24 07:14:04 bouyer Exp $      */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -396,7 +396,9 @@
            sc->sc_dev.dv_xname, "intr");
 
        /* Do the common parts of attachment. */
-       ncr53c9x_attach(sc, NULL, NULL);
+       sc->sc_adapter.adapt_minphys = minphys;
+       sc->sc_adapter.adapt_request = ncr53c9x_scsipi_request;
+       ncr53c9x_attach(sc);
 }
 
 /*



Home | Main Index | Thread Index | Old Index