linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: AIC7(censored) card gone wild?
@ 2003-06-22  4:01 Perez-Gonzalez, Inaky
  2003-06-22  9:13 ` Matthias Andree
  2003-06-22 23:42 ` jw schultz
  0 siblings, 2 replies; 8+ messages in thread
From: Perez-Gonzalez, Inaky @ 2003-06-22  4:01 UTC (permalink / raw)
  To: Matthias Andree, linux-kernel

> From: Matthias Andree [mailto:matthias.andree@gmx.de]
> On Fri, 20 Jun 2003, Perez-Gonzalez, Inaky wrote:
> 
> > So I wonder, what does that error mean? SCSI1 has attached a
> > CDRW (Sony Yamaha CDRW 8/4/24) but now it doesn't show up
> > anymore (and so, I cannot get the model). .
> 
> The first step towards finding that out is power cycling (shut down,
> switch off for a minute, then start up again) or physically
> disconnecting the Yamaha drive (if it's Yamaha).

And clean up and check all of the fans, cables, connections,
connect, disconnect ... nothing changes. Something is hosed
up. The three years w/o downtime are biting back now.

> I've seen Adaptecs fuss and fight with Yamahas more than once --
> although in Linux 2.2 and early 2.4 times -- and Yamahas have the nasty
> habit of locking up until the next power cycle when something goes
> wrong.

Yummy ... wonder if it happens the same with their motorbikes.

> > Could it mean by SCSI Adapter is hosed? or my CDRW drive?
> 
> It might be either, I'd suspect the CDRW first unless I had information
> that suggests otherwise.

The panics don't go away, so I am afraid I have something getting
to warm in there, on top of the CD burner being burned. God I 
hate this things happening ...

Thanks,

Iñaky Pérez-González -- Not speaking for Intel -- all opinions are my own (and my fault)

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

* Re: AIC7(censored) card gone wild?
  2003-06-22  4:01 AIC7(censored) card gone wild? Perez-Gonzalez, Inaky
@ 2003-06-22  9:13 ` Matthias Andree
  2003-06-22 23:42 ` jw schultz
  1 sibling, 0 replies; 8+ messages in thread
From: Matthias Andree @ 2003-06-22  9:13 UTC (permalink / raw)
  To: linux-kernel

[Yamaha Firmware winds up CD-writer]
> Yummy ... wonder if it happens the same with their motorbikes.

Haven't heard of similar troubles with their motor bikes or stereo
equipment (except they claim higher electrical power output for their
active speakers than the input of the respective power supply is rated.
I wonder how they do _that_.)

> The panics don't go away, so I am afraid I have something getting
> to warm in there, on top of the CD burner being burned. God I 
> hate this things happening ...

The Yamaha writers I had - AFAIR - were rated to a max. of 40°C (104°F;
313 K) and didn't last very long.

-- 
Matthias Andree

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

* Re: AIC7(censored) card gone wild?
  2003-06-22  4:01 AIC7(censored) card gone wild? Perez-Gonzalez, Inaky
  2003-06-22  9:13 ` Matthias Andree
@ 2003-06-22 23:42 ` jw schultz
  1 sibling, 0 replies; 8+ messages in thread
From: jw schultz @ 2003-06-22 23:42 UTC (permalink / raw)
  To: linux-kernel

On Sat, Jun 21, 2003 at 09:01:08PM -0700, Perez-Gonzalez, Inaky wrote:
> > From: Matthias Andree [mailto:matthias.andree@gmx.de]
> > On Fri, 20 Jun 2003, Perez-Gonzalez, Inaky wrote:
> > 
> > > So I wonder, what does that error mean? SCSI1 has attached a
> > > CDRW (Sony Yamaha CDRW 8/4/24) but now it doesn't show up
> > > anymore (and so, I cannot get the model). .
> > 
> > The first step towards finding that out is power cycling (shut down,
> > switch off for a minute, then start up again) or physically
> > disconnecting the Yamaha drive (if it's Yamaha).
> 
> And clean up and check all of the fans, cables, connections,
> connect, disconnect ... nothing changes. Something is hosed
> up. The three years w/o downtime are biting back now.

You may want to replace the power supply.  Most PC power
supplies are junk and some time after a year or two start
drifting out of spec.  Out of spec power supplies are
responsible for more hardware failures than probably
anything else.


-- 
________________________________________________________________
	J.W. Schultz            Pegasystems Technologies
	email address:		jw@pegasys.ws

		Remember Cernan and Schmitt

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

* Re: AIC7(censored) card gone wild?
  2003-06-21  4:10 Perez-Gonzalez, Inaky
  2003-06-21  9:47 ` Matthias Andree
@ 2003-06-22  1:28 ` Justin T. Gibbs
  1 sibling, 0 replies; 8+ messages in thread
From: Justin T. Gibbs @ 2003-06-22  1:28 UTC (permalink / raw)
  To: Perez-Gonzalez, Inaky, 'lkml (linux-kernel@vger.kernel.org)'

> Hi Justin, list ...
> 
> I have a 2xPIII 797 Mhz with an AIC-7899P U160/m; I have 
> been running it under 2.5.66 since it was released, always 
> using the AIC7XXXX driver (new one).
> 
> However, suddenly something weird happened; since one week
> ago, I get panics (in the serial console) like
> the one attached (milikk.panic.txt) always caused or having
> an rsync process as current (rsync is used for backup).
> 
> I also noticed that at about the same time I started to
> get got those panics, I get the following when booting 
> the kernel:

I'm not sure what may have changed in your configuration to
make these problems start, but there is one recent fix that
may apply to your problem.  I do not know if this will apply
to the 6.2.28 driver version you are using since it is based
on the latest driver release from here:

http://people.FreeBSD.org/~gibbs/linux/SRC/

Here's the patch:

--
Justin

==== //depot/aic7xxx/aic7xxx/aic7xxx.c#134 (ktext) ====

@@ -37,7 +37,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGES.
  *
- * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.c#133 $
+ * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.c#134 $
  *
  * $FreeBSD$
  */
@@ -1469,7 +1469,7 @@
 				 * current connection, so we must
 				 * leave it on while single stepping.
 				 */
-				ahc_outb(ahc, SIMODE1, ENBUSFREE);
+				ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
 			else
 				ahc_outb(ahc, SIMODE1, 0);
 			ahc_outb(ahc, CLRINT, CLRSCSIINT);


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

* Re: AIC7(censored) card gone wild?
  2003-06-21 21:05   ` Zack Gilburd
@ 2003-06-21 22:17     ` Justin T. Gibbs
  0 siblings, 0 replies; 8+ messages in thread
From: Justin T. Gibbs @ 2003-06-21 22:17 UTC (permalink / raw)
  To: Zack Gilburd, linux-kernel

> The aic7xxx has been driving me crazy in 2.5.7x... Something got changed and 
> now the card will not work for me.  I've posted the errors to this ML, but 
> noone replied.. You can dig for the message, if you'd like.  It's the only 
> other time I've posted to the LKML.

The messages I have seen are for drivers version 6.2.8 under 2.4.21-ac1.
If you have additional output for different kernels or drivers, please
send them to me directly.

--
Justin


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

* Re: AIC7(censored) card gone wild?
  2003-06-21  9:47 ` Matthias Andree
@ 2003-06-21 21:05   ` Zack Gilburd
  2003-06-21 22:17     ` Justin T. Gibbs
  0 siblings, 1 reply; 8+ messages in thread
From: Zack Gilburd @ 2003-06-21 21:05 UTC (permalink / raw)
  To: linux-kernel


[-- Attachment #1.1: body text --]
[-- Type: text/plain, Size: 1217 bytes --]

On Saturday 21 June 2003 02:47, Matthias Andree wrote:
> On Fri, 20 Jun 2003, Perez-Gonzalez, Inaky wrote:
> > So I wonder, what does that error mean? SCSI1 has attached a
> > CDRW (Sony Yamaha CDRW 8/4/24) but now it doesn't show up
> > anymore (and so, I cannot get the model). .
>
> The first step towards finding that out is power cycling (shut down,
> switch off for a minute, then start up again) or physically
> disconnecting the Yamaha drive (if it's Yamaha).
>
> I've seen Adaptecs fuss and fight with Yamahas more than once --
> although in Linux 2.2 and early 2.4 times -- and Yamahas have the nasty
> habit of locking up until the next power cycle when something goes
> wrong.
>
> > Could it mean by SCSI Adapter is hosed? or my CDRW drive?
>
> It might be either, I'd suspect the CDRW first unless I had information
> that suggests otherwise.
>
> Try to find out.

The aic7xxx has been driving me crazy in 2.5.7x... Something got changed and 
now the card will not work for me.  I've posted the errors to this ML, but 
noone replied.. You can dig for the message, if you'd like.  It's the only 
other time I've posted to the LKML.

-- 
Zack Gilburd
http://tehunlose.com



[-- Attachment #1.2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: AIC7(censored) card gone wild?
  2003-06-21  4:10 Perez-Gonzalez, Inaky
@ 2003-06-21  9:47 ` Matthias Andree
  2003-06-21 21:05   ` Zack Gilburd
  2003-06-22  1:28 ` Justin T. Gibbs
  1 sibling, 1 reply; 8+ messages in thread
From: Matthias Andree @ 2003-06-21  9:47 UTC (permalink / raw)
  To: 'lkml (linux-kernel@vger.kernel.org)'

On Fri, 20 Jun 2003, Perez-Gonzalez, Inaky wrote:

> So I wonder, what does that error mean? SCSI1 has attached a 
> CDRW (Sony Yamaha CDRW 8/4/24) but now it doesn't show up 
> anymore (and so, I cannot get the model). .

The first step towards finding that out is power cycling (shut down,
switch off for a minute, then start up again) or physically
disconnecting the Yamaha drive (if it's Yamaha).

I've seen Adaptecs fuss and fight with Yamahas more than once --
although in Linux 2.2 and early 2.4 times -- and Yamahas have the nasty
habit of locking up until the next power cycle when something goes
wrong.

> Could it mean by SCSI Adapter is hosed? or my CDRW drive?

It might be either, I'd suspect the CDRW first unless I had information
that suggests otherwise.

Try to find out.

-- 
Matthias Andree

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

* AIC7(censored) card gone wild?
@ 2003-06-21  4:10 Perez-Gonzalez, Inaky
  2003-06-21  9:47 ` Matthias Andree
  2003-06-22  1:28 ` Justin T. Gibbs
  0 siblings, 2 replies; 8+ messages in thread
From: Perez-Gonzalez, Inaky @ 2003-06-21  4:10 UTC (permalink / raw)
  To: 'gibss@scsiguy.com',
	'lkml (linux-kernel@vger.kernel.org)'

[-- Attachment #1: Type: text/plain, Size: 2686 bytes --]


Hi Justin, list ...

I have a 2xPIII 797 Mhz with an AIC-7899P U160/m; I have 
been running it under 2.5.66 since it was released, always 
using the AIC7XXXX driver (new one).

However, suddenly something weird happened; since one week
ago, I get panics (in the serial console) like
the one attached (milikk.panic.txt) always caused or having
an rsync process as current (rsync is used for backup).

I also noticed that at about the same time I started to
get got those panics, I get the following when booting 
the kernel:

scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.28
        <Adaptec aic7899 Ultra160 SCSI adapter>
        aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs

(scsi0:A:0): 160.000MB/s transfers (80.000MHz DT, offset 127, 16bit)
  Vendor: QUANTUM   Model: ATLAS10K2-TY184L  Rev: DA40
  Type:   Direct-Access                      ANSI SCSI revision: 03
scsi0:A:0:0: Tagged Queuing enabled.  Depth 8
(scsi0:A:6): 160.000MB/s transfers (80.000MHz DT, offset 127, 16bit)
  Vendor: QUANTUM   Model: ATLAS10K2-TY367L  Rev: DDD6
  Type:   Direct-Access                      ANSI SCSI revision: 03
scsi0:A:6:0: Tagged Queuing enabled.  Depth 8
scsi1 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.28
        <Adaptec aic7899 Ultra160 SCSI adapter>
        aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs

scsi1: Unexpected busfree while idle
SEQADDR == 0x31
scsi1:0:4:0: Attempting to queue an ABORT message
>>>>>>>>>>>>>>>>>> Dump Card State Begins <<<<<<<<<<<<<<<<<
scsi1: Dumping Card State while idle, at SEQADDR 0x9
Card was paused
ACCUM = 0x2, SINDEX = 0x48, DINDEX = 0xe4, ARG_2 = 0x0
HCNT = 0x0 SCBPTR = 0x0
SCSIPHASE[0x0] SCSISIGI[0x0] ERROR[0x0] SCSIBUSL[0x0] 
LASTPHASE[0x1] SCSISEQ[0x12] SBLKCTL[0x6] SCSIRATE[0x0] 
SEQCTL[0x10] SEQ_FLAGS[0xc0] SSTAT0[0x0] SSTAT1[0x0] 
SSTAT2[0x0] SSTAT3[0x0] SIMODE0[0x8] SIMODE1[0xa4]
..... <SNIPPED- full version @ attached milikk.dump> ...

So I wonder, what does that error mean? SCSI1 has attached a 
CDRW (Sony Yamaha CDRW 8/4/24) but now it doesn't show up 
anymore (and so, I cannot get the model). .

Could it mean by SCSI Adapter is hosed? or my CDRW drive?
or something else? I see this same behavior with 2.5.72,
although it gets stuck in "scsi1: Unexpected busfree while
idle\nSEQADDR == 0x31", repeats it, goes up to 0x32,
back to 0x31 again, repeats 0x31 ... 

Removing the CDRW helps (no more message) so I tend to assume
the CDRW is dead; but I am still waiting to see a panic again.

Thanks,

Iñaky Pérez-González -- Not speaking for Intel -- all opinions are my own
(and my fault)

 <<milikk.dump>> 

[-- Attachment #2: milikk.panic.txt --]
[-- Type: text/plain, Size: 880 bytes --]

kernel BUG at kernel/timer.c:376!60/serio0
invalid operand: 0000 [#1]plorer Mouse on isa0060/serio1
CPU:    0---[ cut here ]------------
EIP:    0060:[<c012dd08>]    Not tainted
EFLAGS: 00010007
eax: f0ebdf68   ebx: f0ebdf68   ecx: 00eb9f00   edx: c1a135dc
esi: c1a13da4   edi: c1a134a0   ebp: 0000001f   esp: d89f3704
ds: 007b   es: 007b   ss: 0068
Process rsync (pid: 9968, threadinfo=d89f2000 task=f5be0040)
Stack: c1a134a0 f71cded4 c1a134a0 015c0060 fffffffd d89f2000 c012e301 c1a134a0
       c1a13cac 0000001f d89f2000 00000000 00000001 00000001 c042e228 fffffffd
       00000000 c0129be5 c042e228 00000046 c0453088 00000000 c0453084 d89f3780
Call Trace: [<c012e301>]  [<c0129be5>]  [<c011a317>]  [<c010bf3a>]  [<c0205f4d>
Code: 0f 0b 78 01 1f c2 38 c0 eb d5 8d b4 26 00 00 00 00 8d bc 27
 <0>Kernel panic: Aiee, killing interrupt handler!
In interrupt handler - not syncing

[-- Attachment #3: milikk.dump --]
[-- Type: application/octet-stream, Size: 17656 bytes --]

kernel BUG at kernel/timer.c:376!60/serio0
invalid operand: 0000 [#1]plorer Mouse on isa0060/serio1
CPU:    0---[ cut here ]------------
EIP:    0060:[<c012dd08>]    Not tainted
EFLAGS: 00010007
eax: f0ebdf68   ebx: f0ebdf68   ecx: 00eb9f00   edx: c1a135dc
esi: c1a13da4   edi: c1a134a0   ebp: 0000001f   esp: d89f3704
ds: 007b   es: 007b   ss: 0068
Process rsync (pid: 9968, threadinfo=d89f2000 task=f5be0040)
Stack: c1a134a0 f71cded4 c1a134a0 015c0060 fffffffd d89f2000 c012e301 c1a134a0
       c1a13cac 0000001f d89f2000 00000000 00000001 00000001 c042e228 fffffffd
       00000000 c0129be5 c042e228 00000046 c0453088 00000000 c0453084 d89f3780
Call Trace: [<c012e301>]  [<c0129be5>]  [<c011a317>]  [<c010bf3a>]  [<c0205f4d>
Code: 0f 0b 78 01 1f c2 38 c0 eb d5 8d b4 26 00 00 00 00 8d bc 27
 <0>Kernel panic: Aiee, killing interrupt handler!
In interrupt handler - not syncing

Now, after rebooting:

Linux version 2.5.66.2-dell420 (root@milikk) (gcc versión 3.2.3 20030331 (Debian prerelease)) #1 SMP Wed Jun 18 21:01:28 PDT 2003
Video mode to be used for restore is f00
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000003ff9e000 (usable)
 BIOS-e820: 000000003ff9e000 - 0000000040000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
 BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000fe710
hm, page 000fe000 reserved twice.
hm, page 000ff000 reserved twice.
hm, page 000f0000 reserved twice.
On node 0 totalpages: 262046
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 225280 pages, LIFO batch:16
  HighMem zone: 32670 pages, LIFO batch:7
ACPI: RSDP (v000 DELL                       ) @ 0x000fd730
ACPI: RSDT (v001 DELL    WS 420  00000.00008) @ 0x000fd744
ACPI: FADT (v001 DELL    WS 420  00000.00008) @ 0x000fd770
ACPI: MADT (v001 DELL    WS 420  00000.00008) @ 0x000fd7e4
ACPI: DSDT (v001   DELL    dt_ex 00000.04096) @ 0x00000000
ACPI: BIOS passes blacklist
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 6:8 APIC version 16
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 6:8 APIC version 16
ACPI: IOAPIC (id[0x02] address[0xfec00000] global_irq_base[0x0])
IOAPIC[0]: Assigned apic_id 2
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, IRQ 0-23
ACPI: INT_SRC_OVR (bus[0] irq[0x0] global_irq[0x2] polarity[0x0] trigger[0x0])
ACPI: INT_SRC_OVR (bus[0] irq[0x9] global_irq[0x9] polarity[0x1] trigger[0x3])
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Building zonelist for node : 0
Kernel command line: auto BOOT_IMAGE=default ro root=809 console=ttyS1,115200n8 console=tty0
Initializing CPU#0
PID hash table entries: 4096 (order 12: 32768 bytes)
Detected 797.869 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 1576.96 BogoMIPS
Memory: 1033144k/1048184k available (2527k kernel code, 14132k reserved, 730k data, 140k init, 130680k highmem)
Security Scaffold v1.0.0 initialized
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
-> /dev
-> /dev/console
-> /root
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
CPU0: Intel Pentium III (Coppermine) stepping 03
per-CPU timeslice cutoff: 732.06 usecs.
task migration cache decay timeout: 1 msecs.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000040
ESR value after enabling vector: 00000000
Booting processor 1/1 eip 3000
Initializing CPU#1
masked ExtINT on CPU#1
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Calibrating delay loop... 1593.34 BogoMIPS
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU1: Intel Pentium III (Coppermine) stepping 03
Total of 2 processors activated (3170.30 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 pin1=2 pin2=0
testing the IO APIC.......................

.................................... done.
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 797.0832 MHz.
..... host bus clock speed is 132.0972 MHz.
checking TSC synchronization across 2 CPUs: passed.
Starting migration thread for cpu 0
Bringing up 1
CPU 1 IS NOW UP!
Starting migration thread for cpu 1
CPUS done 2
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
mtrr: v2.0 (20020519)
PCI: PCI BIOS revision 2.10 entry at 0xfc04e, last bus=3
PCI: Using configuration type 1
BIO: pool of 256 setup, 14Kb (56 bytes/bio)
biovec pool[0]:   1 bvecs: 256 entries (12 bytes)
biovec pool[1]:   4 bvecs: 256 entries (48 bytes)
biovec pool[2]:  16 bvecs: 256 entries (192 bytes)
biovec pool[3]:  64 bvecs: 256 entries (768 bytes)
biovec pool[4]: 128 bvecs: 256 entries (1536 bytes)
biovec pool[5]: 256 bvecs: 256 entries (3072 bytes)
ACPI: Subsystem revision 20030228
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
Transparent bridge - Intel Corp. 82801AA PCI Bridge
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15, enabled at IRQ 14)
Linux Plug and Play Support v0.95 (c) Adam Belay
block request queues:
 128 requests per read queue
 128 requests per write queue
 8 requests per batch
 enter congestion at 15
 exit congestion at 17
SCSI subsystem initialized
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
Starting balanced_irq
Enabling SEP on CPU 1
Enabling SEP on CPU 0
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Journalled Block Device driver loaded
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
ACPI: Power Button (FF) [PWRF]
ACPI: Processor [CPU0] (supports C1)
ACPI: Processor [CPU1] (supports C1)
pty: 256 Unix98 ptys configured
Real Time Clock Driver v1.11
Non-volatile memory driver v1.2
hw_random hardware driver 0.9.0 loaded
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected Intel i840 chipset
agpgart: Maximum main memory to use for agp memory: 941M
agpgart: AGP aperture is 64M @ 0xd8000000
Hangcheck: starting hangcheck timer 0.5.0 (tick is 180 seconds, margin is 60 seconds).
Serial: 8250/16550 driver $Revision: 1.90 $ IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@saw.sw.com.sg> and others
eth0: Intel Corp. 82557/8/9 [Ethernet , 00:A0:C9:A0:73:42, IRQ 17.
  Receiver lock-up bug exists -- enabling work-around.
  Board assembly 668081-004, Physical connectors present: RJ45
  Primary interface chip i82555 PHY #1.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x3c15c8f1).
  Receiver lock-up workaround activated.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH: IDE controller at PCI slot 00:1f.1
ICH: chipset revision 2
ICH: not 100% native mode: will probe irqs later
    ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:pio
hdc: TOSHIBA DVD-ROM SD-M1212, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
end_request: I/O error, dev hdc, sector 0
hdc: ATAPI 32X DVD-ROM drive, 256kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
end_request: I/O error, dev hdc, sector 0
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.28
        <Adaptec aic7899 Ultra160 SCSI adapter>
        aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs

(scsi0:A:0): 160.000MB/s transfers (80.000MHz DT, offset 127, 16bit)
  Vendor: QUANTUM   Model: ATLAS10K2-TY184L  Rev: DA40
  Type:   Direct-Access                      ANSI SCSI revision: 03
scsi0:A:0:0: Tagged Queuing enabled.  Depth 8
(scsi0:A:6): 160.000MB/s transfers (80.000MHz DT, offset 127, 16bit)
  Vendor: QUANTUM   Model: ATLAS10K2-TY367L  Rev: DDD6
  Type:   Direct-Access                      ANSI SCSI revision: 03
scsi0:A:6:0: Tagged Queuing enabled.  Depth 8
scsi1 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.28
        <Adaptec aic7899 Ultra160 SCSI adapter>
        aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs

scsi1: Unexpected busfree while idle
SEQADDR == 0x31
scsi1:0:4:0: Attempting to queue an ABORT message
>>>>>>>>>>>>>>>>>> Dump Card State Begins <<<<<<<<<<<<<<<<<
scsi1: Dumping Card State while idle, at SEQADDR 0x9
Card was paused
ACCUM = 0x2, SINDEX = 0x48, DINDEX = 0xe4, ARG_2 = 0x0
HCNT = 0x0 SCBPTR = 0x0
SCSIPHASE[0x0] SCSISIGI[0x0] ERROR[0x0] SCSIBUSL[0x0] 
LASTPHASE[0x1] SCSISEQ[0x12] SBLKCTL[0x6] SCSIRATE[0x0] 
SEQCTL[0x10] SEQ_FLAGS[0xc0] SSTAT0[0x0] SSTAT1[0x0] 
SSTAT2[0x0] SSTAT3[0x0] SIMODE0[0x8] SIMODE1[0xa4] 
SXFRCTL0[0x80] DFCNTRL[0x0] DFSTATUS[0x89] 
STACK: 0x0 0x0 0x180 0x3
SCB count = 4
Kernel NEXTQSCB = 3
Card NEXTQSCB = 3
QINFIFO entries: 
Waiting Queue entries: 
Disconnected Queue entries: 
QOUTFIFO entries: 
Sequencer Free SCB List: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 
Sequencer SCB Info: 
  0 SCB_CONTROL[0x40] SCB_SCSIID[0x47] SCB_LUN[0x0] SCB_TAG[0x2] 
  1 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  2 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  3 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  4 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  5 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  6 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  7 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  8 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  9 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 10 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 11 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 12 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 13 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 14 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 15 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 16 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 17 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 18 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 19 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 20 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 21 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 22 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 23 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 24 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 25 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 26 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 27 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 28 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 29 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 30 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 31 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
Pending list: 
  2 SCB_CONTROL[0x40] SCB_SCSIID[0x47] SCB_LUN[0x0] 
Kernel Free SCB list: 1 0 
Untagged Q(4): 2 
DevQ(0:4:0): 0 waiting

<<<<<<<<<<<<<<<<< Dump Card State Ends >>>>>>>>>>>>>>>>>>
(scsi1:A:4:0): Device is disconnected, re-queuing SCB
Recovery code sleeping
Recovery SCB completes
Recovery code awake
aic7xxx_abort returns 0x2002
scsi1:0:4:0: Attempting to queue a TARGET RESET message
scsi1:0:4:0: Is not an active device
aic7xxx_dev_reset returns 0x2002
scsi1: Unexpected busfree while idle
SEQADDR == 0x31
scsi1:0:4:0: Attempting to queue an ABORT message
>>>>>>>>>>>>>>>>>> Dump Card State Begins <<<<<<<<<<<<<<<<<
scsi1: Dumping Card State while idle, at SEQADDR 0x9
Card was paused
ACCUM = 0x3, SINDEX = 0x48, DINDEX = 0xe4, ARG_2 = 0x0
HCNT = 0x0 SCBPTR = 0x0
SCSIPHASE[0x0] SCSISIGI[0x0] ERROR[0x0] SCSIBUSL[0x0] 
LASTPHASE[0x1] SCSISEQ[0x12] SBLKCTL[0x6] SCSIRATE[0x0] 
SEQCTL[0x10] SEQ_FLAGS[0xc0] SSTAT0[0x0] SSTAT1[0x0] 
SSTAT2[0x0] SSTAT3[0x0] SIMODE0[0x8] SIMODE1[0xa4] 
SXFRCTL0[0x80] DFCNTRL[0x0] DFSTATUS[0x89] 
STACK: 0x0 0x0 0x180 0x3
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 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 
Sequencer SCB Info: 
  0 SCB_CONTROL[0x40] SCB_SCSIID[0x47] SCB_LUN[0x0] SCB_TAG[0x3] 
  1 SCB_CONTROL[0x0] SCB_SCSIID[0x47] SCB_LUN[0x0] SCB_TAG[0xff] 
  2 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  3 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  4 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  5 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  6 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  7 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  8 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
  9 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 10 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 11 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 12 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 13 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 14 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 15 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 16 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 17 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 18 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 19 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 20 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 21 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 22 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 23 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 24 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 25 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 26 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 27 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 28 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 29 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 30 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
 31 SCB_CONTROL[0x0] SCB_SCSIID[0xff] SCB_LUN[0xff] SCB_TAG[0xff] 
Pending list: 
  3 SCB_CONTROL[0x40] SCB_SCSIID[0x47] SCB_LUN[0x0] 
Kernel Free SCB list: 1 0 
Untagged Q(4): 3 
DevQ(0:4:0): 0 waiting

<<<<<<<<<<<<<<<<< Dump Card State Ends >>>>>>>>>>>>>>>>>>
(scsi1:A:4:0): Device is disconnected, re-queuing SCB
Recovery code sleeping
Recovery SCB completes
Recovery code awake
aic7xxx_abort returns 0x2002
scsi: Device offlined - not ready after error recovery: host 1 channel 0 id 4 lun 0
SCSI device sda: 35566478 512-byte hdwr sectors (18210 MB)
SCSI device sda: drive cache: write back
 sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 >
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sdb: 71721820 512-byte hdwr sectors (36722 MB)
SCSI device sdb: drive cache: write back
 sdb: sdb1
Attached scsi disk sdb at scsi0, channel 0, id 6, lun 0
drivers/usb/host/uhci-hcd.c: USB Universal Host Controller Interface driver v2.0
uhci-hcd 00:1f.2: Intel Corp. 82801AA USB
uhci-hcd 00:1f.2: irq 19, io base 0000ff80
Please use the 'usbfs' filetype instead, the 'usbdevfs' name is deprecated.
uhci-hcd 00:1f.2: new USB bus registered, assigned bus number 1
hub 1-0:0: USB hub found
hub 1-0:0: 2 ports detected
drivers/usb/core/usb.c: registered new driver hiddev
drivers/usb/core/usb.c: registered new driver hid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
mice: PS/2 mouse device common for all mice
input: PC Speaker
serio: i8042 AUX port at 0x60,0x64 irq 12
input: AT Set 2 keyboard on isa0060/serio0
serio: i8042 KBD port at 0x60,0x64 irq 1
I2O Core - (C) Copyrigh

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

end of thread, other threads:[~2003-06-22 23:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-22  4:01 AIC7(censored) card gone wild? Perez-Gonzalez, Inaky
2003-06-22  9:13 ` Matthias Andree
2003-06-22 23:42 ` jw schultz
  -- strict thread matches above, loose matches on Subject: below --
2003-06-21  4:10 Perez-Gonzalez, Inaky
2003-06-21  9:47 ` Matthias Andree
2003-06-21 21:05   ` Zack Gilburd
2003-06-21 22:17     ` Justin T. Gibbs
2003-06-22  1:28 ` 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;
as well as URLs for NNTP newsgroup(s).