Source-Changes-HG archive

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

[src/thorpej_scsipi]: src/sys/arch/sun3/dev Make compile again.



details:   https://anonhg.NetBSD.org/src/rev/1242332128e0
branches:  thorpej_scsipi
changeset: 477392:1242332128e0
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Feb 18 18:25:29 2001 +0000

description:
Make compile again.

diffstat:

 sys/arch/sun3/dev/si.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b1c90c89e081 -r 1242332128e0 sys/arch/sun3/dev/si.c
--- a/sys/arch/sun3/dev/si.c    Thu Feb 15 13:36:10 2001 +0000
+++ b/sys/arch/sun3/dev/si.c    Sun Feb 18 18:25:29 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: si.c,v 1.44.2.2 2001/01/22 18:25:15 bouyer Exp $       */
+/*     $NetBSD: si.c,v 1.44.2.3 2001/02/18 18:25:29 bouyer Exp $       */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -177,7 +177,7 @@
                sc->sc_dma[i].dh_flags = 0;
 
        ncr_sc->sc_channel.chan_id = 7;
-       ncr_sc->sc_adapter.scsipi_minphys = si_minphys;
+       ncr_sc->sc_adapter.adapt_minphys = si_minphys;
 
        /*
         *  Initialize si board itself.



Home | Main Index | Thread Index | Old Index