From owner-freebsd-current Mon Jul 17 10:11:58 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA10948 for current-outgoing; Mon, 17 Jul 1995 10:11:58 -0700 Received: from hda.com (hda.com [199.232.40.182]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA10941 ; Mon, 17 Jul 1995 10:11:53 -0700 Received: (dufault@localhost) by hda.com (8.6.11/8.3) id NAA11366; Mon, 17 Jul 1995 13:12:58 -0400 From: Peter Dufault Message-Id: <199507171712.NAA11366@hda.com> Subject: Re: scsi problems To: paul@FreeBSD.org Date: Mon, 17 Jul 1995 13:12:58 -0400 (EDT) Cc: FreeBSD-current@FreeBSD.org In-Reply-To: <199507171611.RAA00454@server.netcraft.co.uk> from "Paul Richards" at Jul 17, 95 05:11:20 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1231 Sender: current-owner@FreeBSD.org Precedence: bulk Paul Richards writes: > > Quick config question first: > > How do I get rid of this, can't find any info on the correct > syntax for the config file. > > Warning: sd0 is configured at scbus0 which is not fixed at a single adapter. This should be in "man 4 scsi" but isn't. The LINT kernel has some examples. It is: > controller scbus0 at aha0 where "aha?" is which board you want it wired at. > Now the real problem: > > I can't use any tape devices (a HP DAT mainly), if I try to write to > it I get (I don't think it's specific to writes though) > > sd0(aha0:0:0): timed out > adapter not taking commands.. frozen?! > Debugger("aha1542") Do you have any problems with tape transfers before this happens? This is what happens when the bus jams - the adaptec driver tries to abort the transaction (apparently the disk transaction in this case), and when it times out again it finds that the mailbox still has the ABORT command in it. At that point it assumes all is lost, and panics. Is the tape the only external device or anything else unusual? -- Peter Dufault Real Time Machine Control and Simulation HD Associates, Inc. Voice: 508 433 6936 dufault@hda.com Fax: 508 433 5267