Revised drivers from Julian.

This commit is contained in:
Rodney W. Grimes 1993-08-28 03:07:44 +00:00
parent b5bf8c098a
commit 6526fb8330
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343
5 changed files with 15 additions and 15 deletions

View File

@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
* $Id: aha1742.c,v 1.7 1993/08/21 20:01:31 rgrimes Exp $
* $Id: aha1742.c,v 1.7 93/08/26 21:12:21 julian Exp Locker: julian $
*/
#include <sys/types.h>
@ -324,13 +324,13 @@ int ahb_debug = 0;
struct scsi_switch ahb_switch =
{
"ahb",
ahb_scsi_cmd,
ahbminphys,
0,
0,
ahb_adapter_info,
0,0,0
"ahb",
0,0
};
/* */

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$
* $Id: aha1542.c,v 1.5 93/08/26 21:12:17 julian Exp Locker: julian $
*/
/*
@ -376,13 +376,13 @@ long int aha_adapter_info();
struct scsi_switch aha_switch =
{
"aha",
aha_scsi_cmd,
ahaminphys,
0,
0,
aha_adapter_info,
0,0,0
"aha",
0,0
};
#define AHA_CMD_TIMEOUT_FUDGE 200 /* multiplied to get Secs */
#define AHA_RESET_TIMEOUT 1000000 /* time to wait for reset */

View File

@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
* $Id: aha1742.c,v 1.7 1993/08/21 20:01:31 rgrimes Exp $
* $Id: aha1742.c,v 1.7 93/08/26 21:12:21 julian Exp Locker: julian $
*/
#include <sys/types.h>
@ -324,13 +324,13 @@ int ahb_debug = 0;
struct scsi_switch ahb_switch =
{
"ahb",
ahb_scsi_cmd,
ahbminphys,
0,
0,
ahb_adapter_info,
0,0,0
"ahb",
0,0
};
/* */

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: bt742a.c,v 1.5 1993/08/21 20:01:32 rgrimes Exp $
* $Id: bt742a.c,v 1.13 93/08/26 21:12:24 julian Exp Locker: julian $
*/
/*
@ -401,13 +401,13 @@ long int bt_adapter_info();
struct scsi_switch bt_switch =
{
"bt",
bt_scsi_cmd,
btminphys,
0,
0,
bt_adapter_info,
0,0,0
"bt",
0,0
};
#define BT_CMD_TIMEOUT_FUDGE 200 /* multiplied to get Secs */
#define BT_RESET_TIMEOUT 1000000

View File

@ -18,7 +18,7 @@
* commenced: Sun Sep 27 18:14:01 PDT 1992
* slight mod to make work with 34F as well: Wed Jun 2 18:05:48 WST 1993
*
* $Id: ultra14f.c,v 1.6 1993/08/21 20:01:34 rgrimes Exp $
* $Id: ultra14f.c,v 1.5 93/08/26 21:12:28 julian Exp Locker: julian $
*/
#include <sys/types.h>
@ -297,13 +297,13 @@ int uha_debug = 0;
struct scsi_switch uha_switch =
{
"uha",
uha_scsi_cmd,
uhaminphys,
0,
0,
uha_adapter_info,
0,0,0
"uha",
0,0
};
/* */