public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Reproducible SCSI Error with Adaptec 7902
@ 2003-03-14 10:59 Terry Barnaby
  2003-03-14 14:53 ` Justin T. Gibbs
  0 siblings, 1 reply; 15+ messages in thread
From: Terry Barnaby @ 2003-03-14 10:59 UTC (permalink / raw)
  To: mmadore, gibbs, linux-kernel

Hi,

We may be experiencing the same problem.
In our case it results in the SEAGATE ST336607LW drive locking up solid 
with no hardware reset possible.

Our problem is that our 320MB/s SEAGATE ST336607LW drive will lockup 
after about 10mins to 2hours of serious activity (Copying disk partitions).
.
The primary error message we see is:
"Saw underflow (16384 of 20480 bytes). Treated as error"
followed by various SCSI error messages. The SCSI disks LED
remains on and it is impossible to access the SCSI disk. The system
will then hang. Reseting the system does not clear the SCSI disk LED and
the SCSI disk is not seen in the Adaptec BIOS on startup. A power off/on
cycle will clear the condition.

We have been trying to track down the problem for about two weeks now 
and we are still unsure where the problem lies: Disk, SCSI cable, SCSI 
controller or Linux driver.

Some info we do have though is:
1. Setting the SCSI bus speed from 320MB/s to 160MB/s does not affect 
the problem.
2. Switching off packetized mode fixes the problem (we think).
3. Using a non SMP kernel may fix the problem (we are testing at this 
moment).

Our system is:
System: Dual Xeon 2.4GHz system using SuperMicro X5DA8 Motherboard.
SCSI: Adaptec 7902 onboard dual channel SCSI controller
Disks: 2 off Quantum Atlas 10K2 18G (160LW), 1 of Quantum 9G (80LW)
Disks: 1 off Seagate ST336607LW 36G (320LW)
System: RedHat 7.3 with updates to 18/02/03
Kernel: 2.4.18-24.7.xsmp
Aic79xx Driver: versions 1.0.0 and 1.1.0

Our current view is that there are two problems:
1. There is a timing/SMP issue with the Linux AIC79XX SCSI driver in SMP 
systems that cause and incorect SCSI bus condition.
2. The SEAGATE ST336607LW responds to this condition by locking up and
cannot be reset. We have information from Seagate that it is possible 
for the ST336607LW to get in a condition where it cannot be reset !

We have had a lot of communications with Seagate on this so far to no
avail. We have quite a lot of information in terms of log files etc.

Is there a good contact for someone who knows about the Adaptec AIC79XX
driver that we could talk to ?

Any help would be appreciated.

Terry


> I am receiving the following messages in my system log when stress testing
> with Cerberus (http://sourceforge.net/projects/va-ctcs). This is with an
> onboard Adaptec 7902 Ultra 320 SCSI adapter. The messages are reproducible
> on two different systems. This is with the 1.1.0 aic79xx driver, on
> both the
> stock Redhat kernel, and with a kernel compiled from the 2.4.19 sources.
> The
> system does not seem to be harmed by the messages, but I would like to
> know if
> they point to a problem or not. Interestingly, if I put and Adaptec
> 29320 PCI
> card into the same machine, and use the same driver, the error is not
> reproducible.
> 
> Mike 


-- 
Dr Terry Barnaby                     BEAM Ltd
Phone: +44 1454 324512               Northavon Business Center, Dean Rd
Fax:   +44 1454 313172               Yate, Bristol, BS37 5NH, UK
Email: terry@beam.ltd.uk             Web: www.beam.ltd.uk
BEAM for: Visually Impaired X-Terminals, Parallel Processing, Software
                       "Tandems are twice the fun !"


^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: Reproducible SCSI Error with Adaptec 7902
@ 2003-03-17 16:30 Cress, Andrew R
  2003-03-18  9:37 ` Terry Barnaby
  0 siblings, 1 reply; 15+ messages in thread
