Index: dc395x_trm.c =================================================================== RCS file: /home/cvsroot/dc395/dc395x_trm.c,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- dc395x_trm.c 2000/02/28 11:25:03 1.57 +++ dc395x_trm.c 2000/02/28 11:28:56 1.58 @@ -12,7 +12,7 @@ //* Kurt Garloff //* (C) 1999-2000 Kurt Garloff //* License: GNU GPL -//* $Id: dc395x_trm.c,v 1.57 2000/02/28 11:25:03 garloff Exp $ +//* $Id: dc395x_trm.c,v 1.58 2000/02/28 11:28:56 garloff Exp $ //*********************************************************************** //* Tekram PCI SCSI adapter (DC395/U/UW/F or DC315/U) revision history //* @@ -5070,7 +5070,7 @@ /* Here is the info for Doug Gilbert's sg3 ... */ #if LINUX_VERSION_CODE > KERNEL_VERSION(2,3,30) - pcmd->SCp.resid = pSRB->SRBTotalXferLength; + pcmd->resid = pSRB->SRBTotalXferLength; #endif /* This may be interpreted by sb. or not ... */ pcmd->SCp.this_residual = pSRB->SRBTotalXferLength;