Revised drivers from Julian.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* commenced: Sun Sep 27 18:14:01 PDT 1992
|
* 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>
|
#include <sys/types.h>
|
||||||
@@ -324,13 +324,13 @@ int ahb_debug = 0;
|
|||||||
|
|
||||||
struct scsi_switch ahb_switch =
|
struct scsi_switch ahb_switch =
|
||||||
{
|
{
|
||||||
"ahb",
|
|
||||||
ahb_scsi_cmd,
|
ahb_scsi_cmd,
|
||||||
ahbminphys,
|
ahbminphys,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
ahb_adapter_info,
|
ahb_adapter_info,
|
||||||
0,0,0
|
"ahb",
|
||||||
|
0,0
|
||||||
};
|
};
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
* on the understanding that TFS is not responsible for the correct
|
* on the understanding that TFS is not responsible for the correct
|
||||||
* functioning of this software in any circumstances.
|
* 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 =
|
struct scsi_switch aha_switch =
|
||||||
{
|
{
|
||||||
"aha",
|
|
||||||
aha_scsi_cmd,
|
aha_scsi_cmd,
|
||||||
ahaminphys,
|
ahaminphys,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
aha_adapter_info,
|
aha_adapter_info,
|
||||||
0,0,0
|
"aha",
|
||||||
|
0,0
|
||||||
};
|
};
|
||||||
#define AHA_CMD_TIMEOUT_FUDGE 200 /* multiplied to get Secs */
|
#define AHA_CMD_TIMEOUT_FUDGE 200 /* multiplied to get Secs */
|
||||||
#define AHA_RESET_TIMEOUT 1000000 /* time to wait for reset */
|
#define AHA_RESET_TIMEOUT 1000000 /* time to wait for reset */
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* commenced: Sun Sep 27 18:14:01 PDT 1992
|
* 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>
|
#include <sys/types.h>
|
||||||
@@ -324,13 +324,13 @@ int ahb_debug = 0;
|
|||||||
|
|
||||||
struct scsi_switch ahb_switch =
|
struct scsi_switch ahb_switch =
|
||||||
{
|
{
|
||||||
"ahb",
|
|
||||||
ahb_scsi_cmd,
|
ahb_scsi_cmd,
|
||||||
ahbminphys,
|
ahbminphys,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
ahb_adapter_info,
|
ahb_adapter_info,
|
||||||
0,0,0
|
"ahb",
|
||||||
|
0,0
|
||||||
};
|
};
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
* on the understanding that TFS is not responsible for the correct
|
* on the understanding that TFS is not responsible for the correct
|
||||||
* functioning of this software in any circumstances.
|
* 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 =
|
struct scsi_switch bt_switch =
|
||||||
{
|
{
|
||||||
"bt",
|
|
||||||
bt_scsi_cmd,
|
bt_scsi_cmd,
|
||||||
btminphys,
|
btminphys,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
bt_adapter_info,
|
bt_adapter_info,
|
||||||
0,0,0
|
"bt",
|
||||||
|
0,0
|
||||||
};
|
};
|
||||||
#define BT_CMD_TIMEOUT_FUDGE 200 /* multiplied to get Secs */
|
#define BT_CMD_TIMEOUT_FUDGE 200 /* multiplied to get Secs */
|
||||||
#define BT_RESET_TIMEOUT 1000000
|
#define BT_RESET_TIMEOUT 1000000
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
* commenced: Sun Sep 27 18:14:01 PDT 1992
|
* 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
|
* 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>
|
#include <sys/types.h>
|
||||||
@@ -297,13 +297,13 @@ int uha_debug = 0;
|
|||||||
|
|
||||||
struct scsi_switch uha_switch =
|
struct scsi_switch uha_switch =
|
||||||
{
|
{
|
||||||
"uha",
|
|
||||||
uha_scsi_cmd,
|
uha_scsi_cmd,
|
||||||
uhaminphys,
|
uhaminphys,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
uha_adapter_info,
|
uha_adapter_info,
|
||||||
0,0,0
|
"uha",
|
||||||
|
0,0
|
||||||
};
|
};
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user