From: Cress, Andrew R @ 2003-03-17 16:30 UTC (permalink / raw)
  To: 'Ingo Oeser', Terry Barnaby
  Cc: Michael Madore, Justin T. Gibbs, linux-kernel

Ingo,

Our testing with that drive (same firmware, using same aic7902 chipset) has
not shown any problems like this.  However, we were using a later aic79xx
driver versions (1.3.x).  That upgrade should be the first step.

I wouldn't get too excited about the statement by a level-1 Seagate support
guy, probably just a blanket statement when they want to disclaim
responsibility.  

Andy

-----Original Message-----
From: Ingo Oeser [mailto:ingo.oeser@informatik.tu-chemnitz.de] 
Sent: Saturday, March 15, 2003 8:12 AM
To: Terry Barnaby
Cc: Michael Madore; Justin T. Gibbs; linux-kernel@vger.kernel.org
Subject: Re: Reproducible SCSI Error with Adaptec 7902


On Fri, Mar 14, 2003 at 04:17:59PM +0000, Terry Barnaby wrote:
> The Seagate ST336607LW has firmware: 0004.
> Seagate have stated to me that this is the latest.
> They have also stated to me:
> 
>   Issuing an unrecognized or illegal command to the drive can cause the
>   drive to go into a hardware fault mode where it will no longer respond,
>   and may or may not respond to a SCSI BUS reset. It seems, in this case,
>   the drive will no longer respond to any commands issued by the
>   controller.
> 
> Is this "feature" now common on SCSI drives ????

Could we add a KERN_WARNING printk in sd.c quoting/referencing
this message on inquiry detecting this device? 

So sysadmins who are used to SCSI being robust could return the
drive to their vendors in exchange to a drive working along the
SCSI specs after reading this message.

Thanks in the name of the sysadmins.

Regards

