summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-11-26 19:29:15 +0000
committerphk <phk@FreeBSD.org>2000-11-26 19:29:15 +0000
commit2ad308fd87c069be6ea9eb90bfc1b811438fdb46 (patch)
tree11432f1623f70e03d122945861f3b0dcfb8f452b /sys/pc98/cbus
parent0f144020e7e8a3ba9a723306fe3a26e9ea8ee181 (diff)
downloadFreeBSD-src-2ad308fd87c069be6ea9eb90bfc1b811438fdb46.zip
FreeBSD-src-2ad308fd87c069be6ea9eb90bfc1b811438fdb46.tar.gz
Make diskerr() always log with printf.
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r--sys/pc98/cbus/fdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index 7a635b4..a58019b 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -2665,7 +2665,7 @@ retrier(struct fdc_data *fdc)
/* Trick diskerr */
bp->bio_dev = makedev(major(bp->bio_dev),
(FDUNIT(minor(bp->bio_dev))<<3)|RAW_PART);
- diskerr(bp, "hard error", LOG_PRINTF,
+ diskerr(bp, "hard error",
fdc->fd->skip / DEV_BSIZE,
(struct disklabel *)NULL);
bp->bio_dev = sav_bio_dev;
OpenPOWER on IntegriCloud