summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
diff options
context:
space:
mode:
authordt <dt@FreeBSD.org>1999-03-28 23:28:18 +0000
committerdt <dt@FreeBSD.org>1999-03-28 23:28:18 +0000
commit028d3f6895ab7a9bca8ccc5ed838ac5ff2d33eee (patch)
tree2eef353f538d5b1f0a6d150bac2d5030b1554b88 /sys/i386/isa/npx.c
parent49d1cdd7a4e142fd6257080cb63cd319e2944c63 (diff)
downloadFreeBSD-src-028d3f6895ab7a9bca8ccc5ed838ac5ff2d33eee.zip
FreeBSD-src-028d3f6895ab7a9bca8ccc5ed838ac5ff2d33eee.tar.gz
Ifdef declaration of a conditionally defined function "timezero".
Diffstat (limited to 'sys/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 6bb4e0f..2371e7b 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.64 1998/12/14 19:16:17 bde Exp $
+ * $Id: npx.c,v 1.65 1999/01/08 16:29:59 bde Exp $
*/
#include "npx.h"
@@ -122,8 +122,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",
OpenPOWER on IntegriCloud