linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] Re: 2.6.11-rc4 libata-core (irq 30: nobody cared!)
       [not found] ` <421D3D33.9060707@pobox.com>
@ 2005-02-24  2:36   ` Jeff Garzik
  2005-02-24  2:58   ` Brian Kuschak
  2005-02-26 19:32   ` Rogério Brito
  2 siblings, 0 replies; 6+ messages in thread
From: Jeff Garzik @ 2005-02-24  2:36 UTC (permalink / raw)
  To: Brian Kuschak
  Cc: linux-kernel, "\"Rogério\" Brito",
	linux-ide@vger.kernel.org

BTW, please CC your replies to linux-ide@vger.kernel.org as well.


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

* Re: [PATCH] Re: 2.6.11-rc4 libata-core (irq 30: nobody cared!)
       [not found] ` <421D3D33.9060707@pobox.com>
  2005-02-24  2:36   ` [PATCH] Re: 2.6.11-rc4 libata-core (irq 30: nobody cared!) Jeff Garzik
@ 2005-02-24  2:58   ` Brian Kuschak
  2005-02-26 19:32   ` Rogério Brito
  2 siblings, 0 replies; 6+ messages in thread
From: Brian Kuschak @ 2005-02-24  2:58 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel,  "Rogério" Brito, linux-ide


> Does this patch do anything useful?
> 
> 	Jeff
> 

Not really.  It doesn't print the nobody cared
message, but still hangs at boot.  I'd give you a
backtrace but my MAGIC_SYSRQ doesn't seem to be
working right now.

-Brian


Linux version 2.6.11-rc4 (root@localhost.localdomain)
(gcc version 3.3.2) #28 Wed Feb 23 18:52:22 PST 2005
Built 1 zonelists
Kernel command line: root=/dev/ram rw ramdisk=36000
console=ttyS0
PID hash table entries: 1024 (order: 10, 16384 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 32768 (order: 5,
131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536
bytes)
Memory: 120832k available (2136k kernel code, 916k
data, 108k init, 0k highmem)
Mount-cache hash table entries: 512 (order: 0, 4096
bytes)
checking if image is initramfs...it isn't (no cpio
magic); looks like an initrd
Freeing initrd memory: 5709k freed
NET: Registered protocol family 16
PCI: Probing PCI hardware
SCSI subsystem initialized
Installing knfsd (copyright (C) 1996
okir@monad.swb.de).
Initializing Cryptographic API
Serial: 8250/16550 driver $Revision: 1.90 $ 6 ports,
IRQ sharing disabled
ttyS0 at MMIO 0x0 (irq = 0) is a 16550A
ttyS1 at MMIO 0x0 (irq = 1) is a 16550A
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
RAMDISK driver initialized: 16 RAM disks of 36000K
size 1024 blocksize
loop: loaded (max 8 devices)
mal0: Initialized, 1 tx channels, 1 rx channels
emac: IBM EMAC Ethernet driver, version 2.0
Maintained by Benjamin Herrenschmidt
<benh@kernel.crashing.org>
eth0: IBM emac, MAC 08:00:3e:26:15:59
eth0: Found Generic MII PHY (0x06)
Uniform Multi-Platform E-IDE driver Revision:
7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes;
override with idebus=xx
ata1: SATA max UDMA/100 cmd 0xC9002E80 ctl 0xC9002E8A
bmdma 0xC9002E00 irq 30
ata2: SATA max UDMA/100 cmd 0xC9002EC0 ctl 0xC9002ECA
bmdma 0xC9002E08 irq 30
ata1: dev 0 ATA, max UDMA7, 234493056 sectors: lba48
eth0: Link is Up
eth0: Speed: 100, Full duplex.



		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail

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

