summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-08-23 10:16:26 +0000
committerBruce Evans <bde@FreeBSD.org>1998-08-23 10:16:26 +0000
commit1fcee46997cd5c81759292a4d2521b57cda65dfe (patch)
treeb208504deeb14430361aa02bfc2eca9ea6640e1a /sys/dev/sio/sio.c
parentae5a10cad0ad84e62926b9cd751b3e926ff94fbc (diff)
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r--sys/dev/sio/sio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index ab219502e475..4602e540fc55 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/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);
}