summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-04-09 06:09:31 +0000
committerdg <dg@FreeBSD.org>1995-04-09 06:09:31 +0000
commitadc0215de6b139b392b6613683fa3fc489a7461e (patch)
tree13984992c8870e8227f56e76a8f91d2b6854531c
parenta133fe1564371d79c4b5dc3462313594f99a8b76 (diff)
downloadFreeBSD-src-adc0215de6b139b392b6613683fa3fc489a7461e.zip
FreeBSD-src-adc0215de6b139b392b6613683fa3fc489a7461e.tar.gz
From John Dyson: Disabled multi-sector I/O. It is causing some people
problems.
-rw-r--r--sys/i386/isa/wd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c
index 793ebf9..34b9d86 100644
--- a/sys/i386/isa/wd.c
+++ b/sys/i386/isa/wd.c
@@ -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
OpenPOWER on IntegriCloud