1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Fix second instance of the inb type when getting the current sequencer address.

Submitted by:	Nate Williams <nate@sri.MT.net>
This commit is contained in:
Justin T. Gibbs 1996-04-23 04:47:02 +00:00
parent ff3f23849e
commit c0eccc00c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15357

View File

@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: aic7xxx.c,v 1.62 1996/04/22 13:21:40 gibbs Exp $
* $Id: aic7xxx.c,v 1.63 1996/04/23 04:22:41 gibbs Exp $
*/
/*
* TODO:
@ -2218,7 +2218,7 @@ static void ahc_loadseq(iobase)
outb(SEQCTL + iobase, SEQRESET|FASTMODE);
} while (inb(SEQADDR0 + iobase) != 0 &&
inb(SEQADDR1 + iobase != 0));
inb(SEQADDR1 + iobase) != 0);
}
/*