Oops, forgot to count non-changer drives..

Broken by: sos
Reported by: phk
This commit is contained in:
Søren Schmidt 1997-11-05 21:32:00 +00:00
parent dc6393aa53
commit b113690ced
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30968

View file

@ -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);
}