summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-09-28 17:02:34 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-09-28 17:02:34 +0000
commitef9aeda7cee12f37772f270c76ad37f908b2ab57 (patch)
treeacff4a7357581db56b22c0ff788aafc3b43eb532 /sys
parent49b312bb925b10ad6fb0498308b3ebaf466e4052 (diff)
downloadFreeBSD-src-ef9aeda7cee12f37772f270c76ad37f908b2ab57.zip
FreeBSD-src-ef9aeda7cee12f37772f270c76ad37f908b2ab57.tar.gz
>From: chmr@edvz.tu-graz.ac.at (Christoph Robitschko)
Date: Tue, 28 Sep 1993 09:03:13 +0100 (MET) The only place I found with a printf("status %x") is in /sys/i386/isa/lpt.c, and looks much like a left-over debugging printout... And it was... I changed it to an lprintf (which is defined if debuggin is on) Rod
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/lpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/lpt.c b/sys/i386/isa/lpt.c
index 1c91389..9f75bd7 100644
--- a/sys/i386/isa/lpt.c
+++ b/sys/i386/isa/lpt.c
@@ -290,7 +290,7 @@ lprintf("lp flags 0x%x\n", sc->sc_flags);
if (trys++ >= LPINITRDY*4) {
splx(s);
sc->sc_state = 0;
-printf ("status %x\n", inb(port+lpt_status) );
+lprintf ("status %x\n", inb(port+lpt_status) );
return (EBUSY);
}
OpenPOWER on IntegriCloud