public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: 2.6.3-mm1 and aic7xxx
@ 2004-02-29 23:45 Brown, Len
  2004-03-01  0:39 ` Fabio Coatti
  0 siblings, 1 reply; 13+ messages in thread
From: Brown, Len @ 2004-02-29 23:45 UTC (permalink / raw)
  To: Fabio Coatti; +Cc: Andrew Morton, linux-kernel

Fabio,
I think this failure is from something else in -mm besides ACPI.
Otherwise, 2.6.4-rc1 wouldn't be working for you -- because 2.6.4
includes the ACPI patch you were running when you first hit this.

>I've also tried 2.6.4-rc1 and 2.6.4-rc1-mm1: 2.6.4-rc1 boots 
>and works, -mm1 hang at the very same point.

To verify with the latest software, please apply the latest ACPI patch
to 2.6.4-rc1:

http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/
2.6.4/acpi-20040220-2.6.4.diff.gz

If it works, then something else in -mm is causing your problem.  If it
fails, then something in the latest ACPI patch (which is included in
-mm1) is causing the failure.

Thanks,
-Len

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: 2.6.3-mm1 and aic7xxx
@ 2004-02-21 10:47 P. Christeas
  0 siblings, 0 replies; 13+ messages in thread
From: P. Christeas @ 2004-02-21 10:47 UTC (permalink / raw)
  To: Fabio Coatti, Andrew Morton; +Cc: lkml

Just noted some nasty behavior at 2.6.3 ( not -mm1) wrt. aic7xxx.

With 2.6.2 I hadn't noticed any trouble (for the last 6 days I've been running 
it). Now, the box hung twice, while trying to use the scsi cd-recorder (HP 
m820e) I have. The machine is 'blind' (i.e. no console) so I couldn't get any 
trace/logs..
First time was while starting 'cdrecord-2.0'. Just when trying to query the 
device. At the same time the scsi bus was accessing an iomega zip100 drive, 
reading data.
Second time must have been the device scanning done by k3b (I believe it uses 
the same scsi libs as cdrecord). Note also that I have an atapi (not 
ide-scsi) recorder, which had been fixating the disk it had written when the 
box hung.

Does this relate to the problem you mention ? 

 I could only recover the following log: (0 4 0 is the scsi M820e recorder)

SCSI error : <0 0 4 0> return code = 0x70002
Feb 21 12:07:19 pfn1 last message repeated 6 times
scsi0:0:4:0: Attempting to queue an ABORT message
CDB: 0x46 0x0 0x0 0x0 0x24 0x0 0x0 0x0 0x8 0x0
scsi0: At time of recovery, card was not paused
>>>>>>>>>>>>>>>>>> Dump Card State Begins <<<<<<<<<<<<<<<<<
scsi0: Dumping Card State in Command phase, at SEQADDR 0x166
Card was paused
ACCUM = 0x80, SINDEX = 0xac, DINDEX = 0xc0, ARG_2 = 0x0
HCNT = 0x0 SCBPTR = 0x0
SCSISIGI[0x84]:(BSYI|CDI) ERROR[0x0] SCSIBUSL[0x8] 
LASTPHASE[0x80]:(CDI) SCSISEQ[0x12]:(ENAUTOATNP|ENRSELI) 
SBLKCTL[0x0] SCSIRATE[0x28] SEQCTL[0x10]:(FASTMODE) 
SEQ_FLAGS[0x0] SSTAT0[0x7]:(DMADONE|SPIORDY|SDONE) 
SSTAT1[0x2]:(PHASECHG) SSTAT2[0x0] SSTAT3[0x0] SIMODE0[0x0] 
SIMODE1[0xac]:(ENSCSIPERR|ENBUSFREE|ENSCSIRST|ENSELTIMO) 
SXFRCTL0[0x88]:(SPIOEN|DFON) DFCNTRL[0x4]:(DIRECTION) 
DFSTATUS[0x6d]:(FIFOEMP|DFTHRESH|HDONE|FIFOQWDEMP|DFCACHETH) 
STACK: 0x35 0xd3 0x160 0x1a1
SCB count = 4
Kernel NEXTQSCB = 2
Card NEXTQSCB = 2
QINFIFO entries: 
Waiting Queue entries: 
Disconnected Queue entries: 
QOUTFIFO entries: 
Sequencer Free SCB List: 1 2 
Sequencer SCB Info: 
  0 SCB_CONTROL[0x0] SCB_SCSIID[0x47] SCB_LUN[0x0] SCB_TAG[0x3] 
  1 SCB_CONTROL[0x0] SCB_SCSIID[0xff]:(TWIN_CHNLB|OID|TWIN_TID) 
SCB_LUN[0xff]:(SCB_XFERLEN_ODD|LID) SCB_TAG[0xff] 
  2 SCB_CONTROL[0x0] SCB_SCSIID[0xff]:(TWIN_CHNLB|OID|TWIN_TID) 
SCB_LUN[0xff]:(SCB_XFERLEN_ODD|LID) SCB_TAG[0xff] 
Pending list: 
  3 SCB_CONTROL[0x0] SCB_SCSIID[0x47] SCB_LUN[0x0] 
Kernel Free SCB list: 1 0 
Untagged Q(4): 3 
DevQ(0:4:0): 0 waiting
DevQ(0:6:0): 0 waiting

<<<<<<<<<<<<<<<<< Dump Card State Ends >>>>>>>>>>>>>>>>>>
scsi0:0:4:0: Device is active, asserting ATN
Recovery code sleeping
Recovery code awake
Timer Expired
aic7xxx_abort returns 0x2003
scsi0:0:4:0: Attempting to queue a TARGET RESET message
CDB: 0x46 0x0 0x0 0x0 0x24 0x0 0x0 0x0 0x8 0x0
aic7xxx_dev_reset returns 0x2003
Recovery SCB completes
... hang, I press the win98 key .. 
Feb 21 12:09:54 pfn1 syslogd 1.4.1: restart.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* 2.6.3-mm1 and aic7xxx
@ 2004-02-19 21:34 Fabio Coatti
  2004-02-20  0:21 ` Andrew Morton
  0 siblings, 1 reply; 13+ messages in thread
