mirror of
https://github.com/opnsense/src.git
synced 2026-07-14 19:51:17 -04: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:
parent
1ff3a1e486
commit
b200ffec79
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue