Label the buffer size as such on probe. 128 KB makes sense, but 4608 does not.

This commit is contained in:
briggs 2000-08-06 00:19:04 +00:00
parent 504f88949c
commit b103a8ca48

View File

@ -1,4 +1,4 @@
/* $NetBSD: smc91cxx.c,v 1.28 2000/07/31 22:48:49 briggs Exp $ */
/* $NetBSD: smc91cxx.c,v 1.29 2000/08/06 00:19:04 briggs Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -260,7 +260,7 @@ smc91cxx_attach(sc, myea)
memsize *= 256 * mult;
format_bytes(pbuf, sizeof(pbuf), memsize);
printf("%s\n", pbuf);
printf("buffer size: %s\n", pbuf);
/* Read the station address from the chip. */
SMC_SELECT_BANK(sc, 1);