Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 96 22:49:16 EST
From:      pedrosal@nce.ufrj.br (Pedro Salenbauch)
To:        bugs@FreeBSD.org, julian@tfs.com
Cc:        pedrosal@nce.ufrj.br
Subject:   Little BUG on V.2.1
Message-ID:  <9604230149.AA10024@barra.nce.ufrj.br>

next in thread | raw e-mail | index | archive | help
Dear Sirs (Attention Justin T. Gibbs & Julian Elischer):

I found a little bug on a kernel module. It is difficult for me to
judge if it is important or not, but you should look at it:

In the module "/usr/src/sys/i386/scsi/aic7xxx.c", of V.2.1, line 2597,
where there is:

	inb (SEQADDR1 + iobase != 0));

probably was intended:

	inb (SEQADDR1 + iobase) != 0);

Thank you,
		Pedro Salenbauch



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9604230149.AA10024>