Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Jul 1997 09:25:18 -0600
From:      "Justin T. Gibbs" <gibbs@plutotech.com>
To:        Keith Mitchell <kmitch@weenix.guru.org>
Cc:        scsi@FreeBSD.ORG
Subject:   Re: Archive Viper and 3940UW (bad Drive?) 
Message-ID:  <199707021427.IAA14206@pluto.plutotech.com>
In-Reply-To: Your message of "Wed, 02 Jul 1997 07:44:01 EDT." <199707021144.HAA00749@weenix.guru.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
>Lately I have been having trouble getting my tape drive to work at all.
>I get BUS resets everytime I try to access the drive.

Can you try this patch???

--
Justin T. Gibbs
===========================================
  FreeBSD: Turning PCs into workstations
===========================================


Index: scsi_base.c
===================================================================
RCS file: /usr/cvs/src/sys/scsi/scsi_base.c,v
retrieving revision 1.48
diff -c -r1.48 scsi_base.c
*** scsi_base.c	1997/04/04 19:37:20	1.48
--- scsi_base.c	1997/07/02 15:22:33
***************
*** 311,317 ****
  		0,
  		0,
  		2,
! 		5000,
  		NULL,
  		flags));
  }
--- 311,317 ----
  		0,
  		0,
  		2,
! 		60000,
  		NULL,
  		flags));
  }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707021427.IAA14206>