summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-08-23 10:16:26 +0000
committerbde <bde@FreeBSD.org>1998-08-23 10:16:26 +0000
commit1275a52cea911bb1052f091dacd6db2c27d851e2 (patch)
tree9dfebd0a7c3ffc9346fe8ceb2aec5e4b8fe358e6 /sys/isa
parentbb396c130c6b394fb683ab88586fce4d9473b6f4 (diff)
downloadFreeBSD-src-1275a52cea911bb1052f091dacd6db2c27d851e2.zip
FreeBSD-src-1275a52cea911bb1052f091dacd6db2c27d851e2.tar.gz
Fixed printf format errors.
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/sio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index ab21950..4602e54 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.212 1998/08/20 05:12:48 bde Exp $
+ * $Id: sio.c,v 1.213 1998/08/23 08:26:40 bde Exp $
*/
#include "opt_comconsole.h"
@@ -2993,7 +2993,7 @@ siopnp_probe(u_long csn, u_long vend_id)
struct pnp_cinfo d;
read_pnp_parms(&d, 0);
if (d.enable == 0 || d.flags & 1) {
- printf("CSN %d is disabled.\n", csn);
+ printf("CSN %lu is disabled.\n", csn);
return (NULL);
}
OpenPOWER on IntegriCloud