Merged from sys/i386/isa/npx.c revision 1.102.

This commit is contained in:
KATO Takenori 2001-06-23 08:39:13 +00:00
parent 7b7a4c0417
commit b7494481a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78655

View file

@ -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);