aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1997-11-05 21:32:00 +0000
committerSøren Schmidt <sos@FreeBSD.org>1997-11-05 21:32:00 +0000
commitb113690ced8b2224712ac560709567f7c01a30d9 (patch)
treec212a86d9c531afd37d85f62e4b534233d523f73 /sys
parentdc6393aa53a043c0b941c5636f6140852d89854d (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/wcd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/wcd.c b/sys/i386/isa/wcd.c
index 26129a30eee2..1932cb001f5a 100644
--- a/sys/i386/isa/wcd.c
+++ b/sys/i386/isa/wcd.c
@@ -13,7 +13,7 @@
* all derivative works or modified versions.
*
* From: Version 1.9, Mon Oct 9 20:27:42 MSK 1995
- * $Id$
+ * $Id: wcd.c,v 1.46 1997/10/29 22:11:00 sos Exp $
*/
#include "wdc.h"
@@ -434,6 +434,8 @@ wcdattach (struct atapi *ata, int unit, struct atapi_params *ap, int debug)
}
}
}
+ else
+ wcdnlun++;
return (1);
}