From 8ee56ad2ed4e991c1543c2c6906a0fc0d9bcf7ac Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Thu, 1 Apr 1999 13:41:40 +0000 Subject: [PATCH] Sync with sys/i386/isa/npx.c revision 1.66. --- sys/pc98/pc98/npx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c index 03077ddfb565..a26ff4b3558d 100644 --- a/sys/pc98/pc98/npx.c +++ b/sys/pc98/pc98/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.41 1998/12/17 08:41:34 kato Exp $ + * $Id: npx.c,v 1.42 1999/01/16 11:41:18 kato Exp $ */ #include "npx.h" @@ -127,8 +127,10 @@ typedef u_char bool_t; static int npxattach __P((struct isa_device *dvp)); static int npxprobe __P((struct isa_device *dvp)); static int npxprobe1 __P((struct isa_device *dvp)); +#ifdef I586_CPU static long timezero __P((const char *funcname, void (*func)(void *buf, size_t len))); +#endif /* I586_CPU */ struct isa_driver npxdriver = { npxprobe, npxattach, "npx",