From: Fabio Coatti @ 2004-02-19 21:34 UTC (permalink / raw)
  To: linux-kernel

I'm experiencing some problems with 2.6.3-mm1 release: on boot the system 
hangs trying to detect scsi devices, and the light on scsi cdrom flashes 
every few seconds. With 2.6.3-rc3-mm1 all works just fine, and I get this 
syslog entry:

Feb 19 22:23:15 kefk kernel: ahc_pci:3:6:0: Host Adapter Bios disabled.  Using 
default SCSI device parameters
Feb 19 22:23:15 kefk kernel: scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA 
DRIVER, Rev 6.2.36
Feb 19 22:23:15 kefk kernel:         <Adaptec 2902/04/10/15/20C/30C SCSI 
adapter>
Feb 19 22:23:15 kefk kernel:         aic7850: Single Channel A, SCSI Id=7, 
3/253 SCBs

<<<<<<<<<<<<<<<2.6.3-mm1 hangs here

Feb 19 22:23:15 kefk kernel:
Feb 19 22:23:15 kefk kernel:   Vendor: Nikon     Model: COOLSCANIII       Rev: 
1.31
Feb 19 22:23:15 kefk kernel:   Type:   Scanner                            ANSI 
SCSI revision: 02
Feb 19 22:23:15 kefk kernel: (scsi0:A:3): 10.000MB/s transfers (10.000MHz, 
offset 15)
Feb 19 22:23:15 kefk kernel:   Vendor: PLEXTOR   Model: CD-ROM PX-40TS    Rev: 
1.01
Feb 19 22:23:15 kefk kernel:   Type:   CD-ROM                             ANSI 
SCSI revision: 02
Feb 19 22:23:15 kefk kernel: (scsi0:A:5): 10.000MB/s transfers (10.000MHz, 
offset 15)
Feb 19 22:23:15 kefk kernel:   Vendor: YAMAHA    Model: CRW6416S          Rev: 
1.0c
Feb 19 22:23:15 kefk kernel:   Type:   CD-ROM                             ANSI 
SCSI revision: 02

I've also noticed (only with 2.6.3-mm1) a "PCI BIOS passed non existent PCI 
BUS 0!" message when it probes ICH5, i.e.

Feb 19 22:23:15 kefk kernel: ICH5: IDE controller at PCI slot 0000:00:1f.1

<<<<<<<<<<<<HERE

Feb 19 22:23:15 kefk kernel: ICH5: chipset revision 2
Feb 19 22:23:15 kefk kernel: ICH5: not 100%% native mode: will probe irqs 
later
Feb 19 22:23:15 kefk kernel:     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: 
hda:DMA, hdb:pio
Feb 19 22:23:15 kefk kernel:     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: 
hdc:pio, hdd:pio

system: PIV 2.HT/i875p (abit ic7-g), SMP kernel (SMT), 
gcc (GCC) 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)

I can provide more details if needed, and any help will be appreciated.

Thanks.

-- 
Fabio Coatti       http://www.ferrara.linux.it/members/cova     
Ferrara Linux Users Group           http://ferrara.linux.it
GnuPG fp:9765 A5B6 6843 17BC A646  BE8C FA56 373A 5374 C703
Old SysOps never die... they simply forget their password.

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

end of thread, other threads:[~2004-03-01 23:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <A6974D8E5F98D511BB910002A50A6647615F2BAD@hdsmsx402.hd.intel.com>
2004-02-23  7:28 ` 2.6.3-mm1 and aic7xxx Len Brown
2004-02-23  9:06   ` Fabio Coatti
2004-02-29 23:30   ` Fabio Coatti
2004-02-29 23:42     ` Andrew Morton
2004-03-01  0:37       ` Fabio Coatti
2004-02-29 23:45 Brown, Len
2004-03-01  0:39 ` Fabio Coatti
2004-03-01 23:33   ` Fabio Coatti
  -- strict thread matches above, loose matches on Subject: below --
2004-02-21 10:47 P. Christeas
2004-02-19 21:34 Fabio Coatti
2004-02-20  0:21 ` Andrew Morton
2004-02-20 20:22   ` Fabio Coatti
2004-02-21  0:53   ` Fabio Coatti

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