1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Increase the DELAY that supposedly makes the Bustek 545 work from

1ms to 10ms.  I have my doubts, but oh well.
This commit is contained in:
Rodney W. Grimes 1993-10-13 16:34:10 +00:00
parent 1ff3a1e486
commit b200ffec79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=595

View File

@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: aha1542.c,v 1.8 1993/08/28 03:07:38 rgrimes Exp $
* $Id: aha1542.c,v 1.9 1993/10/12 07:15:28 rgrimes Exp $
*/
/*
@ -917,7 +917,7 @@ int unit;
printf("aha%d:",unit);
#define PRNT(x) printf(x)
#endif __386BSD__
DELAY(1000); /* for Bustek 545 */
DELAY(10000); /* for Bustek 545 */
aha_cmd(unit,0, sizeof(conf), 0 ,&conf, AHA_CONF_GET);
switch(conf.chan)
{