From John Dyson: Disabled multi-sector I/O. It is causing some people

problems.
This commit is contained in:
David Greenman 1995-04-09 06:09:31 +00:00
parent 18987c6ebd
commit e9dd619d44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7697

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
* $Id: wd.c,v 1.69 1995/03/16 18:12:08 bde Exp $
* $Id: wd.c,v 1.70 1995/03/22 05:22:59 davidg Exp $
*/
/* TODO:
@ -92,7 +92,7 @@
/* can't handle that in all cases */
#define BAD144_NO_CYL 0xffff /* XXX should be in dkbad.h; bad144.c uses -1 */
#ifndef NSECS_MULTI
#define NSECS_MULTI 16
#define NSECS_MULTI 1
#endif
#ifdef notyet