* Re: [PATCH] Re: 2.6.11-rc4 libata-core (irq 30: nobody cared!)
       [not found] ` <421D3D33.9060707@pobox.com>
  2005-02-24  2:36   ` [PATCH] Re: 2.6.11-rc4 libata-core (irq 30: nobody cared!) Jeff Garzik
  2005-02-24  2:58   ` Brian Kuschak
@ 2005-02-26 19:32   ` Rogério Brito
  2005-02-26 20:19     ` Jeff Garzik
  2 siblings, 1 reply; 6+ messages in thread
From: Rogério Brito @ 2005-02-26 19:32 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Brian Kuschak, linux-kernel, linux-ide

On Feb 23 2005, Jeff Garzik wrote:
> Does this patch do anything useful?
> 	Jeff
(...)

The patch you posted seems to only affect people using SATA, right?

BTW, just for clarity I'm seeing the message in a PATA environment (on
i386) and Brian is seeing his problem with a SATA device on ppc.


Thanks, Rogério Brito.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Rogério Brito - rbrito@ime.usp.br - http://www.ime.usp.br/~rbrito
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

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

* Re: [PATCH] Re: 2.6.11-rc4 libata-core (irq 30: nobody cared!)
  2005-02-26 19:32   ` Rogério Brito
@ 2005-02-26 20:19     ` Jeff Garzik
  2005-02-26 23:18       ` Rogério Brito
  2005-02-28 16:10       ` Mark Lord
  0 siblings, 2 replies; 6+ messages in thread
From: Jeff Garzik @ 2005-02-26 20:19 UTC (permalink / raw)
  To: Rogério Brito; +Cc: Brian Kuschak, linux-kernel, linux-ide

Rogério Brito wrote:
> On Feb 23 2005, Jeff Garzik wrote:
> 
>>Does this patch do anything useful?
>>	Jeff
> 
> (...)
> 
> The patch you posted seems to only affect people using SATA, right?
> 
> BTW, just for clarity I'm seeing the message in a PATA environment (on
> i386) and Brian is seeing his problem with a SATA device on ppc.

"irq XX: nobody cared" is a screaming interrupt situation, which could 
have 1001 causes.

Normally it's something that "pci=biosirq" or "acpi=off" will fix, but 
on occasion the driver itself is what needs fixing.

	Jeff




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

* Re: [PATCH] Re: 2.6.11-rc4 libata-core (irq 30: nobody cared!)
  2005-02-26 20:19     ` Jeff Garzik
@ 2005-02-26 23:18       ` Rogério Brito
  2005-02-28 16:10       ` Mark Lord
  1 sibling, 0 replies; 6+ messages in thread
From: Rogério Brito @ 2005-02-26 23:18 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Brian Kuschak, linux-kernel, linux-ide

First of all, thank you very much for your reply, Jeff.

On Feb 26 2005, Jeff Garzik wrote:
> "irq XX: nobody cared" is a screaming interrupt situation, which could
> have 1001 causes.

Ok, I didn't know that.

> Normally it's something that "pci=biosirq" or "acpi=off" will fix, but 
> on occasion the driver itself is what needs fixing.

Well, I already tried both of those options (and some others too) and
nothing seems to make my kernel quiet regarding my Promise controller (just
as a reminder, it is a PDC20265, embedded in my Asus A7V motherboard).

If you want me to test any patches, feel free to contact me.


Thanks, Rogério Brito.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Rogério Brito - rbrito@ime.usp.br - http://www.ime.usp.br/~rbrito
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

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

* Re: [PATCH] Re: 2.6.11-rc4 libata-core (irq 30: nobody cared!)
  2005-02-26 20:19     ` Jeff Garzik
  2005-02-26 23:18       ` Rogério Brito
@ 2005-02-28 16:10       ` Mark Lord
  1 sibling, 0 replies; 6+ messages in thread
From: Mark Lord @ 2005-02-28 16:10 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-ide

 >"irq XX: nobody cared" is a screaming interrupt situation, which could have 1001 causes.

Speaking of which.  The 3ware drivers appear to have a bug
in their handling of this.  They *always* report "handled=1"
from their interrupt routines, regardless of whether it was
their hardware or not that was signalling for attention.

Cheers

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

end of thread, other threads:[~2005-02-28 16:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20050224015859.55191.qmail@web40910.mail.yahoo.com>
     [not found] ` <421D3D33.9060707@pobox.com>
2005-02-24  2:36   ` [PATCH] Re: 2.6.11-rc4 libata-core (irq 30: nobody cared!) Jeff Garzik
2005-02-24  2:58   ` Brian Kuschak
2005-02-26 19:32   ` Rogério Brito
2005-02-26 20:19     ` Jeff Garzik
2005-02-26 23:18       ` Rogério Brito
2005-02-28 16:10       ` Mark Lord

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).