From owner-freebsd-hackers Tue Jun 11 15:26:27 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA02767 for hackers-outgoing; Tue, 11 Jun 1996 15:26:27 -0700 (PDT) Received: from Glock.COM (root@glock.com [198.82.228.165]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA02755 for ; Tue, 11 Jun 1996 15:26:25 -0700 (PDT) Received: (from mmead@localhost) by Glock.COM (8.7.3/8.7.3) id SAA00264; Tue, 11 Jun 1996 18:26:14 -0400 (EDT) From: "matthew c. mead" Message-Id: <199606112226.SAA00264@Glock.COM> Subject: Re: ST43400N To: se@zpr.uni-koeln.de (Stefan Esser) Date: Tue, 11 Jun 1996 18:26:14 -0400 (EDT) Cc: hackers@freebsd.org In-Reply-To: <199606112010.AA13884@Sisyphos> from "Stefan Esser" at Jun 11, 96 10:10:41 pm X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Stefan Esser writes: > On Jun 11, 16:01, "matthew c. mead" wrote: > } Subject: Re: ST43400N > } > If you are running a -current kernel, then please try > } > one built with "options FAILSAFE". This will disable > } > use of tagged command queues, which are the most likely > } > cause of the problem you report. > } > If the drive works with tags disabled, then I'll send > } > further directions to find out whether it is possible > } > to work around that problem. (You may comment out the > } > call to scsi_start_unit() in /sys/scsi/sd.c for a test.) > } Do the above two paragraphs apply to a 2.1.0-RELEASE > } kernel as well? This drive is on a 2.1.0-R system. > Look at /sys/pci/ncr.c (line 6242 in -stable): > ncr_setmaxtags (tp, SCSI_NCR_MAX_TAGS); > Change this into: > ncr_setmaxtags (tp, 0); > This is part of what FAILSAFE does in current kernels ... > The paragraph about scsi_start_unit() applies to 2.1.0R. Ahh, thanks for all of these tips. I didn't end up having to use any of them, thankfully. The drive started working just fine after I low level formatted it. Thanks to everyone that gave me suggestions and detailed their drive configurations! -matt -- Matthew C. Mead mmead@goof.com http://www.goof.com/~mmead/