aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2000-09-01 08:51:37 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2000-09-01 08:51:37 +0000
commit06f748444a83e812da06e13ecdf618e650893d45 (patch)
tree3cd69fc1ab1d1406f3a59017f721c001a31ba477
parent1c7f976dec25337d2374747be0522cef14f2cc46 (diff)
Notes
-rw-r--r--usr.sbin/pccard/pccardd/cardd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pccard/pccardd/cardd.c b/usr.sbin/pccard/pccardd/cardd.c
index 9f11accebec99..e68182aa364ed 100644
--- a/usr.sbin/pccard/pccardd/cardd.c
+++ b/usr.sbin/pccard/pccardd/cardd.c
@@ -632,7 +632,7 @@ assign_io(struct slot *sp)
cio = cp->io;
sio = &(sp->io);
xmax = 1;
- if (cio)
+ if (iosize == 0 && cio)
xmax = cisconf->io_blks;
for (x = 0; x < xmax; x++) {
if (iosize) {