patch-2.2.0-pre1 linux/drivers/scsi/tmscsim.h
Next file: linux/drivers/sound/Config.in
Previous file: linux/drivers/scsi/tmscsim.c
Back to the patch index
Back to the overall index
- Lines: 54
- Date:
Fri Dec 25 16:41:39 1998
- Orig file:
v2.1.132/linux/drivers/scsi/tmscsim.h
- Orig date:
Sun Nov 8 14:03:02 1998
diff -u --recursive --new-file v2.1.132/linux/drivers/scsi/tmscsim.h linux/drivers/scsi/tmscsim.h
@@ -3,7 +3,7 @@
;* TEKRAM DC-390(T) PCI SCSI Bus Master Host Adapter *
;* Device Driver *
;***********************************************************************/
-/* $Id: tmscsim.h,v 2.1 1998/10/14 10:31:48 garloff Exp $ */
+/* $Id: tmscsim.h,v 2.4 1998/12/25 17:33:27 garloff Exp $ */
#ifndef _TMSCSIM_H
#define _TMSCSIM_H
@@ -95,15 +95,13 @@
/* 0x48: */
SGL Segmentx; /* make a one entry of S/G list table */
-PUCHAR pMsgPtr;
-
UCHAR ScsiCmdLen;
UCHAR ScsiPhase;
UCHAR AdaptStatus;
UCHAR TargetStatus;
-/* 0x5c: */
+/* 0x58: */
UCHAR MsgCnt;
UCHAR EndMessage;
UCHAR RetryCnt;
@@ -115,7 +113,7 @@
UCHAR SRBStatus;
//UCHAR IORBFlag; /*;81h-Reset, 2-retry */
-/* 0x64: */
+/* 0x60: */
};
@@ -218,14 +216,16 @@
UCHAR sel_timeout;
UCHAR glitch_cfg;
-UCHAR reserved[2]; /* alignment */
+UCHAR MsgLen;
+UCHAR Ignore_IRQ; /* Not used */
PDEVDECL1; /* Pointer to PCI cfg. space */
-/* 0x44/0x40: */
+/* 0x40/0x3c: */
ULONG Cmds;
ULONG CmdInQ;
ULONG CmdOutOfSRB;
ULONG SelLost;
+
/* 0x50/0x4c: */
DC390_SRB TmpSRB;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov