summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2001-06-23 08:39:13 +0000
committerkato <kato@FreeBSD.org>2001-06-23 08:39:13 +0000
commitd9a8a794a66c0de3894b2b484f6bfe2eab6df5a8 (patch)
treeaecf75c026d98c1c7ae317120acb36c793474266 /sys
parenta176a48c8e5c94ba105ba563c45bca422afd1852 (diff)
downloadFreeBSD-src-d9a8a794a66c0de3894b2b484f6bfe2eab6df5a8.zip
FreeBSD-src-d9a8a794a66c0de3894b2b484f6bfe2eab6df5a8.tar.gz
Merged from sys/i386/isa/npx.c revision 1.102.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/pc98/npx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c
index 5930ff5..63f82c7 100644
--- a/sys/pc98/pc98/npx.c
+++ b/sys/pc98/pc98/npx.c
@@ -132,7 +132,7 @@ static void npx_intr __P((void *));
#endif
static int npx_probe __P((device_t dev));
static int npx_probe1 __P((device_t dev));
-#ifdef I586_CPU
+#ifdef I586_CPU_XXX
static long timezero __P((const char *funcname,
void (*func)(void *buf, size_t len)));
#endif /* I586_CPU */
@@ -957,7 +957,7 @@ timezero(funcname, func)
if (usec <= 0)
usec = 1;
if (bootverbose)
- printf("%s bandwidth = %lu kBps\n", funcname,
+ printf("%s bandwidth = %u kBps\n", funcname,
(u_int32_t)(((BUFSIZE >> 10) * 1000000) / usec));
free(buf, M_TEMP);
return (usec);
OpenPOWER on IntegriCloud