Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/dev Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/668ae1011e14
branches:  trunk
changeset: 514232:668ae1011e14
user:      ad <ad%NetBSD.org@localhost>
date:      Sun Aug 26 12:05:55 2001 +0000

description:
Fix typo.

diffstat:

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

diffs (18 lines):

diff -r f5e307098dcb -r 668ae1011e14 sys/arch/pmax/dev/sii.c
--- a/sys/arch/pmax/dev/sii.c   Sun Aug 26 12:02:22 2001 +0000
+++ b/sys/arch/pmax/dev/sii.c   Sun Aug 26 12:05:55 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sii.c,v 1.44 2001/08/26 11:47:23 simonb Exp $  */
+/*     $NetBSD: sii.c,v 1.45 2001/08/26 12:05:55 ad Exp $      */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -188,7 +188,7 @@
        sc->sc_channel.chan_channel = 0;
        sc->sc_channel.chan_ntargets = 8;
        sc->sc_channel.chan_nluns = 8;
-       sc->sc_channel.chan_id = sc->sc_regs->id * SII_IDMSK;
+       sc->sc_channel.chan_id = sc->sc_regs->id & SII_IDMSK;
 
 
        /*



Home | Main Index | Thread Index | Old Index