added Bustek 545 support (patch from Christoph Robitschko):

*** aha1542.c~	Thu Aug 19 14:25:33 1993
--- aha1542.c	Thu Aug 19 14:25:49 1993
***************
*** 954,959 ****
--- 954,960 ----
  	printf("aha%d:",unit);
  #define	PRNT(x) printf(x)
  #endif	__386BSD__
+ 	DELAY(1000);	/* for Bustek 545 */
  	aha_cmd(unit,0, sizeof(conf), 0 ,&conf, AHA_CONF_GET);
  	switch(conf.chan)
  	{
This commit is contained in:
Andrew Moore 1993-08-19 21:32:59 +00:00
parent a6f63b5a84
commit 7aed710168
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297

View File

@ -21,6 +21,11 @@
/*
* HISTORY
* $Log: aha1542.c,v $
* Revision 1.4 1993/08/06 11:58:59 rgrimes
* Fixed **probing for scsi devices** message to have a controller and unit
* message on the begining of it:
* aha0: **probing for scsi devices**
*
* Revision 1.3 1993/07/29 11:55:31 nate
* Syncing our sources back with Julian's, and removing PATCHKIT headers.
*
@ -957,6 +962,7 @@ int unit;
printf("aha%d:",unit);
#define PRNT(x) printf(x)
#endif __386BSD__
DELAY(1000); /* for Bustek 545 */
aha_cmd(unit,0, sizeof(conf), 0 ,&conf, AHA_CONF_GET);
switch(conf.chan)
{