summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-15 21:25:55 +0000
committerphk <phk@FreeBSD.org>2002-09-15 21:25:55 +0000
commitb1a95d8312a609032f4b724907a5070e6870fddf (patch)
treee9531c98458312e773fd6ccf8743ccaa6fb77429 /sys/isa
parent0e22cfe38ec471fefe5b3025d1263645e1a6edff (diff)
downloadFreeBSD-src-b1a95d8312a609032f4b724907a5070e6870fddf.zip
FreeBSD-src-b1a95d8312a609032f4b724907a5070e6870fddf.tar.gz
Suitably shrink a comment so it applies again.
Submitted by: bde
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/fd.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/isa/fd.c b/sys/isa/fd.c
index 1dfa399..8c94574 100644
--- a/sys/isa/fd.c
+++ b/sys/isa/fd.c
@@ -2597,13 +2597,10 @@ fdmisccmd(dev_t dev, u_int cmd, void *data)
bp->bio_done = fdbiodone;
bp->bio_flags = 0;
- /*
- * Now run the command. The wait loop is a version of bufwait()
- * adapted for struct bio instead of struct buf and specialized
- * for the current context.
- */
+ /* Now run the command. */
fdstrategy(bp);
error = biowait(bp, "fdcmd");
+
free(bp, M_TEMP);
return (error);
}
OpenPOWER on IntegriCloud