Ingo Oeser
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Reproducible SCSI Error with Adaptec 7902
@ 2003-01-07 16:49 Michael Madore
  2003-01-07 19:32 ` Justin T. Gibbs
  0 siblings, 1 reply; 15+ messages in thread
From: Michael Madore @ 2003-01-07 16:49 UTC (permalink / raw)
  To: linux-kernel

I am receiving the following messages in my system log when stress testing
with Cerberus (http://sourceforge.net/projects/va-ctcs).  This is with an
onboard Adaptec 7902 Ultra 320 SCSI adapter.  The messages are reproducible
on two different systems.  This is with the 1.1.0 aic79xx driver, on 
both the
stock Redhat kernel, and with a kernel compiled from the 2.4.19 sources. 
The
system does not seem to be harmed by the messages, but I would like to 
know if
they point to a problem or not.  Interestingly, if I put and Adaptec 
29320 PCI
card into the same machine, and use the same driver, the error is not 
reproducible.

Mike

Jan  4 05:00:01 asl200 kernel: DevQ(0:2:0): 44 waiting
Jan  4 05:00:01 asl200 kernel: DevQ(0:6:0): 0 waiting
Jan  4 05:00:01 asl200 kernel: Abort called for cmd f78b5200
Jan  4 05:00:01 asl200 kernel: >>>>>>>>>>>>>>>>>> Dump Card State Begins 
<<<<<<<<<<<<<<<<<
Jan  4 05:00:01 asl200 kernel: scsi0: Dumping Card State at program 
address 0x71 Mode 0x22
Jan  4 05:00:02 asl200 kernel: SCSISEQ0[0x0] 
SCSISEQ1[0x12]:(ENAUTOATNP|ENRSELI)
Jan  4 05:00:02 asl200 kernel: SEQINTCTL[0x80]:(INTVEC1DSL) 
SCSISIGI[0x0]:(P_DATAOUT)
Jan  4 05:00:02 asl200 kernel: SCSIPHASE[0x0] SCSIBUS[0x0] 
LASTPHASE[0x1]:(P_DATAOUT|P_BUSFREE)
Jan  4 05:00:02 asl200 kernel: SEQ_FLAGS[0x0] SEQ_FLAGS2[0x0] 
SSTAT0[0x0] SSTAT1[0x8]:(BUSFREE)
Jan  4 05:00:02 asl200 kernel: SSTAT2[0x0] SSTAT3[0x0] 
PERRDIAG[0x8]:(AIPERR) SIMODE1[0xa4]:(ENSCSIPERR|ENSCSIRST|ENSELTIMO)
Jan  4 05:00:03 asl200 kernel: LQISTAT0[0x0] LQISTAT1[0x0] LQISTAT2[0x0] 
LQOSTAT0[0x0]
Jan  4 05:00:03 asl200 kernel: LQOSTAT1[0x0] LQOSTAT2[0x1]:(LQOSTOP0)
Jan  4 05:00:03 asl200 kernel: SCB Count = 108 LASTSCB 0x30 CURRSCB 0x30 
NEXTSCB 0xff00
Jan  4 05:00:03 asl200 kernel: qinstart = 21755 qinfifonext = 21755
Jan  4 05:00:03 asl200 kernel: QINFIFO:
Jan  4 05:00:03 asl200 kernel: WAITING_TID_QUEUES:
Jan  4 05:00:03 asl200 kernel: Pending list:
Jan  4 05:00:03 asl200 kernel:  67 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x43]
Jan  4 05:00:03 asl200 kernel:  55 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x37]
Jan  4 05:00:03 asl200 kernel:  26 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x1a]
Jan  4 05:00:03 asl200 kernel:  58 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x3a]
Jan  4 05:00:03 asl200 kernel:   0 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x0]
Jan  4 05:00:03 asl200 kernel:  31 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x1f]
Jan  4 05:00:03 asl200 kernel:  25 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x19]
Jan  4 05:00:03 asl200 kernel:  56 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x38]
Jan  4 05:00:03 asl200 kernel:  24 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x18]
Jan  4 05:00:03 asl200 kernel:  37 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x25]
Jan  4 05:00:03 asl200 kernel:   9 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x9]
Jan  4 05:00:03 asl200 kernel:  52 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x34]
Jan  4 05:00:03 asl200 kernel:  60 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x3c]
Jan  4 05:00:03 asl200 kernel:  47 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x2f]
Jan  4 05:00:03 asl200 kernel:  12 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0xc]
Jan  4 05:00:03 asl200 kernel:  43 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x2b]
Jan  4 05:00:03 asl200 kernel:  17 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x11]
Jan  4 05:00:03 asl200 kernel:  11 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0xb]
Jan  4 05:00:03 asl200 kernel:  32 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x20]
Jan  4 05:00:03 asl200 kernel:  50 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x32]
Jan  4 05:00:03 asl200 kernel:  16 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x10]
Jan  4 05:00:03 asl200 kernel:   8 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x8]
Jan  4 05:00:03 asl200 kernel:  57 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x39]
Jan  4 05:00:04 asl200 kernel:  14 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0xe]
Jan  4 05:00:04 asl200 kernel:  29 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x1d]
Jan  4 05:00:04 asl200 kernel:  33 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x21]
Jan  4 05:00:04 asl200 kernel:  61 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x3d]
Jan  4 05:00:04 asl200 kernel:   2 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x2]
Jan  4 05:00:06 asl200 kernel:  45 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x2d]
Jan  4 05:00:07 asl200 kernel:  19 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x13]
Jan  4 05:00:10 asl200 kernel:   3 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x3]
Jan  4 05:00:12 asl200 kernel:  53 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x35]
Jan  4 05:00:14 asl200 kernel:  34 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x22]
Jan  4 05:00:16 asl200 kernel:  15 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0xf]
Jan  4 05:00:18 asl200 kernel:  54 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x36]
Jan  4 05:00:18 asl200 kernel:  28 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x1c]
Jan  4 05:00:19 asl200 kernel:  59 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x3b]
Jan  4 05:00:20 asl200 kernel:  35 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x23]
Jan  4 05:00:21 asl200 kernel:  62 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x3e]
Jan  4 05:00:22 asl200 kernel:   5 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x5]
Jan  4 05:00:23 asl200 kernel:  39 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x27]
Jan  4 05:00:24 asl200 kernel:  49 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x31]
Jan  4 05:00:29 asl200 kernel:  40 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x28]
Jan  4 05:00:31 asl200 kernel:  30 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x1e]
Jan  4 05:00:40 asl200 kernel:  10 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0xa]
Jan  4 05:00:40 asl200 kernel:  20 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x14]
Jan  4 05:00:40 asl200 kernel:  18 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x12]
Jan  4 05:00:40 asl200 kernel:   4 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x4]
Jan  4 05:00:40 asl200 kernel:   1 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x1]
Jan  4 05:00:41 asl200 kernel:  44 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x2c]
Jan  4 05:00:41 asl200 kernel:  36 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x24]
Jan  4 05:00:42 asl200 kernel:  27 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x1b]
Jan  4 05:00:46 asl200 kernel:  22 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x16]
Jan  4 05:00:50 asl200 kernel:  23 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x17]
Jan  4 05:00:54 asl200 kernel:  51 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x33]
Jan  4 05:00:54 asl200 kernel:  42 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x2a]
Jan  4 05:00:55 asl200 kernel:  21 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x15]
Jan  4 05:00:55 asl200 kernel:  38 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x26]
Jan  4 05:00:55 asl200 kernel:   7 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x7]
Jan  4 05:00:56 asl200 kernel:  13 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0xd]
Jan  4 05:00:57 asl200 kernel:  46 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x2e]
Jan  4 05:00:59 asl200 kernel:  63 SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) 
SCB_SCSIID[0x27] SCB_TAG[0x3f]
Jan  4 05:01:02 asl200 kernel: Kernel Free SCB list: 48 41 6 104 105 106 
107 100 101 102 103 96 97 98 99 92 93 94 95 88 89 90 91 84 85 86 87 80 
81 82 83 76 77 78 79 72 73 74 75 68 69 70 71 64 65 66
Jan  4 05:01:02 asl200 kernel: Sequencer Complete DMA-inprog list:
Jan  4 05:01:03 asl200 kernel: Sequencer Complete list:
Jan  4 05:01:03 asl200 kernel: Sequencer DMA-Up and Complete list:
Jan  4 05:01:03 asl200 kernel: scsi0: FIFO0 Free, LONGJMP == 0x825c, SCB 
0x30, LJSCB 0x30
Jan  4 05:01:03 asl200 kernel: 
SEQIMODE[0x3f]:(ENCFG4TCMD|ENCFG4ICMD|ENCFG4TSTAT|ENCFG4ISTAT|ENCFG4DATA|ENSAVEPTRS) 

Jan  4 05:01:03 asl200 kernel: SEQINTSRC[0x0] DFCNTRL[0x0] 
DFSTATUS[0x89]:(FIFOEMP|HDONE|PRELOAD_AVAIL)
Jan  4 05:01:03 asl200 kernel: SG_CACHE_SHADOW[0x2]:(LAST_SEG) 
SG_STATE[0x0] DFFSXFRCTL[0x0]
Jan  4 05:01:03 asl200 kernel: SOFFCNT[0x0] 
MDFFSTAT[0x5]:(FIFOFREE|DLZERO) SHADDR = 0x00, SHCNT = 0x0
Jan  4 05:01:03 asl200 kernel: HADDR = 0x00, HCNT = 
0x0CCSGCTL[0x10]:(SG_CACHE_AVAIL)
Jan  4 05:01:03 asl200 kernel: scsi0: FIFO1 Free, LONGJMP == 0x8226, SCB 
0x26, LJSCB 0x2e
Jan  4 05:01:03 asl200 kernel: 
SEQIMODE[0x3f]:(ENCFG4TCMD|ENCFG4ICMD|ENCFG4TSTAT|ENCFG4ISTAT|ENCFG4DATA|ENSAVEPTRS) 

Jan  4 05:01:03 asl200 kernel: SEQINTSRC[0x0] DFCNTRL[0x0] 
DFSTATUS[0x89]:(FIFOEMP|HDONE|PRELOAD_AVAIL)
Jan  4 05:01:03 asl200 kernel: SG_CACHE_SHADOW[0x2]:(LAST_SEG) 
SG_STATE[0x0] DFFSXFRCTL[0x0]
Jan  4 05:01:03 asl200 kernel: SOFFCNT[0x0] 
MDFFSTAT[0x5]:(FIFOFREE|DLZERO) SHADDR = 0x00, SHCNT = 0x0
Jan  4 05:01:03 asl200 kernel: HADDR = 0x00, HCNT = 
0x0CCSGCTL[0x10]:(SG_CACHE_AVAIL)
Jan  4 05:01:03 asl200 kernel: LQIN: 0x55 0x0 0x0 0x30 0x0 0x0 0x0 0x0 
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0xc 0x0 0x0 0x0 0x0
Jan  4 05:01:03 asl200 kernel: scsi0: LQISTATE = 0x0, LQOSTATE = 0x0, 
OPTIONMODE = 0x42
Jan  4 05:01:03 asl200 kernel: scsi0: OS_SPACE_CNT = 0x20 MAXCMDCNT = 0x1
Jan  4 05:01:03 asl200 kernel: scsi0: REG0 == 0x30, SINDEX = 0x133, 
DINDEX = 0x106
Jan  4 05:01:03 asl200 kernel: scsi0: SCBPTR == 0x30, SCB_NEXT == 
0xff80, SCB_NEXT2 == 0xff91
Jan  4 05:01:03 asl200 kernel: CDB 2a 0 0 85 86 e2
Jan  4 05:01:03 asl200 kernel: STACK: 0x1 0x104 0x0 0x0 0x21f 0x21f 
0x25c 0x27
Jan  4 05:01:03 asl200 kernel: <<<<<<<<<<<<<<<<< Dump Card State Ends 
 >>>>>>>>>>>>>>>>>>
Jan  4 05:01:03 asl200 kernel: DevQ(0:2:0): 44 waiting
Jan  4 05:01:03 asl200 kernel: DevQ(0:6:0): 0 waiting
Jan  4 05:01:03 asl200 kernel: dev reset called for cmd f7880000
Jan  4 05:01:03 asl200 kernel: bus reset called for cmd f7880000
Jan  4 05:01:03 asl200 kernel: (scsi0:A:2:0): Now packetized.


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2003-03-20  9:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-14 10:59 Reproducible SCSI Error with Adaptec 7902 Terry Barnaby
2003-03-14 14:53 ` Justin T. Gibbs
2003-03-14 15:48   ` Terry Barnaby
2003-03-14 17:34     ` Justin T. Gibbs
2003-03-18  9:50       ` Terry Barnaby
2003-03-19  2:15         ` Justin T. Gibbs
2003-03-20 10:07           ` Terry Barnaby
2003-03-14 16:18   ` Michael Madore
2003-03-14 16:17     ` Terry Barnaby
2003-03-14 17:35       ` Justin T. Gibbs
2003-03-15 13:11       ` Ingo Oeser
  -- strict thread matches above, loose matches on Subject: below --
2003-03-17 16:30 Cress, Andrew R
2003-03-18  9:37 ` Terry Barnaby
2003-01-07 16:49 Michael Madore
2003-01-07 19:32 ` Justin T. Gibbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox