* RE: [Fwd: 2.4 and aacraid dmesg]
@ 2005-06-22 12:20 Salyzyn, Mark
2005-06-22 15:25 ` 2.4 and aacraid dmesg Gabor Z. Papp
0 siblings, 1 reply; 4+ messages in thread
From: Salyzyn, Mark @ 2005-06-22 12:20 UTC (permalink / raw)
To: Mark Haverkamp; +Cc: Gabor Z. Papp, linux-kernel
The message is coming from the PCI subsystem. Yes it is triggered by the
pending driver load and requesting card pci resources, but such messages
are usually a result of issues with the Motherboard BIOS or Hardware.
They are not generally a result of the driver or the associated
hardware.
My take (which can be incorrect) on this message is that someone put
just a bit too much debugging into the PCI subsystem :-) and the net
result is that you are firmly knowledgeable about the fact that device
on PCI address 03:0d.0 and 03:09.0 are sharing IRQ 4. The 'info' message
is printed every time the pcibios_enable_device() call is made. The
interrupt sharing is assigned by the Motherboard BIOS and if you have
subsequent problems with the operation of the card(s) or the system, you
should investigate updating the Motherboard BIOS or go into the
motherboard BIOS setup and see if you can reassign the PCI (IRQ)
resources.
The spurious 8259A interrupt message *may* be viewed as a problem.
Sincerely -- Mark Salyzyn
-----Original Message-----
From: Mark Haverkamp [mailto:markh@osdl.org]
Sent: Tuesday, June 21, 2005 2:20 PM
To: Salyzyn, Mark
Subject: [Fwd: 2.4 and aacraid dmesg]
I noticed this in the lk list.
-------- Forwarded Message --------
From: Gabor Z. Papp <gzp@papp.hu>
To: linux-kernel@vger.kernel.org, linux-aacraid-devel@dell.com
Subject: 2.4 and aacraid dmesg
Date: Tue, 21 Jun 2005 19:45:04 +0200
Is this
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
repeated kernel message okay for so many times?
Linux version 2.4.31 (root@gzp) (gcc version 3.4.3) #1 Tue Jun 7
18:53:06 CEST 2005
[...]
SCSI subsystem driver Revision: 1.00
Red Hat/Adaptec aacraid driver (1.1-3 Jun 7 2005 18:53:28)
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
AAC0: kernel 4.2.4 build 7349
AAC0: monitor 4.2.4 build 7349
AAC0: bios 4.2.0 build 7349
AAC0: serial bad0fafaf001
AAC0: Non-DASD support enabled
spurious 8259A interrupt: IRQ7.
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
scsi0 : aacraid
Vendor: ADAPTEC Model: Adaptec Mirror Rev: V1.0
Type: Direct-Access ANSI SCSI revision: 02
lspci not very informative about the card:
03:0d.0 RAID bus controller: Adaptec AAC-RAID (rev 01)
Its an Adaptec 2120S pci raid controller.
-
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/
--
Mark Haverkamp <markh@osdl.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.4 and aacraid dmesg
2005-06-22 12:20 [Fwd: 2.4 and aacraid dmesg] Salyzyn, Mark
@ 2005-06-22 15:25 ` Gabor Z. Papp
0 siblings, 0 replies; 4+ messages in thread
From: Gabor Z. Papp @ 2005-06-22 15:25 UTC (permalink / raw)
To: Salyzyn, Mark; +Cc: Mark Haverkamp, linux-kernel, linux-scsi
* "Salyzyn, Mark" <mark_salyzyn@adaptec.com>:
| The message is coming from the PCI subsystem. Yes it is triggered by the
| pending driver load and requesting card pci resources, but such messages
| are usually a result of issues with the Motherboard BIOS or Hardware.
The system is working fine, stable, without errors. I was just
courious about this kernel msg flood.
| on PCI address 03:0d.0 and 03:09.0 are sharing IRQ 4. The 'info' message
| is printed every time the pcibios_enable_device() call is made. The
| interrupt sharing is assigned by the Motherboard BIOS and if you have
| subsequent problems with the operation of the card(s) or the system, you
| should investigate updating the Motherboard BIOS or go into the
| motherboard BIOS setup and see if you can reassign the PCI (IRQ)
| resources.
Okay. The other device at 03:09.0 is a:
Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08)
| The spurious 8259A interrupt message *may* be viewed as a problem.
I'm getting this sh*t from 2.4.18 or so... I think its another story.
Anyway, I love this 2120S, boots quite slooowly, but works fine and
stable.
Ah, the chip is *very* *very* *very* hot on the card, is that normal?
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: 2.4 and aacraid dmesg
@ 2005-06-22 15:43 Salyzyn, Mark
0 siblings, 0 replies; 4+ messages in thread
From: Salyzyn, Mark @ 2005-06-22 15:43 UTC (permalink / raw)
To: Gabor Z. Papp; +Cc: Mark Haverkamp, linux-kernel, linux-scsi
From: Gabor Z. Papp [mailto:gzp@papp.hu] writes:
>| on PCI address 03:0d.0 and 03:09.0 are sharing IRQ 4. The 'info'
message
>| is printed every time the pcibios_enable_device() call is made. The
>| interrupt sharing is assigned by the Motherboard BIOS and if you have
>| subsequent problems with the operation of the card(s) or the system,
you
>| should investigate updating the Motherboard BIOS or go into the
>| motherboard BIOS setup and see if you can reassign the PCI (IRQ)
>| resources.
>Okay. The other device at 03:09.0 is a:
>
>Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08)
Do you really need the audio card? :-) I'd toss (or disable) the audio
system in a heart beat just to remove the annoyance of the messages.
> Anyway, I love this 2120S, boots quite slooowly, but works fine and
stable.
Do keep the F/W up-to-date if you should run into problems. The driver
is thin for this card, most stability issues center around targets,
target compatibility & Hardware (some issues can even trace to Power
Supply problems).
The 2200S is more than four times as fast (when stressed to the
maximum), the 2120S was meant for 'budget' scenarios with feature
completeness in mind.
> Ah, the chip is *very* *very* *very* hot on the card, is that normal?
I can put my hand on the CPU and keep it there with only a smidgen of
concern and nary a sizzling sound. I would worry if you could cook eggs
on it. Do you have a means to measure the actual temperature to add some
objectivism? If so, I'd compare it to the chip's (clearly marked, can be
substituted) specification maximums if you want to get more comfortable
with it.
-- Mark Salyzyn
^ permalink raw reply [flat|nested] 4+ messages in thread
* 2.4 and aacraid dmesg
@ 2005-06-21 17:45 Gabor Z. Papp
0 siblings, 0 replies; 4+ messages in thread
From: Gabor Z. Papp @ 2005-06-21 17:45 UTC (permalink / raw)
To: linux-kernel, linux-aacraid-devel
Is this
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
repeated kernel message okay for so many times?
Linux version 2.4.31 (root@gzp) (gcc version 3.4.3) #1 Tue Jun 7 18:53:06 CEST 2005
[...]
SCSI subsystem driver Revision: 1.00
Red Hat/Adaptec aacraid driver (1.1-3 Jun 7 2005 18:53:28)
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
AAC0: kernel 4.2.4 build 7349
AAC0: monitor 4.2.4 build 7349
AAC0: bios 4.2.0 build 7349
AAC0: serial bad0fafaf001
AAC0: Non-DASD support enabled
spurious 8259A interrupt: IRQ7.
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
PCI: Found IRQ 4 for device 03:0d.0
PCI: Sharing IRQ 4 with 03:09.0
scsi0 : aacraid
Vendor: ADAPTEC Model: Adaptec Mirror Rev: V1.0
Type: Direct-Access ANSI SCSI revision: 02
lspci not very informative about the card:
03:0d.0 RAID bus controller: Adaptec AAC-RAID (rev 01)
Its an Adaptec 2120S pci raid controller.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-06-22 15:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-22 12:20 [Fwd: 2.4 and aacraid dmesg] Salyzyn, Mark
2005-06-22 15:25 ` 2.4 and aacraid dmesg Gabor Z. Papp
-- strict thread matches above, loose matches on Subject: below --
2005-06-22 15:43 Salyzyn, Mark
2005-06-21 17:45 Gabor Z. Papp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox