Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 1997 13:53:49 -0500 (EST)
From:      "Roy M. Hooper" <rhooper@toybox.ottawa.on.ca>
To:        gibbs@plutotech.com (Justin T. Gibbs)
Cc:        rhooper@toybox.ottawa.on.ca, freebsd-scsi@FreeBSD.ORG
Subject:   Re: AHA2940 bug(s) still exist in 2.2.1
Message-ID:  <199703261853.NAA18416@toybox.ottawa.on.ca>
In-Reply-To: <199703261813.LAA27397@pluto.plutotech.com> from "Justin T. Gibbs" at Mar 26, 97 11:14:00 am

next in thread | previous in thread | raw e-mail | index | archive | help
> I need the exact timeout messages, information about what AHC options you
> have in your kernel config file, and the dmesg output listing the drives 
> you are using.

The exact timeout message is almost impossible to retreive as the system
tends to reboot and come back up 90% of the time.  This normally happens
without us at the console - since the messages aren't logged to disk, we
never see them.  One of the tech support guys saw the machine hung and
rebooted it for us this morning (without writing down the message).

ahc0 <Adaptec 2940 SCSI host adapter> rev 3 int a irq 5 on pci0:17
ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs
ahc0 waiting for scsi devices to settle
(ahc0:0:0): "SEAGATE ST32151N 0284" type 0 fixed SCSI 2
sd0(ahc0:0:0): Direct-Access 2049MB (4197405 512 byte sectors)
(ahc0:1:0): "SEAGATE ST32151N 0284" type 0 fixed SCSI 2
sd1(ahc0:1:0): Direct-Access 2049MB (4197405 512 byte sectors)
(ahc0:2:0): "SEAGATE ST32151N 0284" type 0 fixed SCSI 2
sd2(ahc0:2:0): Direct-Access 2049MB (4197405 512 byte sectors)
ahc1 <Adaptec 2940 Ultra SCSI host adapter> rev 0 int a irq 10 on pci0:18
ahc1: aic7880 Single Channel, SCSI Id=7, 16 SCBs
ahc1 waiting for scsi devices to settle
(ahc1:0:0): "SEAGATE ST32151N 0284" type 0 fixed SCSI 2
sd3(ahc1:0:0): Direct-Access 2049MB (4197405 512 byte sectors)
(ahc1:1:0): "SEAGATE ST32151N 0154" type 0 fixed SCSI 2
sd4(ahc1:1:0): Direct-Access 2049MB (4197405 512 byte sectors)
(ahc1:2:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2
sd5(ahc1:2:0): Direct-Access 2049MB (4197405 512 byte sectors)

There are no AHC options set.

> an Ordered Tagged transaction to the disk.  This should force the drive to 
> finish all pending transactions before starting any others.  The current 
> timeout for the Ordered Tagged transaction to be successful is only 1 
> second which perhaps isn't really long enough.  Something that my help 
> this problem is to perform ordered writes for all synch write operations
> which will be possible with the new SCSI code.

Considering the Seagate Barracuda drives we have are rather fast, I would
guess that this is the problem.

1 second is rather short.  Especially for something that may panic. 
Wouldn't 5 seconds be a better timeout period?




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