summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-05-14 13:12:14 +0000
committerats <ats@FreeBSD.org>1994-05-14 13:12:14 +0000
commit4fe8416971cc0171c02fc2490491aa8bcf9bca26 (patch)
treecaacfca508d834240addc8012dba39fac7c4e8ae /sys
parent9a996abd909a8c645ba2e82f530242775088259b (diff)
downloadFreeBSD-src-4fe8416971cc0171c02fc2490491aa8bcf9bca26.zip
FreeBSD-src-4fe8416971cc0171c02fc2490491aa8bcf9bca26.tar.gz
Added a missing unit argument in a printf.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/aha1542.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index f6cebc9..84c5e57 100644
--- a/sys/i386/isa/aha1542.c
+++ b/sys/i386/isa/aha1542.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: aha1542.c,v 1.24 1994/04/21 22:14:43 wollman Exp $
+ * $Id: aha1542.c,v 1.25 1994/05/03 05:44:53 rgrimes Exp $
*/
/*
@@ -917,7 +917,7 @@ aha_init(unit)
#ifdef AHADEBUG
printf("aha%d: extended bios flags %x\n", unit, extbios.flags);
#endif /* AHADEBUG */
- printf("aha%d: 1542C/CF detected, unlocking mailbox\n");
+ printf("aha%d: 1542C/CF detected, unlocking mailbox\n", unit);
aha_cmd(unit, 2, 0, 0, 0, AHA_MBX_ENABLE,
0, extbios.mailboxlock);
}
OpenPOWER on IntegriCloud