1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Use 0xf8' instead of IO_NPX' macro to support compiling with `SMP'

option.
This commit is contained in:
KATO Takenori 1998-05-04 07:33:32 +00:00
parent 686ed44763
commit 2d6d6d4050
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35677

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.35 1998/04/16 16:34:46 kato Exp $
* $Id: npx.c,v 1.36 1998/04/20 13:50:21 kato Exp $
*/
#include "npx.h"
@ -287,7 +287,7 @@ npxprobe1(dvp)
* it after a warm boot.
*/
#ifdef PC98
outb(IO_NPX,0);
outb(0xf8,0);
#else
outb(0xf1, 0); /* full reset on some systems, NOP on others */
outb(0xf0, 0); /* clear BUSY# latch */
@ -558,7 +558,7 @@ npxintr(unit)
}
#ifdef PC98
outb(IO_NPX, 0);
outb(0xf8, 0);
#else
outb(0xf0, 0);
#endif