Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 1996 21:08:45 -0700
From:      "Justin T. Gibbs" <gibbs@freefall.freebsd.org>
To:        pedrosal@nce.ufrj.br (Pedro Salenbauch)
Cc:        bugs@FreeBSD.org, julian@tfs.com
Subject:   Re: Little BUG on V.2.1 
Message-ID:  <199604230408.VAA00331@freefall.freebsd.org>
In-Reply-To: Your message of "Mon, 22 Apr 1996 22:49:16 EST." <9604230149.AA10024@barra.nce.ufrj.br> 

next in thread | previous 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

Wow!  That bug must have been in there for ages!  Thanks for picking
up on this.  Did you actually experience a hang from this bug?
--
Justin T. Gibbs
===========================================
  FreeBSD: Turning PCs into workstations
===========================================



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