summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1994-03-08 16:25:29 +0000
committernate <nate@FreeBSD.org>1994-03-08 16:25:29 +0000
commitf93c7d6114655c91e736b211c163f3e04f0732b1 (patch)
treefd69eb1636d21e0686c362665b8f40b00436d8bd /sys/isa
parente0707add54e387099e1f8c0e7c6d2487f8b31d57 (diff)
downloadFreeBSD-src-f93c7d6114655c91e736b211c163f3e04f0732b1.zip
FreeBSD-src-f93c7d6114655c91e736b211c163f3e04f0732b1.tar.gz
From: Jim Babb <babb@sedhps01.mdc.com>
Subject: Re: Bugs with floppy drives Date: Tue, 8 Mar 94 9:11:54 CST The transfer speed was only set in the retry after error, not when switching drives.
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/fd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/isa/fd.c b/sys/isa/fd.c
index c0e8311..d2eb7aa 100644
--- a/sys/isa/fd.c
+++ b/sys/isa/fd.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.22 1994/03/02 08:10:42 alm Exp $
+ * $Id: fd.c,v 1.23 1994/03/02 18:34:41 ache Exp $
*
*/
@@ -818,6 +818,7 @@ fdstate(fdcu, fdc)
fd->skip = 0;
fdc->fd = fd;
fdc->fdu = fdu;
+ outb(fdc->baseport+fdctl, fd->ft->trans);
/*******************************************************\
* If the next drive has a motor startup pending, then *
* it will start up in it's own good time *
OpenPOWER on IntegriCloud