Source-Changes-HG archive

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

[src/thorpej_scsipi]: src/sys/arch/atari/dev Pass a compile test on i386



details:   https://anonhg.NetBSD.org/src/rev/7941c986a01b
branches:  thorpej_scsipi
changeset: 477433:7941c986a01b
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Mar 29 10:04:51 2001 +0000

description:
Pass a compile test on i386

diffstat:

 sys/arch/atari/dev/ncr5380.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r a4a486dd52e4 -r 7941c986a01b sys/arch/atari/dev/ncr5380.c
--- a/sys/arch/atari/dev/ncr5380.c      Thu Mar 29 09:57:40 2001 +0000
+++ b/sys/arch/atari/dev/ncr5380.c      Thu Mar 29 10:04:51 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr5380.c,v 1.37.2.2 2001/03/27 13:16:20 bouyer Exp $  */
+/*     $NetBSD: ncr5380.c,v 1.37.2.3 2001/03/29 10:04:51 bouyer Exp $  */
 
 /*
  * Copyright (c) 1995 Leo Weppelman.
@@ -427,6 +427,7 @@
        case ADAPTER_REQ_SET_XFER_MODE:
                /* XXX Not supported. */
                return;
+       }
 }
 
 static void
@@ -455,7 +456,7 @@
        }
        else {
                
-               printf("-RESET-\n",
+               printf("-RESET-\n");
        }
 }
 
@@ -725,7 +726,7 @@
        u_int8_t                targ_bit;
        struct ncr_softc        *sc;
 
-       sc = (void*)reqp->xs->xs_periph->periph->channel->chan_adapter->adapt_dev;
+       sc = (void*)reqp->xs->xs_periph->periph_channel->chan_adapter->adapt_dev;
        DBG_SELPRINT ("Starting arbitration\n", 0);
        PID("scsi_select1");
 



Home | Main Index | Thread Index | Old Index