mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 00:21:25 +01:00
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.
This commit is contained in:
parent
835b7809ab
commit
e7e0afea3b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1250
@ -35,7 +35,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
|
* 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;
|
fd->skip = 0;
|
||||||
fdc->fd = fd;
|
fdc->fd = fd;
|
||||||
fdc->fdu = fdu;
|
fdc->fdu = fdu;
|
||||||
|
outb(fdc->baseport+fdctl, fd->ft->trans);
|
||||||
/*******************************************************\
|
/*******************************************************\
|
||||||
* If the next drive has a motor startup pending, then *
|
* If the next drive has a motor startup pending, then *
|
||||||
* it will start up in it's own good time *
|
* it will start up in it's own good time *
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
|
* 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;
|
fd->skip = 0;
|
||||||
fdc->fd = fd;
|
fdc->fd = fd;
|
||||||
fdc->fdu = fdu;
|
fdc->fdu = fdu;
|
||||||
|
outb(fdc->baseport+fdctl, fd->ft->trans);
|
||||||
/*******************************************************\
|
/*******************************************************\
|
||||||
* If the next drive has a motor startup pending, then *
|
* If the next drive has a motor startup pending, then *
|
||||||
* it will start up in it's own good time *
|
* it will start up in it's own good time *
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
|
* 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;
|
fd->skip = 0;
|
||||||
fdc->fd = fd;
|
fdc->fd = fd;
|
||||||
fdc->fdu = fdu;
|
fdc->fdu = fdu;
|
||||||
|
outb(fdc->baseport+fdctl, fd->ft->trans);
|
||||||
/*******************************************************\
|
/*******************************************************\
|
||||||
* If the next drive has a motor startup pending, then *
|
* If the next drive has a motor startup pending, then *
|
||||||
* it will start up in it's own good time *
|
* it will start up in it's own good time *
|
||||||
|
Loading…
Reference in New Issue
Block a user