All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Xenomai-help] Xenomai-help Digest, Vol 61, Issue 58
       [not found] <mailman.12801.1288293682.12503.xenomai@xenomai.org>
@ 2010-10-28 23:30 ` Peter Pastor
  0 siblings, 0 replies; only message in thread
From: Peter Pastor @ 2010-10-28 23:30 UTC (permalink / raw)
  To: xenomai


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

Hey there,

I followed the suggestions from the error message (which seems to be the
reason for the hard disc slow down)

[44806.726625] irq 16: nobody cared (try booting with the "irqpoll" option)

and added the "irqpoll" option to the kernel parameters. As of now, the
problem did not occur anymore.

We managed to reproduce the event (somehow deterministically) by starting
the rt-task that communicates on the can bus at a high rate. However, after
adding the irqpoll parameter, the problematic event does not occur anymore.
We found that the irqpoll option may "significantly impact system
performance", however, we are wondering in how much this influences our
performance in xenomai.

[    0.000000] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.31.4-ipipe-2.5.4
root=UUID=70377358-b8ed-4696-a5f2-d7d5ded856e9 ro
xeno_nucleus.xenomai_gid=1002 quiet splash irqpoll
[    0.000000] Misrouted IRQ fixup and polling support enabled
[    0.000000] This may significantly impact system performance

It seems that the problem is (also) triggered when a heavy load on the usb
device is applied. We are controlling some motors through usb (in
non-real-time).

Thanks,
 peter



On Thu, Oct 28, 2010 at 12:21 PM, <xenomai-help-request@domain.hid> wrote:

> Send Xenomai-help mailing list submissions to
>        xenomai@xenomai.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://mail.gna.org/listinfo/xenomai-help
> or, via email, send a message with subject or body 'help' to
>        xenomai-help-request@domain.hid
>
> You can reach the person managing the list at
>        xenomai-help-owner@domain.hid
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xenomai-help digest..."
>
>
> Today's Topics:
>
>   1. BeagleBoard-XM (Michel He)
>   2. Re: Slow hard drive access in xenomai (Peter Pastor)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 28 Oct 2010 16:37:05 +0200
> From: Michel He <michel.he@domain.hid>
> Subject: [Xenomai-help] BeagleBoard-XM
> To: xenomai@xenomai.org
> Message-ID: <20101028163705.18211an5ytg9yv1c@domain.hid>
> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
>        format="flowed"
>
> hello all,
>
>    I wonder whether anybody have ever tested Xenomai on the
> BeagleBoard-XM (OMAP DM3730) or the no XM version (OMAP 3530). Are the
> dsplink and examples fully working ?
>
>
> thanks
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 28 Oct 2010 12:20:41 -0700
> From: Peter Pastor <peter.pastor@domain.hid>
> Subject: Re: [Xenomai-help] Slow hard drive access in xenomai
> To: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>,
>        xenomai@xenomai.org
> Message-ID:
>        <AANLkTi=5YF3QnvK9iGpBs8enuA+=MHz7gKjE1p_3whM+@mail.gmail.com<MHz7gKjE1p_3whM%2B@mail.gmail.com>
> >
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hey Gilles,
>
> >> dmesg_fine is not fine at all. The SATA drives attached to the "ioc" SAS
> >> controller, seem to experience continuous errors. And since this
> >> interrupt line is shared with the HDA driver, there is something
> >> suspicious here. You can know which one of the two drivers has issues by
> >> disabling one of them.
> I agree with you in that the SATA drives may cause the problem, since they
> are attached to the "ioc" SAS controller which has IRQ 16 assigned.
> However, apparently according to
>
>
> http://www.mail-archive.com/debian-bugs-dist@domain.hid
>
> the error message in the log is not a problem. In fact, when running kernel
> 2.6.35 the error message does not get displayed anymore. However, when
> running 2.6.35 we get an error message during booting (see
> dmesg_2.6.35-ipipe).
> ...
> [    2.047634] pci_root PNP0A03:00: address space collision: host bridge
> window [mem 0xd7f00000-0xe0000000] conflicts with PCI Bus 0000:00 [mem
> 0xe0000000-0xf7ffffff]
> ...
> [    3.118005] pci 0000:20:03.0: address space collision: [io
> 0xe000-0xefff] conflicts with PCI Bus 0000:00 [io  0xd000-0xffff]
> [    3.118007] pci 0000:20:09.0: address space collision: [io
> 0xd000-0xdfff] conflicts with PCI Bus 0000:00 [io  0xd000-0xffff]
> ...
>
> The devices in conflict are... not sure whether this is the cause of the
> slow hard disc access though. (see attached lspci.txt)
> 00:00.0 Host bridge [0600]: Intel Corporation 5520 I/O Hub to ESI Port
> [8086:3406] (rev 13)
> 20:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI
> Express Root Port 3 [8086:340a] (rev 13)
> 20:09.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI
> Express Root Port 9 [8086:3410] (rev 13)
>
> >> Also, Linux seems to complain that it sees 32 cpus whereas you limited
> >> the number of cpus to 8.
> I set it back to 64 and recompiled the kernel, let's see whether this makes
> a difference.
> [    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:32
> nr_node_ids:1
> [    0.000000] early_res array is doubled to 128 at [2b800 - 2c7ff]
> ...
>
> I would like to switch of either of the two devices that are attached to
> IRQ
> 16, the problem however is, I need both. I am not sure whether disabling
> the
> USB controller in the BIOS is a good idea, since the computer does not have
> any other ways to attach a keyboard (and mouse) in case I want to enable it
> in the BIOS again.
>
> Also, to test whether the problem is related to the PCI can bus card, I
> removed the can bus card from the computer and see whether the "event"
> occurs again.
>
> Thanks for any help with this,
>  peter
>
>
>
> On Mon, Oct 25, 2010 at 10:22 PM, Gilles Chanteperdrix <
> gilles.chanteperdrix@xenomai.org> wrote:
>
> > Peter Pastor wrote:
> > > Hey Gilles,
> > >
> > > Thanks for you prompt response !
> > >
> > > I noticed that the problem of slow hard disc access does happen after
> > > a certain event. Right after booting xenomai "hdparam -t" gives me
> > > 120MB/s which is what I get when running the non-real-time kernel.
> > > Even when I run my real-time tasks everything seems to be fine.
> > > However, I just had the case that I tried to play a sound (just for
> > > testing) which triggered some output in the dmesg (see attached
> > > xenomai_problem.txt). The output of dmesg up to this point is
> > > contained in xenomai_fine.txt and the dmesg log of the non-real-time
> > > linux kernel is in dmesg_linux.txt.
> > >
> > > I disabled the audio card again and as of now, I haven't seen that
> > > problem. I can't really make sense out of what dmesg spit out. Would
> > > be great if someone could shine some light on this. It would be great
> > > if someone could let me know whether disabling the sound card solved
> > > the problem.
> > >
> > >>> Do you really need things like NUMA, SPARSEMEM, SECCOMP,
> AUDITSYSCALL,
> > >>> KPROBES, FTRACE, SELINUX?
> > > I am actually not sure what all these options mean, I also haven't
> > > spend time to figure things out. What impact could disabling these
> > > options have ? Do they decrease latency? address the problem above?
> > > other things?
> >
> > dmesg_fine is not fine at all. The SATA drives attached to the "ioc" SAS
> > controller, seem to experience continuous errors. And since this
> > interrupt line is shared with the HDA driver, there is something
> > suspicious here. You can know which one of the two drivers has issues by
> > disabling one of them.
> >
> > Also, Linux seems to complain that it sees 32 cpus whereas you limited
> > the number of cpus to 8.
> >
> > --
> >                                                                 Gilles.
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: /public/xenomai-help/attachments/20101028/73105990/attachment.htm
> -------------- next part --------------
> 00:00.0 Host bridge [0600]: Intel Corporation 5520 I/O Hub to ESI Port
> [8086:3406] (rev 13)
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Interrupt: pin A routed to IRQ 11
>        Capabilities: [60] Message Signalled Interrupts: Mask+ 64bit-
> Queue=0/1 Enable-
>                Address: 00000000  Data: 0000
>                Masking: 00000000  Pending: 00000000
>        Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
>                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag+ RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency
> L0 <512ns, L1 <4us
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
> DLActive+ BWMgmt- ABWMgmt-
>                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna-
> CRSVisible-
>                RootCap: CRSVisible-
>                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>        Capabilities: [e0] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [150] Access Controls <?>
>        Capabilities: [160] Vendor Specific Information <?>
>
> 00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI
> Express Root Port 1 [8086:3408] (rev 13)
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Bus: primary=00, secondary=01, subordinate=02, sec-latency=0
>        I/O behind bridge: 0000f000-00000fff
>        Memory behind bridge: f3d00000-f3dfffff
>        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
>        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort+ <SERR- <PERR-
>        BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>        Capabilities: [40] Subsystem: Dell Device [1028:026d]
>        Capabilities: [60] Message Signalled Interrupts: Mask+ 64bit-
> Queue=0/1 Enable-
>                Address: 00000000  Data: 0000
>                Masking: 00000000  Pending: 00000000
>        Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag+ RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency
> L0 <512ns, L1 <4us
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
> DLActive+ BWMgmt- ABWMgmt-
>                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna-
> CRSVisible-
>                RootCap: CRSVisible-
>                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>        Capabilities: [e0] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [150] Access Controls <?>
>        Capabilities: [160] Vendor Specific Information <?>
>        Kernel driver in use: pcieport
>        Kernel modules: shpchp
>
> 00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI
> Express Root Port 3 [8086:340a] (rev 13)
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
>        I/O behind bridge: 0000b000-0000bfff
>        Memory behind bridge: f4000000-f7efffff
>        Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
>        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- <SERR- <PERR-
>        BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
>                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>        Capabilities: [40] Subsystem: Dell Device [1028:026d]
>        Capabilities: [60] Message Signalled Interrupts: Mask+ 64bit-
> Queue=0/1 Enable-
>                Address: 00000000  Data: 0000
>                Masking: 00000000  Pending: 00000000
>        Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag+ RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1,
> Latency L0 <512ns, L1 <4us
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 5GT/s, Width x16, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
>                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surpise-
>                        Slot #  2, PowerLimit 242.000000; Interlock-
> NoCompl-
>                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt-
> HPIrq- LinkChg-
>                        Control: AttnInd Off, PwrInd Off, Power- Interlock-
>                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+
> Interlock-
>                        Changed: MRL- PresDet+ LinkState+
>                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna-
> CRSVisible-
>                RootCap: CRSVisible-
>                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>        Capabilities: [e0] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [150] Access Controls <?>
>        Capabilities: [160] Vendor Specific Information <?>
>        Kernel driver in use: pcieport
>        Kernel modules: shpchp
>
> 00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI
> Express Root Port 7 [8086:340e] (rev 13)
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
>        I/O behind bridge: 0000a000-0000afff
>        Memory behind bridge: f3e00000-f3ffffff
>        Prefetchable memory behind bridge: 00000000f0000000-00000000f00fffff
>        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- <SERR- <PERR-
>        BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>        Capabilities: [40] Subsystem: Dell Device [1028:026d]
>        Capabilities: [60] Message Signalled Interrupts: Mask+ 64bit-
> Queue=0/1 Enable-
>                Address: 00000000  Data: 0000
>                Masking: 00000000  Pending: 00000000
>        Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag+ RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 256 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1,
> Latency L0 <512ns, L1 <4us
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
> DLActive+ BWMgmt- ABWMgmt-
>                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surpise-
>                        Slot #  4, PowerLimit 225.000000; Interlock-
> NoCompl-
>                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt-
> HPIrq- LinkChg-
>                        Control: AttnInd Off, PwrInd Off, Power- Interlock-
>                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+
> Interlock-
>                        Changed: MRL- PresDet+ LinkState+
>                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna-
> CRSVisible-
>                RootCap: CRSVisible-
>                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>        Capabilities: [e0] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [150] Access Controls <?>
>        Capabilities: [160] Vendor Specific Information <?>
>        Kernel driver in use: pcieport
>        Kernel modules: shpchp
>
> 00:14.0 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub System
> Management Registers [8086:342e] (rev 13)
>        Subsystem: Device [0028:006d]
>        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint,
> MSI 00
>                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency
> L0 unlimited, L1 unlimited
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>
> 00:14.1 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub GPIO and
> Scratch Pad Registers [8086:3422] (rev 13)
>        Subsystem: Device [0028:006d]
>        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint,
> MSI 00
>                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency
> L0 unlimited, L1 unlimited
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>
> 00:14.2 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub Control Status
> and RAS Registers [8086:3423] (rev 13)
>        Subsystem: Device [0028:006d]
>        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint,
> MSI 00
>                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency
> L0 unlimited, L1 unlimited
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>
> 00:1a.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB
> UHCI Controller #4 [8086:3a37]
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Interrupt: pin A routed to IRQ 16
>        Region 4: I/O ports at 1f20 [size=32]
>        Capabilities: [50] PCIe advanced features <?>
>        Kernel driver in use: uhci_hcd
>
> 00:1a.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB
> UHCI Controller #5 [8086:3a38]
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Interrupt: pin B routed to IRQ 17
>        Region 4: I/O ports at 1f00 [size=32]
>        Capabilities: [50] PCIe advanced features <?>
>        Kernel driver in use: uhci_hcd
>
> 00:1a.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB
> UHCI Controller #6 [8086:3a39]
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Interrupt: pin C routed to IRQ 22
>        Region 4: I/O ports at 1c00 [size=32]
>        Capabilities: [50] PCIe advanced features <?>
>        Kernel driver in use: uhci_hcd
>
> 00:1a.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family)
> USB2 EHCI Controller #2 [8086:3a3c] (prog-if 20)
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Interrupt: pin C routed to IRQ 22
>        Region 0: Memory at f7ffe000 (32-bit, non-prefetchable) [size=1K]
>        Capabilities: [50] Power Management version 2
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [58] Debug port: BAR=1 offset=00a0
>        Capabilities: [98] PCIe advanced features <?>
>        Kernel driver in use: ehci_hcd
>
> 00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI
> Express Port 1 [8086:3a40]
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
>        I/O behind bridge: 00009000-00009fff
>        Memory behind bridge: f3b00000-f3cfffff
>        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
>        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- <SERR- <PERR-
>        BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>        Capabilities: [40] Express (v1) Root Port (Slot-), MSI 00
>                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+
> TransPend-
>                LnkCap: Port #1, Speed 2.5GT/s, Width x4, ASPM unknown,
> Latency L0 <256ns, L1 <4us
>                        ClockPM- Suprise- LLActRep+ BwNot-
>                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain-
> CommClk+
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
> DLActive+ BWMgmt- ABWMgmt-
>                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna-
> CRSVisible-
>                RootCap: CRSVisible-
>                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit-
> Queue=0/0 Enable-
>                Address: 00000000  Data: 0000
>        Capabilities: [90] Subsystem: Dell Device [1028:026d]
>        Capabilities: [a0] Power Management version 2
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [100] Virtual Channel <?>
>        Capabilities: [180] Root Complex Link <?>
>        Kernel driver in use: pcieport
>        Kernel modules: shpchp
>
> 00:1c.5 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI
> Express Port 6 [8086:3a4a]
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
>        I/O behind bridge: 0000f000-00000fff
>        Memory behind bridge: f3a00000-f3afffff
>        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
>        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- <SERR- <PERR-
>        BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>        Capabilities: [40] Express (v1) Root Port (Slot-), MSI 00
>                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+
> TransPend-
>                LnkCap: Port #6, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <256ns, L1 <4us
>                        ClockPM- Suprise- LLActRep+ BwNot-
>                LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain-
> CommClk+
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt- ABWMgmt-
>                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna-
> CRSVisible-
>                RootCap: CRSVisible-
>                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit-
> Queue=0/0 Enable-
>                Address: 00000000  Data: 0000
>        Capabilities: [90] Subsystem: Dell Device [1028:026d]
>        Capabilities: [a0] Power Management version 2
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [100] Virtual Channel <?>
>        Capabilities: [180] Root Complex Link <?>
>        Kernel driver in use: pcieport
>        Kernel modules: shpchp
>
> 00:1d.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB
> UHCI Controller #1 [8086:3a34]
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Interrupt: pin A routed to IRQ 23
>        Region 4: I/O ports at 1f80 [size=32]
>        Capabilities: [50] PCIe advanced features <?>
>        Kernel driver in use: uhci_hcd
>
> 00:1d.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB
> UHCI Controller #2 [8086:3a35]
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Interrupt: pin B routed to IRQ 17
>        Region 4: I/O ports at 1f60 [size=32]
>        Capabilities: [50] PCIe advanced features <?>
>        Kernel driver in use: uhci_hcd
>
> 00:1d.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB
> UHCI Controller #3 [8086:3a36]
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Interrupt: pin C routed to IRQ 18
>        Region 4: I/O ports at 1f40 [size=32]
>        Capabilities: [50] PCIe advanced features <?>
>        Kernel driver in use: uhci_hcd
>
> 00:1d.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family)
> USB2 EHCI Controller #1 [8086:3a3a] (prog-if 20)
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Interrupt: pin A routed to IRQ 23
>        Region 0: Memory at ff980000 (32-bit, non-prefetchable) [size=1K]
>        Capabilities: [50] Power Management version 2
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [58] Debug port: BAR=1 offset=00a0
>        Capabilities: [98] PCIe advanced features <?>
>        Kernel driver in use: ehci_hcd
>
> 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e]
> (rev 90) (prog-if 01)
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Bus: primary=00, secondary=07, subordinate=07, sec-latency=32
>        I/O behind bridge: 0000f000-00000fff
>        Memory behind bridge: fff00000-000fffff
>        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
>        Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort+ <SERR- <PERR-
>        BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>        Capabilities: [50] Subsystem: Dell Device [1028:026d]
>
> 00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIR (ICH10R) LPC
> Interface Controller [8086:3a16]
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Capabilities: [e0] Vendor Specific Information <?>
>        Kernel modules: iTCO_wdt
>
> 00:1f.2 SATA controller [0106]: Intel Corporation 82801JI (ICH10 Family)
> SATA AHCI Controller [8086:3a22] (prog-if 01)
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Interrupt: pin C routed to IRQ 20
>        Region 0: I/O ports at 1e00 [size=8]
>        Region 1: I/O ports at 1e10 [size=4]
>        Region 2: I/O ports at 1e20 [size=8]
>        Region 3: I/O ports at 1e30 [size=4]
>        Region 4: I/O ports at 1ec0 [size=32]
>        Region 5: Memory at f0100000 (32-bit, non-prefetchable) [size=2K]
>        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit-
> Queue=0/4 Enable-
>                Address: 00000000  Data: 0000
>        Capabilities: [70] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0-,D1-,D2-,D3hot+,D3cold-)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [a8] SATA HBA <?>
>        Capabilities: [b0] PCIe advanced features <?>
>        Kernel driver in use: ahci
>
> 00:1f.3 SMBus [0c05]: Intel Corporation 82801JI (ICH10 Family) SMBus
> Controller [8086:3a30]
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Interrupt: pin C routed to IRQ 3
>        Region 0: Memory at f7fff000 (64-bit, non-prefetchable) [size=256]
>        Region 4: I/O ports at cce0 [size=32]
>        Kernel modules: i2c-i801
>
> 01:00.0 PCI bridge [0604]: Pericom Semiconductor PCI Express to
> PCI-XPI7C9X130 PCI-X Bridge [12d8:e130] (rev 04)
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Bus: primary=01, secondary=02, subordinate=02, sec-latency=64
>        I/O behind bridge: 0000f000-00000fff
>        Memory behind bridge: fff00000-000fffff
>        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
>        Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort+ <SERR- <PERR-
>        BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>        Capabilities: [80] PCI-X bridge device
>                Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD-
> Freq=100MHz
>                Status: Dev=01:00.0 64bit- 133MHz- SCD- USC- SCO- SRD-
>                Upstream: Capacity=16 CommitmentLimit=16
>                Downstream: Capacity=16 CommitmentLimit=16
>        Capabilities: [90] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [a8] Subsystem: Gammagraphx, Inc. (or missing ID)
> Device [0000:0000]
>        Capabilities: [b0] Express (v1) PCI/PCI-X Bridge, MSI 00
>                DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
> BrConfRtry-
>                        MaxPayload 128 bytes, MaxReadReq 512 bytes
>                DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq- AuxPwr+
> TransPend-
>                LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1,
> Latency L0 <512ns, L1 <1us
>                        ClockPM- Suprise- LLActRep- BwNot-
>                LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
> DLActive+ BWMgmt- ABWMgmt-
>        Capabilities: [f0] Message Signalled Interrupts: Mask- 64bit+
> Queue=0/0 Enable-
>                Address: 0000000000000000  Data: 0000
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [150] Virtual Channel <?>
>        Kernel modules: shpchp
>
> 03:00.0 VGA compatible controller [0300]: nVidia Corporation GT200GL
> [Quadro FX 4800] [10de:05fe] (rev a1)
>        Subsystem: nVidia Corporation Device [10de:0594]
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0
>        Interrupt: pin A routed to IRQ 24
>        Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
>        Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M]
>        Region 3: Memory at f4000000 (64-bit, non-prefetchable) [size=32M]
>        Region 5: I/O ports at bc80 [size=128]
>        [virtual] Expansion ROM at f7e00000 [disabled] [size=512K]
>        Capabilities: [60] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0-,D1-,D2-,D3hot-,D3cold-)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+
> Queue=0/0 Enable-
>                Address: 0000000000000000  Data: 0000
>        Capabilities: [78] Express (v2) Endpoint, MSI 00
>                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <512ns, L1 <4us
>                        ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+
> Unsupported-
>                        RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
>                        MaxPayload 128 bytes, MaxReadReq 512 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1,
> Latency L0 <256ns, L1 <1us
>                        ClockPM- Suprise- LLActRep- BwNot-
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 5GT/s, Width x16, TrErr- Train- SlotClk-
> DLActive- BWMgmt- ABWMgmt-
>        Capabilities: [100] Virtual Channel <?>
>        Capabilities: [128] Power Budgeting <?>
>        Capabilities: [600] Vendor Specific Information <?>
>        Kernel driver in use: nvidia
>        Kernel modules: nvidia, nvidiafb
>
> 04:00.0 Ethernet controller [0200]: Intel Corporation 82571EB Gigabit
> Ethernet Controller [8086:105e] (rev 06)
>        Subsystem: Intel Corporation Device [8086:115e]
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Interrupt: pin A routed to IRQ 30
>        Region 0: Memory at f3e80000 (32-bit, non-prefetchable) [size=128K]
>        Region 1: Memory at f3ea0000 (32-bit, non-prefetchable) [size=128K]
>        Region 2: I/O ports at acc0 [size=32]
>        Expansion ROM at f3f00000 [disabled] [size=128K]
>        Capabilities: [c8] Power Management version 2
>                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=1 PME-
>        Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+
> Queue=0/0 Enable-
>                Address: 0000000000000000  Data: 0000
>        Capabilities: [e0] Express (v1) Endpoint, MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <512ns, L1 <64us
>                        ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>                DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+
> Unsupported+
>                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                        MaxPayload 256 bytes, MaxReadReq 512 bytes
>                DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+
> TransPend-
>                LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency
> L0 <4us, L1 <64us
>                        ClockPM- Suprise- LLActRep- BwNot-
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk+
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [140] Device Serial Number 56-49-ea-ff-ff-17-15-00
>        Kernel driver in use: e1000e
>        Kernel modules: e1000e
>
> 04:00.1 Ethernet controller [0200]: Intel Corporation 82571EB Gigabit
> Ethernet Controller [8086:105e] (rev 06)
>        Subsystem: Intel Corporation Device [8086:115e]
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Interrupt: pin B routed to IRQ 37
>        Region 0: Memory at f3ec0000 (32-bit, non-prefetchable) [size=128K]
>        Region 1: Memory at f3ee0000 (32-bit, non-prefetchable) [size=128K]
>        Region 2: I/O ports at ace0 [size=32]
>        Expansion ROM at f0000000 [disabled] [size=128K]
>        Capabilities: [c8] Power Management version 2
>                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=1 PME-
>        Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+
> Queue=0/0 Enable-
>                Address: 0000000000000000  Data: 0000
>        Capabilities: [e0] Express (v1) Endpoint, MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <512ns, L1 <64us
>                        ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>                DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+
> Unsupported+
>                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                        MaxPayload 256 bytes, MaxReadReq 512 bytes
>                DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+
> TransPend-
>                LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency
> L0 <4us, L1 <64us
>                        ClockPM- Suprise- LLActRep- BwNot-
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk+
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [140] Device Serial Number 56-49-ea-ff-ff-17-15-00
>        Kernel driver in use: e1000e
>        Kernel modules: e1000e
>
> 05:00.0 SCSI storage controller [0100]: LSI Logic / Symbios Logic SAS1068E
> PCI-Express Fusion-MPT SAS [1000:0058] (rev 08)
>        Subsystem: Dell Device [1028:021d]
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Interrupt: pin A routed to IRQ 16
>        Region 0: I/O ports at 9c00 [size=256]
>        Region 1: Memory at f3bec000 (64-bit, non-prefetchable) [size=16K]
>        Region 3: Memory at f3bf0000 (64-bit, non-prefetchable) [size=64K]
>        Expansion ROM at f3c00000 [disabled] [size=1M]
>        Capabilities: [50] Power Management version 2
>                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
> PME(D0-,D1-,D2-,D3hot-,D3cold-)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [68] Express (v1) Endpoint, MSI 00
>                DevCap: MaxPayload 4096 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag+ AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+
> Unsupported-
>                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                        MaxPayload 128 bytes, MaxReadReq 512 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed 2.5GT/s, Width x8, ASPM L0s L1,
> Latency L0 <64ns, L1 <1us
>                        ClockPM- Suprise- LLActRep- BwNot-
>                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk-
> DLActive- BWMgmt- ABWMgmt-
>        Capabilities: [98] Message Signalled Interrupts: Mask- 64bit+
> Queue=0/0 Enable-
>                Address: 0000000000000000  Data: 0000
>        Capabilities: [b0] MSI-X: Enable- Mask- TabSize=1
>                Vector table: BAR=1 offset=00002000
>                PBA: BAR=1 offset=00003000
>        Capabilities: [100] Advanced Error Reporting <?>
>        Kernel driver in use: mptsas
>        Kernel modules: mptsas
>
> 06:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5761
> Gigabit Ethernet PCIe [14e4:1681] (rev 10)
>        Subsystem: Dell Device [1028:026d]
>        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Interrupt: pin A routed to IRQ 17
>        Region 0: Memory at f3ae0000 (64-bit, non-prefetchable) [size=64K]
>        Region 2: Memory at f3af0000 (64-bit, non-prefetchable) [size=64K]
>        Capabilities: [48] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0-,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=1 PME-
>        Capabilities: [40] Vital Product Data <?>
>        Capabilities: [60] Vendor Specific Information <?>
>        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+
> Queue=0/0 Enable-
>                Address: adedd895b6eff7d4  Data: fef6
>        Capabilities: [cc] Express (v2) Endpoint, MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us,
> L1 unlimited
>                        ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 4096 bytes
>                DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+
> TransPend-
>                LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <1us, L1 <64us
>                        ClockPM+ Suprise- LLActRep- BwNot-
>                LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain-
> CommClk+
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [13c] Virtual Channel <?>
>        Capabilities: [160] Device Serial Number 96-28-38-fe-ff-6f-ac-b8
>        Capabilities: [16c] Power Budgeting <?>
>        Kernel driver in use: tg3
>        Kernel modules: tg3
>
> 20:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI
> Express Root Port 3 [8086:340a] (rev 13)
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Bus: primary=20, secondary=22, subordinate=22, sec-latency=0
>        I/O behind bridge: 0000f000-00000fff
>        Memory behind bridge: dfe00000-dfffffff
>        Prefetchable memory behind bridge: 00000000df000000-00000000df0fffff
>        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort+ <SERR- <PERR-
>        BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>        Capabilities: [40] Subsystem: Dell Device [1028:026d]
>        Capabilities: [60] Message Signalled Interrupts: Mask+ 64bit-
> Queue=0/1 Enable-
>                Address: 00000000  Data: 0000
>                Masking: 00000000  Pending: 00000000
>        Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag+ RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 256 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency
> L0 <512ns, L1 <64us
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
> DLActive+ BWMgmt- ABWMgmt-
>                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surpise-
>                        Slot #  6, PowerLimit 25.000000; Interlock- NoCompl-
>                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt-
> HPIrq- LinkChg-
>                        Control: AttnInd Off, PwrInd Off, Power- Interlock-
>                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+
> Interlock-
>                        Changed: MRL- PresDet+ LinkState+
>                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna-
> CRSVisible-
>                RootCap: CRSVisible-
>                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>        Capabilities: [e0] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [150] Access Controls <?>
>        Capabilities: [160] Vendor Specific Information <?>
>        Kernel driver in use: pcieport
>        Kernel modules: shpchp
>
> 20:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI
> Express Root Port 7 [8086:340e] (rev 13)
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Bus: primary=20, secondary=23, subordinate=23, sec-latency=0
>        I/O behind bridge: 0000f000-00000fff
>        Memory behind bridge: dfd00000-dfdfffff
>        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
>        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- <SERR- <PERR-
>        BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>        Capabilities: [40] Subsystem: Dell Device [1028:026d]
>        Capabilities: [60] Message Signalled Interrupts: Mask+ 64bit-
> Queue=0/1 Enable-
>                Address: 00000000  Data: 0000
>                Masking: 00000000  Pending: 00000000
>        Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag+ RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency
> L0 <512ns, L1 <64us
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surpise-
>                        Slot #  3, PowerLimit 40.000000; Interlock- NoCompl-
>                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt-
> HPIrq- LinkChg-
>                        Control: AttnInd Off, PwrInd Off, Power- Interlock-
>                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet-
> Interlock-
>                        Changed: MRL- PresDet+ LinkState-
>                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna-
> CRSVisible-
>                RootCap: CRSVisible-
>                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>        Capabilities: [e0] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [150] Access Controls <?>
>        Capabilities: [160] Vendor Specific Information <?>
>        Kernel driver in use: pcieport
>        Kernel modules: shpchp
>
> 20:09.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI
> Express Root Port 9 [8086:3410] (rev 13)
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR+ FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Bus: primary=20, secondary=24, subordinate=24, sec-latency=0
>        I/O behind bridge: 0000f000-00000fff
>        Memory behind bridge: dfc00000-dfcfffff
>        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
>        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- <SERR- <PERR-
>        BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
>                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>        Capabilities: [40] Subsystem: Dell Device [1028:026d]
>        Capabilities: [60] Message Signalled Interrupts: Mask+ 64bit-
> Queue=0/1 Enable-
>                Address: 00000000  Data: 0000
>                Masking: 00000000  Pending: 00000000
>        Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag+ RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency
> L0 <512ns, L1 <64us
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt- ABWMgmt-
>                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surpise-
>                        Slot #  1, PowerLimit 40.000000; Interlock- NoCompl-
>                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt-
> HPIrq- LinkChg-
>                        Control: AttnInd Off, PwrInd Off, Power- Interlock-
>                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+
> Interlock-
>                        Changed: MRL- PresDet+ LinkState+
>                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna-
> CRSVisible-
>                RootCap: CRSVisible-
>                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>        Capabilities: [e0] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [150] Access Controls <?>
>        Kernel driver in use: pcieport
>        Kernel modules: shpchp
>
> 20:14.0 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub System
> Management Registers [8086:342e] (rev 13)
>        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint,
> MSI 00
>                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency
> L0 unlimited, L1 unlimited
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>
> 20:14.1 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub GPIO and
> Scratch Pad Registers [8086:3422] (rev 13)
>        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint,
> MSI 00
>                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency
> L0 unlimited, L1 unlimited
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>
> 20:14.2 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub Control Status
> and RAS Registers [8086:3423] (rev 13)
>        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint,
> MSI 00
>                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 128 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
>                LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency
> L0 unlimited, L1 unlimited
>                        ClockPM- Suprise+ LLActRep+ BwNot+
>                LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>
> 22:00.0 Ethernet controller [0200]: Intel Corporation 82571EB Gigabit
> Ethernet Controller [8086:105e] (rev 06)
>        Subsystem: Intel Corporation Device [8086:115e]
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Interrupt: pin A routed to IRQ 48
>        Region 0: Memory at dfe80000 (32-bit, non-prefetchable) [size=128K]
>        Region 1: Memory at dfea0000 (32-bit, non-prefetchable) [size=128K]
>        Region 2: I/O ports at <ignored>
>        Expansion ROM at dff00000 [disabled] [size=128K]
>        Capabilities: [c8] Power Management version 2
>                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=1 PME-
>        Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+
> Queue=0/0 Enable-
>                Address: 0000000000000000  Data: 0000
>        Capabilities: [e0] Express (v1) Endpoint, MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <512ns, L1 <64us
>                        ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>                DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+
> Unsupported+
>                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                        MaxPayload 256 bytes, MaxReadReq 512 bytes
>                DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+
> TransPend-
>                LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency
> L0 <4us, L1 <64us
>                        ClockPM- Suprise- LLActRep- BwNot-
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk+
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [140] Device Serial Number d6-48-ea-ff-ff-17-15-00
>        Kernel driver in use: e1000e
>        Kernel modules: e1000e
>
> 22:00.1 Ethernet controller [0200]: Intel Corporation 82571EB Gigabit
> Ethernet Controller [8086:105e] (rev 06)
>        Subsystem: Intel Corporation Device [8086:115e]
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Interrupt: pin B routed to IRQ 58
>        Region 0: Memory at dfec0000 (32-bit, non-prefetchable) [size=128K]
>        Region 1: Memory at dfee0000 (32-bit, non-prefetchable) [size=128K]
>        Region 2: I/O ports at <ignored>
>        Expansion ROM at df000000 [disabled] [size=128K]
>        Capabilities: [c8] Power Management version 2
>                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=1 PME-
>        Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+
> Queue=0/0 Enable-
>                Address: 0000000000000000  Data: 0000
>        Capabilities: [e0] Express (v1) Endpoint, MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <512ns, L1 <64us
>                        ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>                DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+
> Unsupported+
>                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                        MaxPayload 256 bytes, MaxReadReq 512 bytes
>                DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+
> TransPend-
>                LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency
> L0 <4us, L1 <64us
>                        ClockPM- Suprise- LLActRep- BwNot-
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk+
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [140] Device Serial Number d6-48-ea-ff-ff-17-15-00
>        Kernel driver in use: e1000e
>        Kernel modules: e1000e
>
> 24:00.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6315 Series
> Firewire Controller [1106:3403] (prog-if 10)
>        Subsystem: VIA Technologies, Inc. VT6315 Series Firewire Controller
> [1106:3403]
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Interrupt: pin A routed to IRQ 56
>        Region 0: Memory at dfcff000 (64-bit, non-prefetchable) [size=2K]
>        Region 2: I/O ports at <ignored>
>        Capabilities: [50] Power Management version 3
>                Flags: PMEClk- DSI- D1- D2+ AuxCurrent=0mA
> PME(D0-,D1-,D2+,D3hot+,D3cold+)
>                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>        Capabilities: [80] Message Signalled Interrupts: Mask+ 64bit+
> Queue=0/0 Enable-
>                Address: 0000000000000000  Data: 0000
>                Masking: 00000000  Pending: 00000000
>        Capabilities: [98] Express (v1) Endpoint, MSI 00
>                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <64ns, L1 <1us
>                        ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>                DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+
> Unsupported-
>                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                        MaxPayload 128 bytes, MaxReadReq 512 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+
> TransPend-
>                LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <1us, L1 <64us
>                        ClockPM+ Suprise- LLActRep- BwNot-
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk-
> DLActive- BWMgmt- ABWMgmt-
>        Capabilities: [100] Advanced Error Reporting <?>
>        Capabilities: [130] Device Serial Number 09-07-00-ff-ff-06-11-00
>        Kernel driver in use: ohci1394
>        Kernel modules: firewire-ohci, ohci1394
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: dmesg_2.6.35-ipipe
> Type: application/octet-stream
> Size: 64639 bytes
> Desc: not available
> Url : /public/xenomai-help/attachments/20101028/73105990/attachment.obj
>
> ------------------------------
>
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
>
>
> End of Xenomai-help Digest, Vol 61, Issue 58
> ********************************************
>

[-- Attachment #1.2: Type: text/html, Size: 78163 bytes --]

[-- Attachment #2: dmesg_irqpoll.txt --]
[-- Type: text/plain, Size: 75163 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 2.6.31.4-ipipe-2.5.4 (root@mandy) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) ) #2 SMP PREEMPT Fri Oct 15 13:09:39 PDT 2010 ()
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31.4-ipipe-2.5.4 root=UUID=70377358-b8ed-4696-a5f2-d7d5ded856e9 ro xeno_nucleus.xenomai_gid=1002 quiet splash irqpoll
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000d7df9c00 (usable)
[    0.000000]  BIOS-e820: 00000000d7df9c00 - 00000000d7e4bc00 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000d7e4bc00 - 00000000d7e4dc00 (ACPI data)
[    0.000000]  BIOS-e820: 00000000d7e4dc00 - 00000000d8000000 (reserved)
[    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fd000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fe000000 - 00000000fed00400 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000628000000 (usable)
[    0.000000] DMI 2.5 present.
[    0.000000] last_pfn = 0x628000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DBFFF write-protect
[    0.000000]   DC000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00D7F00000 mask FFFFF00000 uncachable
[    0.000000]   1 base 00D8000000 mask FFF8000000 uncachable
[    0.000000]   2 base 00E0000000 mask FFE0000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] last_pfn = 0xd7df9 max_arch_pfn = 0x400000000
[    0.000000] e820 update range: 0000000000001000 - 0000000000006000 (usable) ==> (reserved)
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000001000 (usable)
[    0.000000]  modified: 0000000000001000 - 0000000000006000 (reserved)
[    0.000000]  modified: 0000000000006000 - 000000000009dc00 (usable)
[    0.000000]  modified: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 00000000d7df9c00 (usable)
[    0.000000]  modified: 00000000d7df9c00 - 00000000d7e4bc00 (ACPI NVS)
[    0.000000]  modified: 00000000d7e4bc00 - 00000000d7e4dc00 (ACPI data)
[    0.000000]  modified: 00000000d7e4dc00 - 00000000d8000000 (reserved)
[    0.000000]  modified: 00000000f8000000 - 00000000fd000000 (reserved)
[    0.000000]  modified: 00000000fe000000 - 00000000fed00400 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  modified: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  modified: 0000000100000000 - 0000000628000000 (usable)
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000d7df9000
[    0.000000] Using x86 segment limits to approximate NX protection
[    0.000000]  0000000000 - 00d7c00000 page 2M
[    0.000000]  00d7c00000 - 00d7df9000 page 4k
[    0.000000] kernel direct mapping tables up to d7df9000 @ 8000-e000
[    0.000000] init_memory_mapping: 0000000100000000-0000000628000000
[    0.000000] Using x86 segment limits to approximate NX protection
[    0.000000]  0100000000 - 0628000000 page 2M
[    0.000000] kernel direct mapping tables up to 628000000 @ c000-26000
[    0.000000] RAMDISK: 37890000 - 37fef398
[    0.000000] ACPI: RSDP 00000000000fec30 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT 00000000000fcbea 00084 (v01 DELL    B10K    00000015 ASL  00000061)
[    0.000000] ACPI: FACP 00000000000fcce2 000F4 (v03 DELL    B10K    00000015 ASL  00000061)
[    0.000000] ACPI: DSDT 00000000ffe9ead3 05732 (v01   DELL    dt_ex 00001000 INTL 20050624)
[    0.000000] ACPI: FACS 00000000d7df9c00 00040
[    0.000000] ACPI: SSDT 00000000ffea4316 0009C (v01   DELL    st_ex 00001000 INTL 20050624)
[    0.000000] ACPI: APIC 00000000000fcdd6 0016A (v01 DELL    B10K    00000015 ASL  00000061)
[    0.000000] ACPI: BOOT 00000000000fcf40 00028 (v01 DELL    B10K    00000015 ASL  00000061)
[    0.000000] ACPI: ASF! 00000000000fcf68 00096 (v32 DELL    B10K    00000015 ASL  00000061)
[    0.000000] ACPI: MCFG 00000000000fcffe 0003C (v01 DELL    B10K    00000015 ASL  00000061)
[    0.000000] ACPI: HPET 00000000000fd03a 00038 (v01 DELL    B10K    00000015 ASL  00000061)
[    0.000000] ACPI: TCPA 00000000000fd296 00032 (v01 DELL    B10K    00000015 ASL  00000061)
[    0.000000] ACPI: ____ 00000000000fd2c8 00030 (v01 DELL    B10K    00000015 ASL  00000061)
[    0.000000] ACPI: _RAT 00000000000fdeca 00030 (v01 DELL    B10K    00000015 ASL  00000061)
[    0.000000] ACPI: SLIC 00000000000fd072 00176 (v01 DELL    B10K    00000015 ASL  00000061)
[    0.000000] ACPI: SSDT 00000000d7e4dc00 015C4 (v01  INTEL PPM RCM  80000001 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000628000000
[    0.000000] Bootmem setup node 0 0000000000000000-0000000628000000
[    0.000000]   NODE_DATA [0000000000021000 - 000000000002bfff]
[    0.000000]   bootmap [0000000000100000 -  00000000001c4fff] pages c5
[    0.000000] (8 early reservations) ==> bootmem [0000000000 - 0628000000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0001000000 - 0001a32d4c]    TEXT DATA BSS ==> [0001000000 - 0001a32d4c]
[    0.000000]   #3 [0037890000 - 0037fef398]          RAMDISK ==> [0037890000 - 0037fef398]
[    0.000000]   #4 [000009dc00 - 0000100000]    BIOS reserved ==> [000009dc00 - 0000100000]
[    0.000000]   #5 [0001a33000 - 0001a33184]              BRK ==> [0001a33000 - 0001a33184]
[    0.000000]   #6 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
[    0.000000]   #7 [000000c000 - 0000021000]          PGTABLE ==> [000000c000 - 0000021000]
[    0.000000]  [ffffea0000000000-ffffea000f9fffff] PMD -> [ffff880028600000-ffff8800377fffff] on node 0
[    0.000000]  [ffffea000fa00000-ffffea00159fffff] PMD -> [ffff880038000000-ffff88003dffffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00628000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x00000001
[    0.000000]     0: 0x00000006 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x000d7df9
[    0.000000]     0: 0x00100000 -> 0x00628000
[    0.000000] On node 0 totalpages: 6290833
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 126 pages reserved
[    0.000000]   DMA zone: 3810 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 865841 pages, LIFO batch:31
[    0.000000]   Normal zone: 73920 pages used for memmap
[    0.000000]   Normal zone: 5332800 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x16] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec80000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec80000, GSI 24-47
[    0.000000] ACPI: IOAPIC (id[0x0a] address[0xfec88000] gsi_base[48])
[    0.000000] IOAPIC[2]: apic_id 10, version 32, address 0xfec88000, GSI 48-71
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] 32 Processors exceeds NR_CPUS limit of 8
[    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 72
[    0.000000] Allocating PCI resources starting at d8000000 (gap: d8000000:20000000)
[    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages at ffff880028035000, static data 104416 bytes
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 6202451
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31.4-ipipe-2.5.4 root=UUID=70377358-b8ed-4696-a5f2-d7d5ded856e9 ro xeno_nucleus.xenomai_gid=1002 quiet splash irqpoll
[    0.000000] Misrouted IRQ fixup and polling support enabled
[    0.000000] This may significantly impact system performance
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.000000] Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
[    0.000000] software IO TLB at phys 0x20000000 - 0x24000000
[    0.000000] Memory: 24731788k/25821184k available (5364k kernel code, 657852k absent, 431544k reserved, 2879k data, 868k init)
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:512
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 3325.437 MHz processor.
[    0.000027] I-pipe 2.4-09: pipeline enabled.
[    0.002006] Console: colour VGA+ 80x25
[    0.002007] console [tty0] enabled
[    0.055861] allocated 251658240 bytes of page_cgroup
[    0.055863] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.055974] hpet clockevent registered
[    0.055979] Calibrating delay loop (skipped), value calculated using timer frequency.. 6650.87 BogoMIPS (lpj=33254370)
[    0.055999] Security Framework initialized
[    0.056003] SELinux:  Disabled at boot.
[    0.057505] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.063017] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.065389] Mount-cache hash table entries: 256
[    0.065505] Initializing cgroup subsys ns
[    0.065507] Initializing cgroup subsys cpuacct
[    0.065509] Initializing cgroup subsys memory
[    0.065514] Initializing cgroup subsys devices
[    0.065515] Initializing cgroup subsys freezer
[    0.065517] Initializing cgroup subsys net_cls
[    0.065525] CPU: Physical Processor ID: 1
[    0.065526] CPU: Processor Core ID: 0
[    0.065528] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.065529] CPU: L2 cache: 256K
[    0.065530] CPU: L3 cache: 8192K
[    0.065531] CPU 0/0x10 -> Node 0
[    0.065534] mce: CPU supports 9 MCE banks
[    0.065544] CPU0: Thermal monitoring enabled (TM1)
[    0.065546] CPU 0 MCA banks CMCI:2 CMCI:3 CMCI:5 CMCI:6 SHD:8
[    0.065552] Performance Counters: Nehalem/Corei7 events, Intel PMU driver.
[    0.065556] ... version:                 3
[    0.065557] ... bit width:               48
[    0.065557] ... generic counters:        4
[    0.065558] ... value mask:              0000ffffffffffff
[    0.065559] ... max period:              000000007fffffff
[    0.065560] ... fixed-purpose counters:  3
[    0.065561] ... counter mask:            000000070000000f
[    0.065575] ACPI: Core revision 20090521
[    0.324994] Setting APIC routing to physical flat
[    0.325617] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.425325] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[    0.425325] ...trying to set up timer (IRQ0) through the 8259A ...
[    0.425326] ..... (found apic 0 pin 2) ...
[    0.525057] ....... works.
[    0.525058] CPU0: Intel(R) Xeon(R) CPU           W5590  @ 3.33GHz stepping 05
[    0.644233] Booting processor 1 APIC 0x12 ip 0x6000
[    0.654608] Initializing CPU#1
[    0.803636] Calibrating delay using timer specific routine.. 6649.87 BogoMIPS (lpj=33249362)
[    0.803642] CPU: Physical Processor ID: 1
[    0.803643] CPU: Processor Core ID: 1
[    0.803644] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.803645] CPU: L2 cache: 256K
[    0.803646] CPU: L3 cache: 8192K
[    0.803648] CPU 1/0x12 -> Node 0
[    0.803650] mce: CPU supports 9 MCE banks
[    0.803657] CPU1: Thermal monitoring enabled (TM1)
[    0.803659] CPU 1 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[    0.804251] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.804933] CPU1: Intel(R) Xeon(R) CPU           W5590  @ 3.33GHz stepping 05
[    0.804940] Skipping synchronization checks as TSC is reliable.
[    0.805013] Booting processor 2 APIC 0x14 ip 0x6000
[    0.815296] Initializing CPU#2
[    0.963129] Calibrating delay using timer specific routine.. 6649.86 BogoMIPS (lpj=33249309)
[    0.963134] CPU: Physical Processor ID: 1
[    0.963135] CPU: Processor Core ID: 2
[    0.963137] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.963138] CPU: L2 cache: 256K
[    0.963138] CPU: L3 cache: 8192K
[    0.963140] CPU 2/0x14 -> Node 0
[    0.963142] mce: CPU supports 9 MCE banks
[    0.963149] CPU2: Thermal monitoring enabled (TM1)
[    0.963151] CPU 2 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[    0.963744] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[    0.964405] CPU2: Intel(R) Xeon(R) CPU           W5590  @ 3.33GHz stepping 05
[    0.964413] Skipping synchronization checks as TSC is reliable.
[    0.964488] Booting processor 3 APIC 0x16 ip 0x6000
[    0.974770] Initializing CPU#3
[    1.122621] Calibrating delay using timer specific routine.. 6649.86 BogoMIPS (lpj=33249338)
[    1.122626] CPU: Physical Processor ID: 1
[    1.122627] CPU: Processor Core ID: 3
[    1.122629] CPU: L1 I cache: 32K, L1 D cache: 32K
[    1.122630] CPU: L2 cache: 256K
[    1.122631] CPU: L3 cache: 8192K
[    1.122632] CPU 3/0x16 -> Node 0
[    1.122634] mce: CPU supports 9 MCE banks
[    1.122641] CPU3: Thermal monitoring enabled (TM1)
[    1.122644] CPU 3 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[    1.123237] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[    1.123978] CPU3: Intel(R) Xeon(R) CPU           W5590  @ 3.33GHz stepping 05
[    1.123986] Skipping synchronization checks as TSC is reliable.
[    1.124062] Booting processor 4 APIC 0x0 ip 0x6000
[    1.134341] Initializing CPU#4
[    1.282113] Calibrating delay using timer specific routine.. 6649.92 BogoMIPS (lpj=33249622)
[    1.282119] CPU: Physical Processor ID: 0
[    1.282119] CPU: Processor Core ID: 0
[    1.282121] CPU: L1 I cache: 32K, L1 D cache: 32K
[    1.282122] CPU: L2 cache: 256K
[    1.282123] CPU: L3 cache: 8192K
[    1.282124] CPU 4/0x0 -> Node 0
[    1.282126] mce: CPU supports 9 MCE banks
[    1.282133] CPU4: Thermal monitoring enabled (TM1)
[    1.282136] CPU 4 MCA banks CMCI:2 CMCI:3 CMCI:5 CMCI:6 SHD:8
[    1.282704] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
[    1.283377] CPU4: Intel(R) Xeon(R) CPU           W5590  @ 3.33GHz stepping 05
[    1.283383] Skipping synchronization checks as TSC is reliable.
[    1.283423] Booting processor 5 APIC 0x2 ip 0x6000
[    1.293702] Initializing CPU#5
[    1.441606] Calibrating delay using timer specific routine.. 6649.89 BogoMIPS (lpj=33249481)
[    1.441611] CPU: Physical Processor ID: 0
[    1.441612] CPU: Processor Core ID: 1
[    1.441613] CPU: L1 I cache: 32K, L1 D cache: 32K
[    1.441614] CPU: L2 cache: 256K
[    1.441615] CPU: L3 cache: 8192K
[    1.441616] CPU 5/0x2 -> Node 0
[    1.441618] mce: CPU supports 9 MCE banks
[    1.441625] CPU5: Thermal monitoring enabled (TM1)
[    1.441628] CPU 5 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[    1.442198] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
[    1.442843] CPU5: Intel(R) Xeon(R) CPU           W5590  @ 3.33GHz stepping 05
[    1.442849] Skipping synchronization checks as TSC is reliable.
[    1.442889] Booting processor 6 APIC 0x4 ip 0x6000
[    1.453169] Initializing CPU#6
[    1.601098] Calibrating delay using timer specific routine.. 6649.88 BogoMIPS (lpj=33249429)
[    1.601103] CPU: Physical Processor ID: 0
[    1.601104] CPU: Processor Core ID: 2
[    1.601106] CPU: L1 I cache: 32K, L1 D cache: 32K
[    1.601107] CPU: L2 cache: 256K
[    1.601108] CPU: L3 cache: 8192K
[    1.601109] CPU 6/0x4 -> Node 0
[    1.601111] mce: CPU supports 9 MCE banks
[    1.601118] CPU6: Thermal monitoring enabled (TM1)
[    1.601120] CPU 6 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[    1.601690] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
[    1.602377] CPU6: Intel(R) Xeon(R) CPU           W5590  @ 3.33GHz stepping 05
[    1.602383] Skipping synchronization checks as TSC is reliable.
[    1.602419] Booting processor 7 APIC 0x6 ip 0x6000
[    1.612699] Initializing CPU#7
[    1.760590] Calibrating delay using timer specific routine.. 6649.92 BogoMIPS (lpj=33249614)
[    1.760596] CPU: Physical Processor ID: 0
[    1.760597] CPU: Processor Core ID: 3
[    1.760598] CPU: L1 I cache: 32K, L1 D cache: 32K
[    1.760599] CPU: L2 cache: 256K
[    1.760600] CPU: L3 cache: 8192K
[    1.760601] CPU 7/0x6 -> Node 0
[    1.760603] mce: CPU supports 9 MCE banks
[    1.760611] CPU7: Thermal monitoring enabled (TM1)
[    1.760613] CPU 7 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[    1.761181] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
[    1.761907] CPU7: Intel(R) Xeon(R) CPU           W5590  @ 3.33GHz stepping 05
[    1.761913] Skipping synchronization checks as TSC is reliable.
[    1.761916] Brought up 8 CPUs
[    1.761918] Total of 8 processors activated (53200.10 BogoMIPS).
[    1.761972] CPU0 attaching sched-domain:
[    1.761974]  domain 0: span 0-3 level MC
[    1.761975]   groups: 0 1 2 3
[    1.761978]   domain 1: span 0-7 level CPU
[    1.761980]    groups: 0-3 4-7
[    1.761983] CPU1 attaching sched-domain:
[    1.761984]  domain 0: span 0-3 level MC
[    1.761985]   groups: 1 2 3 0
[    1.761988]   domain 1: span 0-7 level CPU
[    1.761989]    groups: 0-3 4-7
[    1.761992] CPU2 attaching sched-domain:
[    1.761993]  domain 0: span 0-3 level MC
[    1.761994]   groups: 2 3 0 1
[    1.761996]   domain 1: span 0-7 level CPU
[    1.761998]    groups: 0-3 4-7
[    1.762000] CPU3 attaching sched-domain:
[    1.762001]  domain 0: span 0-3 level MC
[    1.762002]   groups: 3 0 1 2
[    1.762005]   domain 1: span 0-7 level CPU
[    1.762006]    groups: 0-3 4-7
[    1.762009] CPU4 attaching sched-domain:
[    1.762010]  domain 0: span 4-7 level MC
[    1.762011]   groups: 4 5 6 7
[    1.762014]   domain 1: span 0-7 level CPU
[    1.762015]    groups: 4-7 0-3
[    1.762017] CPU5 attaching sched-domain:
[    1.762018]  domain 0: span 4-7 level MC
[    1.762019]   groups: 5 6 7 4
[    1.762022]   domain 1: span 0-7 level CPU
[    1.762023]    groups: 4-7 0-3
[    1.762026] CPU6 attaching sched-domain:
[    1.762027]  domain 0: span 4-7 level MC
[    1.762028]   groups: 6 7 4 5
[    1.762031]   domain 1: span 0-7 level CPU
[    1.762032]    groups: 4-7 0-3
[    1.762035] CPU7 attaching sched-domain:
[    1.762036]  domain 0: span 4-7 level MC
[    1.762037]   groups: 7 4 5 6
[    1.762040]   domain 1: span 0-7 level CPU
[    1.762041]    groups: 4-7 0-3
[    1.762543] regulator: core version 0.5
[    1.762590] NET: Registered protocol family 16
[    1.762665] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    1.762667] ACPI: bus type pci registered
[    1.762704] PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
[    1.762705] PCI: MCFG area at f8000000 reserved in E820
[    1.763606] PCI: Using MMCONFIG at f8000000 - fbffffff
[    1.763607] PCI: Using configuration type 1 for base access
[    1.764149] bio: create slab <bio-0> at 0
[    1.764715] ACPI: EC: Look up EC in DSDT
[    1.841711] ACPI: BIOS _OSI(Linux) query ignored
[    1.860098] ACPI: Interpreter enabled
[    1.860100] ACPI: (supports S0 S5)
[    1.860105] ACPI: Using IOAPIC for interrupt routing
[    1.948913] ACPI: No dock devices found.
[    1.963192] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.963259] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.963261] pci 0000:00:00.0: PME# disabled
[    1.963316] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.963318] pci 0000:00:01.0: PME# disabled
[    1.963370] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    1.963373] pci 0000:00:03.0: PME# disabled
[    1.963426] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    1.963428] pci 0000:00:07.0: PME# disabled
[    1.963612] pci 0000:00:1a.0: reg 20 io port: [0x1f20-0x1f3f]
[    1.963676] pci 0000:00:1a.1: reg 20 io port: [0x1f00-0x1f1f]
[    1.963739] pci 0000:00:1a.2: reg 20 io port: [0x1c00-0x1c1f]
[    1.963807] pci 0000:00:1a.7: reg 10 32bit mmio: [0xf7ffe000-0xf7ffe3ff]
[    1.963858] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    1.963861] pci 0000:00:1a.7: PME# disabled
[    1.963915] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.963918] pci 0000:00:1c.0: PME# disabled
[    1.963974] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.963977] pci 0000:00:1c.5: PME# disabled
[    1.964026] pci 0000:00:1d.0: reg 20 io port: [0x1f80-0x1f9f]
[    1.964089] pci 0000:00:1d.1: reg 20 io port: [0x1f60-0x1f7f]
[    1.964153] pci 0000:00:1d.2: reg 20 io port: [0x1f40-0x1f5f]
[    1.964220] pci 0000:00:1d.7: reg 10 32bit mmio: [0xff980000-0xff9803ff]
[    1.964271] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.964274] pci 0000:00:1d.7: PME# disabled
[    1.964387] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    1.964390] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    1.964393] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
[    1.964395] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 00e0 (mask 0007)
[    1.964398] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0900 (mask 003f)
[    1.964456] pci 0000:00:1f.2: reg 10 io port: [0x1e00-0x1e07]
[    1.964461] pci 0000:00:1f.2: reg 14 io port: [0x1e10-0x1e13]
[    1.964465] pci 0000:00:1f.2: reg 18 io port: [0x1e20-0x1e27]
[    1.964470] pci 0000:00:1f.2: reg 1c io port: [0x1e30-0x1e33]
[    1.964474] pci 0000:00:1f.2: reg 20 io port: [0x1ec0-0x1edf]
[    1.964479] pci 0000:00:1f.2: reg 24 32bit mmio: [0xff970000-0xff9707ff]
[    1.964508] pci 0000:00:1f.2: PME# supported from D3hot
[    1.964510] pci 0000:00:1f.2: PME# disabled
[    1.964536] pci 0000:00:1f.3: reg 10 64bit mmio: [0xf7fff000-0xf7fff0ff]
[    1.964547] pci 0000:00:1f.3: reg 20 io port: [0xcce0-0xccff]
[    1.964622] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    1.964625] pci 0000:01:00.0: PME# disabled
[    1.964659] pci 0000:00:01.0: bridge 32bit mmio: [0xf3d00000-0xf3dfffff]
[    1.964682] pci 0000:02:00.0: reg 10 32bit mmio: [0xf3de0000-0xf3deffff]
[    1.964688] pci 0000:02:00.0: reg 14 32bit mmio: [0xf3df0000-0xf3dfffff]
[    1.964769] pci 0000:01:00.0: bridge 32bit mmio: [0xf3d00000-0xf3dfffff]
[    1.964803] pci 0000:03:00.0: reg 10 32bit mmio: [0xf6000000-0xf6ffffff]
[    1.964810] pci 0000:03:00.0: reg 14 64bit mmio: [0xe0000000-0xefffffff]
[    1.964818] pci 0000:03:00.0: reg 1c 64bit mmio: [0xf4000000-0xf5ffffff]
[    1.964822] pci 0000:03:00.0: reg 24 io port: [0xbc80-0xbcff]
[    1.964826] pci 0000:03:00.0: reg 30 32bit mmio: [0xf7e00000-0xf7e7ffff]
[    1.964871] pci 0000:00:03.0: bridge io port: [0xb000-0xbfff]
[    1.964873] pci 0000:00:03.0: bridge 32bit mmio: [0xf4000000-0xf7efffff]
[    1.964877] pci 0000:00:03.0: bridge 64bit mmio pref: [0xe0000000-0xefffffff]
[    1.964909] pci 0000:04:00.0: reg 10 32bit mmio: [0xf3e80000-0xf3e9ffff]
[    1.964914] pci 0000:04:00.0: reg 14 32bit mmio: [0xf3ea0000-0xf3ebffff]
[    1.964919] pci 0000:04:00.0: reg 18 io port: [0xacc0-0xacdf]
[    1.964937] pci 0000:04:00.0: reg 30 32bit mmio: [0xf3f00000-0xf3f1ffff]
[    1.964960] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    1.964963] pci 0000:04:00.0: PME# disabled
[    1.965001] pci 0000:04:00.1: reg 10 32bit mmio: [0xf3ec0000-0xf3edffff]
[    1.965006] pci 0000:04:00.1: reg 14 32bit mmio: [0xf3ee0000-0xf3efffff]
[    1.965011] pci 0000:04:00.1: reg 18 io port: [0xace0-0xacff]
[    1.965029] pci 0000:04:00.1: reg 30 32bit mmio: [0xf3f00000-0xf3f1ffff]
[    1.965052] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[    1.965055] pci 0000:04:00.1: PME# disabled
[    1.965089] pci 0000:00:07.0: bridge io port: [0xa000-0xafff]
[    1.965091] pci 0000:00:07.0: bridge 32bit mmio: [0xf3e00000-0xf3ffffff]
[    1.965127] pci 0000:05:00.0: reg 10 io port: [0x9c00-0x9cff]
[    1.965138] pci 0000:05:00.0: reg 14 64bit mmio: [0xf3bec000-0xf3beffff]
[    1.965149] pci 0000:05:00.0: reg 1c 64bit mmio: [0xf3bf0000-0xf3bfffff]
[    1.965161] pci 0000:05:00.0: reg 30 32bit mmio: [0xf3c00000-0xf3cfffff]
[    1.965189] pci 0000:05:00.0: supports D1 D2
[    1.965233] pci 0000:00:1c.0: bridge io port: [0x9000-0x9fff]
[    1.965236] pci 0000:00:1c.0: bridge 32bit mmio: [0xf3b00000-0xf3cfffff]
[    1.965316] pci 0000:06:00.0: reg 10 64bit mmio: [0xf3ae0000-0xf3aeffff]
[    1.965333] pci 0000:06:00.0: reg 18 64bit mmio: [0xf3af0000-0xf3afffff]
[    1.965411] pci 0000:06:00.0: PME# supported from D3hot D3cold
[    1.965417] pci 0000:06:00.0: PME# disabled
[    1.965466] pci 0000:00:1c.5: bridge 32bit mmio: [0xf3a00000-0xf3afffff]
[    1.965514] pci 0000:00:1e.0: transparent bridge
[    1.965544] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.966207] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    1.966493] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
[    1.966776] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI3._PRT]
[    1.967064] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI4._PRT]
[    1.967332] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI5._PRT]
[    1.967599] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI6._PRT]
[    2.894029] ACPI: PCI Root Bridge [PCI7] (0000:20)
[    2.894086] pci 0000:20:03.0: PME# supported from D0 D3hot D3cold
[    2.894088] pci 0000:20:03.0: PME# disabled
[    2.894133] pci 0000:20:07.0: PME# supported from D0 D3hot D3cold
[    2.894135] pci 0000:20:07.0: PME# disabled
[    2.894178] pci 0000:20:09.0: PME# supported from D0 D3hot D3cold
[    2.894180] pci 0000:20:09.0: PME# disabled
[    2.894329] pci 0000:22:00.0: reg 10 32bit mmio: [0xdfe80000-0xdfe9ffff]
[    2.894334] pci 0000:22:00.0: reg 14 32bit mmio: [0xdfea0000-0xdfebffff]
[    2.894339] pci 0000:22:00.0: reg 18 io port: [0xecc0-0xecdf]
[    2.894354] pci 0000:22:00.0: reg 30 32bit mmio: [0xdff00000-0xdff1ffff]
[    2.894375] pci 0000:22:00.0: PME# supported from D0 D3hot D3cold
[    2.894378] pci 0000:22:00.0: PME# disabled
[    2.894411] pci 0000:22:00.1: reg 10 32bit mmio: [0xdfec0000-0xdfedffff]
[    2.894416] pci 0000:22:00.1: reg 14 32bit mmio: [0xdfee0000-0xdfefffff]
[    2.894421] pci 0000:22:00.1: reg 18 io port: [0xece0-0xecff]
[    2.894437] pci 0000:22:00.1: reg 30 32bit mmio: [0xdff00000-0xdff1ffff]
[    2.894457] pci 0000:22:00.1: PME# supported from D0 D3hot D3cold
[    2.894460] pci 0000:22:00.1: PME# disabled
[    2.894488] pci 0000:20:03.0: bridge io port: [0xe000-0xefff]
[    2.894490] pci 0000:20:03.0: bridge 32bit mmio: [0xdfe00000-0xdfffffff]
[    2.894512] pci 0000:20:07.0: bridge 32bit mmio: [0xdfd00000-0xdfdfffff]
[    2.894549] pci 0000:24:00.0: reg 10 64bit mmio: [0xdfcff000-0xdfcff7ff]
[    2.894554] pci 0000:24:00.0: reg 18 io port: [0xdc00-0xdcff]
[    2.894593] pci 0000:24:00.0: supports D2
[    2.894594] pci 0000:24:00.0: PME# supported from D2 D3hot D3cold
[    2.894597] pci 0000:24:00.0: PME# disabled
[    2.894621] pci 0000:20:09.0: bridge io port: [0xd000-0xdfff]
[    2.894624] pci 0000:20:09.0: bridge 32bit mmio: [0xdfc00000-0xdfcfffff]
[    2.894637] ACPI: PCI Interrupt Routing Table [\_SB_.PCI7._PRT]
[    2.895226] ACPI: PCI Interrupt Routing Table [\_SB_.PCI7.PCI9._PRT]
[    2.895512] ACPI: PCI Interrupt Routing Table [\_SB_.PCI7.PCIA._PRT]
[    2.895794] ACPI: PCI Interrupt Routing Table [\_SB_.PCI7.PCIB._PRT]
[    2.997524] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    2.998305] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.999088] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 7 9 10 11 12 15)
[    2.999868] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    3.000656] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    3.001431] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    3.002214] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    3.002999] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    3.003270] SCSI subsystem initialized
[    3.003423] libata version 3.00 loaded.
[    3.003483] usbcore: registered new interface driver usbfs
[    3.003495] usbcore: registered new interface driver hub
[    3.003514] usbcore: registered new device driver usb
[    3.003599] PCI: Using ACPI for IRQ routing
[    3.026617] Bluetooth: Core ver 2.15
[    3.026650] NET: Registered protocol family 31
[    3.026652] Bluetooth: HCI device and connection manager initialized
[    3.026655] Bluetooth: HCI socket layer initialized
[    3.026657] NetLabel: Initializing
[    3.026659] NetLabel:  domain hash size = 128
[    3.026661] NetLabel:  protocols = UNLABELED CIPSOv4
[    3.026675] NetLabel:  unlabeled traffic allowed by default
[    3.026730] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    3.026733] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    3.036591] Switched to high resolution mode on CPU 0
[    3.037860] Switched to high resolution mode on CPU 1
[    3.037865] Switched to high resolution mode on CPU 2
[    3.037871] Switched to high resolution mode on CPU 3
[    3.044268] Switched to high resolution mode on CPU 7
[    3.044280] Switched to high resolution mode on CPU 5
[    3.044282] Switched to high resolution mode on CPU 4
[    3.044285] Switched to high resolution mode on CPU 6
[    3.066502] pnp: PnP ACPI init
[    3.066512] ACPI: bus type pnp registered
[    3.083463] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    3.083465] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    3.113453] pnp: PnP ACPI: found 8 devices
[    3.113455] ACPI: ACPI bus type pnp unregistered
[    3.113460] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    3.118048] pci 0000:04:00.1: BAR 6: address space collision on of device [0xf3f00000-0xf3f1ffff]
[    3.118053] pci 0000:22:00.1: BAR 6: address space collision on of device [0xdff00000-0xdff1ffff]
[    3.118107] pci 0000:01:00.0: PCI bridge, secondary bus 0000:02
[    3.118108] pci 0000:01:00.0:   IO window: disabled
[    3.118113] pci 0000:01:00.0:   MEM window: 0xf3d00000-0xf3dfffff
[    3.118115] pci 0000:01:00.0:   PREFETCH window: disabled
[    3.118118] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    3.118119] pci 0000:00:01.0:   IO window: disabled
[    3.118122] pci 0000:00:01.0:   MEM window: 0xf3d00000-0xf3dfffff
[    3.118125] pci 0000:00:01.0:   PREFETCH window: disabled
[    3.118127] pci 0000:00:03.0: PCI bridge, secondary bus 0000:03
[    3.118129] pci 0000:00:03.0:   IO window: 0xb000-0xbfff
[    3.118132] pci 0000:00:03.0:   MEM window: 0xf4000000-0xf7efffff
[    3.118135] pci 0000:00:03.0:   PREFETCH window: 0x000000e0000000-0x000000efffffff
[    3.118139] pci 0000:00:07.0: PCI bridge, secondary bus 0000:04
[    3.118141] pci 0000:00:07.0:   IO window: 0xa000-0xafff
[    3.118144] pci 0000:00:07.0:   MEM window: 0xf3e00000-0xf3ffffff
[    3.118147] pci 0000:00:07.0:   PREFETCH window: 0xd8000000-0xd80fffff
[    3.118149] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:05
[    3.118151] pci 0000:00:1c.0:   IO window: 0x9000-0x9fff
[    3.118155] pci 0000:00:1c.0:   MEM window: 0xf3b00000-0xf3cfffff
[    3.118158] pci 0000:00:1c.0:   PREFETCH window: disabled
[    3.118160] pci 0000:00:1c.5: PCI bridge, secondary bus 0000:06
[    3.118161] pci 0000:00:1c.5:   IO window: disabled
[    3.118165] pci 0000:00:1c.5:   MEM window: 0xf3a00000-0xf3afffff
[    3.118168] pci 0000:00:1c.5:   PREFETCH window: disabled
[    3.118170] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:07
[    3.118171] pci 0000:00:1e.0:   IO window: disabled
[    3.118175] pci 0000:00:1e.0:   MEM window: disabled
[    3.118177] pci 0000:00:1e.0:   PREFETCH window: disabled
[    3.118187] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.118190] pci 0000:00:01.0: setting latency timer to 64
[    3.118198] pci 0000:01:00.0: PCI INT A -> GSI 28 (level, low) -> IRQ 28
[    3.118201] pci 0000:01:00.0: setting latency timer to 64
[    3.118205] pci 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.118208] pci 0000:00:03.0: setting latency timer to 64
[    3.118212] pci 0000:00:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.118214] pci 0000:00:07.0: setting latency timer to 64
[    3.118219] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.118222] pci 0000:00:1c.0: setting latency timer to 64
[    3.118229] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    3.118231] pci 0000:00:1c.5: setting latency timer to 64
[    3.118236] pci 0000:00:1e.0: setting latency timer to 64
[    3.118241] pci 0000:20:03.0: PCI bridge, secondary bus 0000:22
[    3.118242] pci 0000:20:03.0:   IO window: 0xe000-0xefff
[    3.118245] pci 0000:20:03.0:   MEM window: 0xdfe00000-0xdfffffff
[    3.118248] pci 0000:20:03.0:   PREFETCH window: 0xd8100000-0xd81fffff
[    3.118250] pci 0000:20:07.0: PCI bridge, secondary bus 0000:23
[    3.118251] pci 0000:20:07.0:   IO window: disabled
[    3.118254] pci 0000:20:07.0:   MEM window: 0xdfd00000-0xdfdfffff
[    3.118256] pci 0000:20:07.0:   PREFETCH window: disabled
[    3.118258] pci 0000:20:09.0: PCI bridge, secondary bus 0000:24
[    3.118260] pci 0000:20:09.0:   IO window: 0xd000-0xdfff
[    3.118262] pci 0000:20:09.0:   MEM window: 0xdfc00000-0xdfcfffff
[    3.118264] pci 0000:20:09.0:   PREFETCH window: disabled
[    3.118269] pci 0000:20:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.118271] pci 0000:20:03.0: setting latency timer to 64
[    3.118275] pci 0000:20:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.118278] pci 0000:20:07.0: setting latency timer to 64
[    3.118282] pci 0000:20:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.118284] pci 0000:20:09.0: setting latency timer to 64
[    3.118286] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    3.118287] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[    3.118289] pci_bus 0000:01: resource 1 mem: [0xf3d00000-0xf3dfffff]
[    3.118290] pci_bus 0000:02: resource 1 mem: [0xf3d00000-0xf3dfffff]
[    3.118291] pci_bus 0000:03: resource 0 io:  [0xb000-0xbfff]
[    3.118292] pci_bus 0000:03: resource 1 mem: [0xf4000000-0xf7efffff]
[    3.118294] pci_bus 0000:03: resource 2 pref mem [0xe0000000-0xefffffff]
[    3.118295] pci_bus 0000:04: resource 0 io:  [0xa000-0xafff]
[    3.118296] pci_bus 0000:04: resource 1 mem: [0xf3e00000-0xf3ffffff]
[    3.118297] pci_bus 0000:04: resource 2 pref mem [0xd8000000-0xd80fffff]
[    3.118298] pci_bus 0000:05: resource 0 io:  [0x9000-0x9fff]
[    3.118300] pci_bus 0000:05: resource 1 mem: [0xf3b00000-0xf3cfffff]
[    3.118301] pci_bus 0000:06: resource 1 mem: [0xf3a00000-0xf3afffff]
[    3.118302] pci_bus 0000:07: resource 3 io:  [0x00-0xffff]
[    3.118303] pci_bus 0000:07: resource 4 mem: [0x000000-0xffffffffffffffff]
[    3.118305] pci_bus 0000:20: resource 0 io:  [0x00-0xffff]
[    3.118306] pci_bus 0000:20: resource 1 mem: [0x000000-0xffffffffffffffff]
[    3.118307] pci_bus 0000:22: resource 0 io:  [0xe000-0xefff]
[    3.118308] pci_bus 0000:22: resource 1 mem: [0xdfe00000-0xdfffffff]
[    3.118310] pci_bus 0000:22: resource 2 pref mem [0xd8100000-0xd81fffff]
[    3.118311] pci_bus 0000:23: resource 1 mem: [0xdfd00000-0xdfdfffff]
[    3.118312] pci_bus 0000:24: resource 0 io:  [0xd000-0xdfff]
[    3.118313] pci_bus 0000:24: resource 1 mem: [0xdfc00000-0xdfcfffff]
[    3.118331] NET: Registered protocol family 2
[    3.118579] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    3.119544] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    3.120876] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    3.121032] TCP: Hash tables configured (established 524288 bind 65536)
[    3.121034] TCP reno registered
[    3.121118] NET: Registered protocol family 1
[    3.121162] Trying to unpack rootfs image as initramfs...
[    3.219213] Freeing initrd memory: 7548k freed
[    3.220507] Simple Boot Flag at 0x7a set to 0x1
[    3.220845] Scanning for low memory corruption every 60 seconds
[    3.220921] audit: initializing netlink socket (disabled)
[    3.220930] type=2000 audit(1288303819.960:1): initialized
[    3.223277] I-pipe: Domain Xenomai registered.
[    3.223420] Xenomai: hal/x86_64 started.
[    3.223434] Xenomai: scheduling class idle registered.
[    3.223435] Xenomai: scheduling class rt registered.
[    3.223998] Xenomai: real-time nucleus v2.5.4 (Sleep Walk) loaded.
[    3.224634] Xenomai: SMI-enabled chipset found, but SMI workaround disabled
[    3.224635]          (check CONFIG_XENO_HW_SMI_WORKAROUND). You may encounter
[    3.224636]          high interrupt latencies!
[    3.224731] Xenomai: starting native API services.
[    3.224732] Xenomai: starting POSIX services.
[    3.224752] Xenomai: starting RTDM services.
[    3.226343] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    3.227275] VFS: Disk quotas dquot_6.5.2
[    3.227305] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.227689] fuse init (API version 7.12)
[    3.227746] msgmni has been set to 32768
[    3.228029] alg: No test for stdrng (krng)
[    3.228039] io scheduler noop registered
[    3.228040] io scheduler anticipatory registered
[    3.228041] io scheduler deadline registered
[    3.228067] io scheduler cfq registered (default)
[    3.228201] pci 0000:03:00.0: Boot video device
[    3.228307] pcieport-driver 0000:00:01.0: setting latency timer to 64
[    3.228407] pcieport-driver 0000:00:03.0: setting latency timer to 64
[    3.228499] pcieport-driver 0000:00:07.0: setting latency timer to 64
[    3.228576] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    3.228661] pcieport-driver 0000:00:1c.5: setting latency timer to 64
[    3.228795] pcieport-driver 0000:20:03.0: setting latency timer to 64
[    3.228881] pcieport-driver 0000:20:07.0: setting latency timer to 64
[    3.228959] pcieport-driver 0000:20:09.0: setting latency timer to 64
[    3.229012] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[    3.229016] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[    3.229019] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[    3.229023] aer 0000:20:03.0:pcie02: AER service couldn't init device: no _OSC support
[    3.229026] aer 0000:20:07.0:pcie02: AER service couldn't init device: no _OSC support
[    3.229028] aer 0000:20:09.0:pcie02: AER service couldn't init device: no _OSC support
[    3.229033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    3.229048] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    3.229111] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    3.229113] ACPI: Power Button [PWRF]
[    3.229144] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    3.229148] ACPI: Power Button [VBTN]
[    3.229966] Linux agpgart interface v0.103
[    3.229973] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.230598] brd: module loaded
[    3.230834] loop: module loaded
[    3.230878] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[    3.230936] ahci 0000:00:1f.2: version 3.0
[    3.230949] ahci 0000:00:1f.2: PCI INT C -> GSI 20 (level, low) -> IRQ 20
[    3.231021] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
[    3.231023] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pio ems 
[    3.231026] ahci 0000:00:1f.2: setting latency timer to 64
[    3.285922] scsi0 : ahci
[    3.285974] scsi1 : ahci
[    3.286027] scsi2 : ahci
[    3.286057] scsi3 : ahci
[    3.286091] scsi4 : ahci
[    3.286141] scsi5 : ahci
[    3.286160] ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 20
[    3.286162] ata2: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970180 irq 20
[    3.286164] ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 20
[    3.286165] ata4: DUMMY
[    3.286166] ata5: DUMMY
[    3.286167] ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 20
[    3.286612] Fixed MDIO Bus: probed
[    3.286628] PPP generic driver version 2.4.2
[    3.286669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.286708] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    3.286716] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    3.286719] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    3.286741] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    3.290618] ehci_hcd 0000:00:1a.7: debug port 1
[    3.290622] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    3.290631] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xf7ffe000
[    3.305777] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    3.305862] usb usb1: configuration #1 chosen from 1 choice
[    3.305880] hub 1-0:1.0: USB hub found
[    3.305887] hub 1-0:1.0: 6 ports detected
[    3.305950] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    3.305957] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    3.305960] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    3.305976] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    3.309873] ehci_hcd 0000:00:1d.7: debug port 1
[    3.309877] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    3.309886] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xff980000
[    3.325719] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    3.325795] usb usb2: configuration #1 chosen from 1 choice
[    3.325812] hub 2-0:1.0: USB hub found
[    3.325815] hub 2-0:1.0: 6 ports detected
[    3.325856] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.325864] uhci_hcd: USB Universal Host Controller Interface driver
[    3.325915] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.325921] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    3.325925] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    3.325949] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    3.325976] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001f20
[    3.326020] usb usb3: configuration #1 chosen from 1 choice
[    3.326035] hub 3-0:1.0: USB hub found
[    3.326039] hub 3-0:1.0: 2 ports detected
[    3.326085] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    3.326093] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    3.326097] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    3.326133] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    3.326160] uhci_hcd 0000:00:1a.1: irq 17, io base 0x00001f00
[    3.326200] usb usb4: configuration #1 chosen from 1 choice
[    3.326214] hub 4-0:1.0: USB hub found
[    3.326217] hub 4-0:1.0: 2 ports detected
[    3.326264] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    3.326268] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    3.326270] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    3.326288] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    3.326308] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00001c00
[    3.326348] usb usb5: configuration #1 chosen from 1 choice
[    3.326360] hub 5-0:1.0: USB hub found
[    3.326365] hub 5-0:1.0: 2 ports detected
[    3.326413] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    3.326417] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    3.326419] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    3.326435] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    3.326455] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001f80
[    3.326495] usb usb6: configuration #1 chosen from 1 choice
[    3.326507] hub 6-0:1.0: USB hub found
[    3.326510] hub 6-0:1.0: 2 ports detected
[    3.326558] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    3.326561] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    3.326564] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    3.326583] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    3.326603] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001f60
[    3.326643] usb usb7: configuration #1 chosen from 1 choice
[    3.326655] hub 7-0:1.0: USB hub found
[    3.326659] hub 7-0:1.0: 2 ports detected
[    3.326711] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    3.326718] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    3.326721] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    3.326748] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    3.326776] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001f40
[    3.326816] usb usb8: configuration #1 chosen from 1 choice
[    3.326830] hub 8-0:1.0: USB hub found
[    3.326835] hub 8-0:1.0: 2 ports detected
[    3.326884] PNP: No PS/2 controller found. Probing ports directly.
[    3.329312] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.329316] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.329358] mice: PS/2 mouse device common for all mice
[    3.329418] rtc_cmos 00:05: RTC can wake from S4
[    3.329437] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    3.329461] rtc0: alarms up to one day, 242 bytes nvram, hpet irqs
[    3.329520] device-mapper: uevent: version 1.0.3
[    3.329589] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    3.329718] device-mapper: multipath: version 1.1.0 loaded
[    3.329720] device-mapper: multipath round-robin: version 1.0.0 loaded
[    3.329772] cpuidle: using governor ladder
[    3.329774] cpuidle: using governor menu
[    3.329986] TCP cubic registered
[    3.330060] NET: Registered protocol family 10
[    3.330319] lo: Disabled Privacy Extensions
[    3.330479] NET: Registered protocol family 17
[    3.330489] Bluetooth: L2CAP ver 2.13
[    3.330489] Bluetooth: L2CAP socket layer initialized
[    3.330491] Bluetooth: SCO (Voice Link) ver 0.6
[    3.330492] Bluetooth: SCO socket layer initialized
[    3.330515] Bluetooth: RFCOMM TTY layer initialized
[    3.330516] Bluetooth: RFCOMM socket layer initialized
[    3.330517] Bluetooth: RFCOMM ver 1.11
[    3.330558] registered taskstats version 1
[    3.330691] rtc_cmos 00:05: setting system clock to 2010-10-28 22:10:20 UTC (1288303820)
[    3.330693] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    3.330694] EDD information not available.
[    3.627927] usb 1-2: new high speed USB device using ehci_hcd and address 2
[    3.637906] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.637925] ata2: SATA link down (SStatus 4 SControl 300)
[    3.637944] ata3: SATA link down (SStatus 4 SControl 300)
[    3.637961] ata6: SATA link down (SStatus 4 SControl 300)
[    3.638580] ata1.00: ATAPI: TSSTcorp DVD+/-RW TS-H653G, DW10, max UDMA/100, ATAPI AN
[    3.638593] ata1.00: applying bridge limits
[    3.639670] ata1.00: configured for UDMA/100
[    3.640817] scsi 0:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-H653G DW10 PQ: 0 ANSI: 5
[    3.642748] sr0: scsi3-mmc drive: 125x/125x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.642752] Uniform CD-ROM driver Revision: 3.20
[    3.642821] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    3.642850] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    3.642895] Freeing unused kernel memory: 868k freed
[    3.695998] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
[    3.696000] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[    3.696553] e1000e 0000:04:00.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[    3.696569] e1000e 0000:04:00.0: setting latency timer to 64
[    3.696636] 0000:04:00.0: 0000:04:00.0: Failed to initialize MSI interrupts.  Falling back to legacy interrupts.
[    3.700945] Fusion MPT base driver 3.04.10
[    3.700946] Copyright (c) 1999-2008 LSI Corporation
[    3.706846] Fusion MPT SAS Host driver 3.04.10
[    3.707616] mptsas 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.707681] mptbase: ioc0: Initiating bringup
[    3.710735] tg3.c:v3.99 (April 20, 2009)
[    3.710745] tg3 0000:06:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    3.710751] tg3 0000:06:00.0: setting latency timer to 64
[    3.717715] ohci1394 0000:24:00.0: PCI INT A -> GSI 56 (level, low) -> IRQ 56
[    3.717719] ohci1394 0000:24:00.0: setting latency timer to 64
[    3.734571] tg3 0000:06:00.0: PME# disabled
[    3.758782] eth0: Tigon3 [partno(BCM95761) rev 5761100] (PCI Express) MAC address b8:ac:6f:38:28:96
[    3.758785] eth0: attached PHY is 5761 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[    3.758786] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    3.758787] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    3.786354] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[56]  MMIO=[dfcff000-dfcff7ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    3.795277] usb 1-2: configuration #1 chosen from 1 choice
[    3.795439] hub 1-2:1.0: USB hub found
[    3.795591] hub 1-2:1.0: 2 ports detected
[    3.913936] usb 2-2: new high speed USB device using ehci_hcd and address 2
[    3.946606] 0000:04:00.0: eth1: (PCI Express:2.5GB/s:Width x4) 00:15:17:ea:49:56
[    3.946607] 0000:04:00.0: eth1: Intel(R) PRO/1000 Network Connection
[    3.946684] 0000:04:00.0: eth1: MAC: 0, PHY: 4, PBA No: d50868-004
[    3.946762] e1000e 0000:04:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
[    3.946777] e1000e 0000:04:00.1: setting latency timer to 64
[    3.946834] 0000:04:00.1: 0000:04:00.1: Failed to initialize MSI interrupts.  Falling back to legacy interrupts.
[    4.055492] usb 2-2: configuration #1 chosen from 1 choice
[    4.059356] Initializing USB Mass Storage driver...
[    4.059438] scsi6 : SCSI emulation for USB Mass Storage devices
[    4.059513] usb-storage: device found at 2
[    4.059516] usbcore: registered new interface driver usb-storage
[    4.059518] usb-storage: waiting for device to settle before scanning
[    4.059521] USB Mass Storage support registered.
[    4.133405] usb 1-2.1: new high speed USB device using ehci_hcd and address 3
[    4.175924] 0000:04:00.1: eth2: (PCI Express:2.5GB/s:Width x4) 00:15:17:ea:49:57
[    4.175925] 0000:04:00.1: eth2: Intel(R) PRO/1000 Network Connection
[    4.176002] 0000:04:00.1: eth2: MAC: 0, PHY: 4, PBA No: d50868-004
[    4.176120] e1000e 0000:22:00.0: PCI INT A -> GSI 48 (level, low) -> IRQ 48
[    4.176139] e1000e 0000:22:00.0: setting latency timer to 64
[    4.176203] 0000:22:00.0: 0000:22:00.0: Failed to initialize MSI interrupts.  Falling back to legacy interrupts.
[    4.243349] usb 1-2.1: configuration #1 chosen from 1 choice
[    4.243510] hub 1-2.1:1.0: USB hub found
[    4.243672] hub 1-2.1:1.0: 4 ports detected
[    4.322801] usb 1-2.2: new low speed USB device using ehci_hcd and address 4
[    4.415189] 0000:22:00.0: eth3: (PCI Express:2.5GB/s:Width x4) 00:15:17:ea:48:d6
[    4.415191] 0000:22:00.0: eth3: Intel(R) PRO/1000 Network Connection
[    4.415266] 0000:22:00.0: eth3: MAC: 0, PHY: 4, PBA No: d50868-004
[    4.415331] e1000e 0000:22:00.1: PCI INT B -> GSI 58 (level, low) -> IRQ 58
[    4.415345] e1000e 0000:22:00.1: setting latency timer to 64
[    4.415388] 0000:22:00.1: 0000:22:00.1: Failed to initialize MSI interrupts.  Falling back to legacy interrupts.
[    4.448205] usb 1-2.2: configuration #1 chosen from 1 choice
[    4.451627] usbcore: registered new interface driver hiddev
[    4.453254] input: Dell Dell USB Optical Mouse as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2.2/1-2.2:1.0/input/input3
[    4.453291] generic-usb 0003:413C:3012.0001: input,hidraw0: USB HID v1.11 Mouse [Dell Dell USB Optical Mouse] on usb-0000:00:1a.7-2.2/input0
[    4.453297] usbcore: registered new interface driver usbhid
[    4.453298] usbhid: v2.6:USB HID core driver
[    4.532146] usb 1-2.1.1: new high speed USB device using ehci_hcd and address 5
[    4.664450] 0000:22:00.1: eth4: (PCI Express:2.5GB/s:Width x4) 00:15:17:ea:48:d7
[    4.664452] 0000:22:00.1: eth4: Intel(R) PRO/1000 Network Connection
[    4.664527] 0000:22:00.1: eth4: MAC: 0, PHY: 4, PBA No: d50868-004
[    4.718477] usb 1-2.1.1: configuration #1 chosen from 1 choice
[    4.718663] scsi7 : SCSI emulation for USB Mass Storage devices
[    4.718716] usb-storage: device found at 5
[    4.718717] usb-storage: waiting for device to settle before scanning
[    4.801421] usb 1-2.1.2: new low speed USB device using ehci_hcd and address 6
[    4.926196] usb 1-2.1.2: configuration #1 chosen from 1 choice
[    4.928888] input: DELL Dell QuietKey Keyboard as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2.1/1-2.1.2/1-2.1.2:1.0/input/input4
[    4.928922] generic-usb 0003:413C:2106.0002: input,hidraw1: USB HID v1.10 Keyboard [DELL Dell QuietKey Keyboard] on usb-0000:00:1a.7-2.1.2/input0
[    5.116150] ieee1394: Node added: ID:BUS[0-00:1023]  GUID[00b09d010099a803]
[    5.116338] ieee1394: Host added: ID:BUS[0-01:1023]  GUID[0011066600000709]
[    5.269830] ioc0: LSISAS1068E B3: Capabilities={Initiator}
[    5.269843] mptsas 0000:05:00.0: setting latency timer to 64
[    9.038619] usb-storage: device scan complete
[    9.039114] scsi 6:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 0
[    9.039604] scsi 6:0:0:1: Direct-Access     Generic- Compact Flash    1.01 PQ: 0 ANSI: 0
[    9.040102] scsi 6:0:0:2: Direct-Access     Generic- SM/xD Picture    1.02 PQ: 0 ANSI: 0
[    9.040600] scsi 6:0:0:3: Direct-Access     Generic- MS/MS-Pro        1.03 PQ: 0 ANSI: 0
[    9.040960] sd 6:0:0:0: Attached scsi generic sg1 type 0
[    9.041003] sd 6:0:0:1: Attached scsi generic sg2 type 0
[    9.041056] sd 6:0:0:2: Attached scsi generic sg3 type 0
[    9.041096] sd 6:0:0:3: Attached scsi generic sg4 type 0
[    9.044575] sd 6:0:0:1: [sdb] Attached SCSI removable disk
[    9.045196] sd 6:0:0:2: [sdc] Attached SCSI removable disk
[    9.050806] sd 6:0:0:0: [sda] Attached SCSI removable disk
[    9.051431] sd 6:0:0:3: [sdd] Attached SCSI removable disk
[    9.702082] usb-storage: device scan complete
[    9.706064] scsi 7:0:0:0: Direct-Access     Generic  Flash HS-CF      4.44 PQ: 0 ANSI: 0
[    9.709176] scsi 7:0:0:1: Direct-Access     Generic  Flash HS-COMBO   4.44 PQ: 0 ANSI: 0
[    9.709540] sd 7:0:0:0: Attached scsi generic sg5 type 0
[    9.709589] sd 7:0:0:1: Attached scsi generic sg6 type 0
[    9.782183] sd 7:0:0:0: [sde] Attached SCSI removable disk
[    9.786045] sd 7:0:0:1: [sdf] Attached SCSI removable disk
[   22.411042] scsi8 : ioc0: LSISAS1068E B3, FwRev=00192f00h, Ports=1, MaxQ=266, IRQ=16
[   22.443457] mptsas: ioc0: attaching sata device: fw_channel 0, fw_id 0, phy 0, sas_addr 0x1221000000000000
[   22.445946] scsi 8:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-7 1D05 PQ: 0 ANSI: 5
[   22.447388] sd 8:0:0:0: Attached scsi generic sg7 type 0
[   22.448923] sd 8:0:0:0: [sdg] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[   22.457692] sd 8:0:0:0: [sdg] Write Protect is off
[   22.457695] sd 8:0:0:0: [sdg] Mode Sense: 73 00 00 08
[   22.459848] sd 8:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   22.470831]  sdg: sdg1 sdg2 < sdg5 >
[   22.523729] sd 8:0:0:0: [sdg] Attached SCSI disk
[   23.943906] EXT4-fs (sdg1): barriers enabled
[   23.963460] kjournald2 starting: pid 526, dev sdg1:8, commit interval 5 seconds
[   23.963464] EXT4-fs (sdg1): delayed allocation enabled
[   23.963467] EXT4-fs: file extents enabled
[   23.981134] EXT4-fs: mballoc enabled
[   23.981141] EXT4-fs (sdg1): mounted filesystem with ordered data mode
[   28.821004] Adding 19800072k swap on /dev/sdg5.  Priority:-1 extents:1 across:19800072k 
[   28.930047] EXT4-fs (sdg1): internal journal on sdg1:8
[   29.782699] udev: starting version 147
[   29.814323] udev: renamed network interface eth3 to eth1
[   29.819560] udev: renamed network interface eth2 to eth4
[   29.884714] ip_tables: (C) 2000-2006 Netfilter Core Team
[   29.944046] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   29.994775] lp: driver loaded but no devices found
[   29.999324] ADDRCONF(NETDEV_UP): eth4: link is not ready
[   30.168767] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   30.170175] udev: renamed network interface eth1_rename to eth3
[   30.170518] udev: renamed network interface eth4_rename to eth2
[   30.175085] tg3 0000:06:00.0: PME# disabled
[   30.266662] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   30.414984] ADDRCONF(NETDEV_UP): eth3: link is not ready
[   30.488437] nvidia: module license 'NVIDIA' taints kernel.
[   30.488440] Disabling lock debugging due to kernel taint
[   30.505225] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   30.507825] video1394: Installed video1394 module
[   30.529688] ieee1394: raw1394: /dev/raw1394 device initialized
[   30.667217] ADDRCONF(NETDEV_UP): eth2: link is not ready
[   30.740947] nvidia 0000:03:00.0: PCI INT A -> GSI 24 (level, low) -> IRQ 24
[   30.740958] nvidia 0000:03:00.0: setting latency timer to 64
[   30.741124] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  260.19.12  Fri Oct  8 11:17:08 PDT 2010
[   30.786027] drm: disagrees about version of symbol module_layout
[   30.877957] 0000:22:00.1: eth2: changing MTU from 1500 to 9000
[   31.374393] RT-Socket-CAN 0.90.2 - (C) 2006 RT-Socket-CAN Development Team
[   31.523128] RTCAN SJA1000 driver initialized
[   31.613459] e1000e: eth1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
[   31.613462] 0000:22:00.0: eth1: 10/100 speed: disabling TSO
[   31.614409] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   31.680730] PEAK-PCI-CAN: initializing device 001c:0001
[   31.680741] PEAK-PCI-CAN 0000:02:00.0: PCI INT A -> GSI 28 (level, low) -> IRQ 28
[   31.685767] PEAK-PCI-CAN: base_addr=ffffc90003070000 conf_addr=ffffc9000307e000 irq=28
[   31.685783] rtcan: registered rtcan0
[   31.685791] PEAK-PCI-CAN: base_addr=ffffc90003074400 conf_addr=ffffc9000307e000 irq=28
[   31.685802] rtcan: registered rtcan1
[   32.037940] sd 8:0:0:0: [sdg] Sense Key : Recovered Error [current] [descriptor]
[   32.037947] Descriptor sense data with sense descriptors (in hex):
[   32.037950]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
[   32.037962]         00 00 00 00 00 00 
[   32.037969] sd 8:0:0:0: [sdg] Add. Sense: ATA pass through information available
[   32.093564] sd 8:0:0:0: [sdg] Sense Key : Recovered Error [current] [descriptor]
[   32.093571] Descriptor sense data with sense descriptors (in hex):
[   32.093573]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
[   32.093585]         00 00 00 00 00 00 
[   32.093592] sd 8:0:0:0: [sdg] Add. Sense: ATA pass through information available
[   33.226432] usplash:489 freeing invalid memtype fffffffff5000000-fffffffff5e00000
[   33.406151] e1000e: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   33.407096] ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[   36.475995] ppdev: user-space parallel port driver
[   37.311157] sd 8:0:0:0: [sdg] Sense Key : Recovered Error [current] [descriptor]
[   37.311165] Descriptor sense data with sense descriptors (in hex):
[   37.311167]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
[   37.311180]         00 00 00 00 00 00 
[   37.311186] sd 8:0:0:0: [sdg] Add. Sense: ATA pass through information available
[   37.337906] CPU0 attaching NULL sched-domain.
[   37.337908] CPU1 attaching NULL sched-domain.
[   37.337910] CPU2 attaching NULL sched-domain.
[   37.337911] CPU3 attaching NULL sched-domain.
[   37.337912] CPU4 attaching NULL sched-domain.
[   37.337913] CPU5 attaching NULL sched-domain.
[   37.337915] CPU6 attaching NULL sched-domain.
[   37.337916] CPU7 attaching NULL sched-domain.
[   37.412607] CPU0 attaching sched-domain:
[   37.412610]  domain 0: span 0-3 level MC
[   37.412612]   groups: 0 1 2 3
[   37.412615]   domain 1: span 0-7 level CPU
[   37.412616]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   37.412621] CPU1 attaching sched-domain:
[   37.412622]  domain 0: span 0-3 level MC
[   37.412623]   groups: 1 2 3 0
[   37.412625]   domain 1: span 0-7 level CPU
[   37.412627]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   37.412630] CPU2 attaching sched-domain:
[   37.412631]  domain 0: span 0-3 level MC
[   37.412632]   groups: 2 3 0 1
[   37.412635]   domain 1: span 0-7 level CPU
[   37.412636]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   37.412639] CPU3 attaching sched-domain:
[   37.412640]  domain 0: span 0-3 level MC
[   37.412642]   groups: 3 0 1 2
[   37.412644]   domain 1: span 0-7 level CPU
[   37.412645]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   37.412649] CPU4 attaching sched-domain:
[   37.412650]  domain 0: span 4-7 level MC
[   37.412651]   groups: 4 5 6 7
[   37.412653]   domain 1: span 0-7 level CPU
[   37.412655]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   37.412658] CPU5 attaching sched-domain:
[   37.412659]  domain 0: span 4-7 level MC
[   37.412660]   groups: 5 6 7 4
[   37.412663]   domain 1: span 0-7 level CPU
[   37.412664]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   37.412667] CPU6 attaching sched-domain:
[   37.412668]  domain 0: span 4-7 level MC
[   37.412669]   groups: 6 7 4 5
[   37.412672]   domain 1: span 0-7 level CPU
[   37.412673]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   37.412677] CPU7 attaching sched-domain:
[   37.412678]  domain 0: span 4-7 level MC
[   37.412679]   groups: 7 4 5 6
[   37.412681]   domain 1: span 0-7 level CPU
[   37.412683]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   37.413213] CPU0 attaching NULL sched-domain.
[   37.413215] CPU1 attaching NULL sched-domain.
[   37.413216] CPU2 attaching NULL sched-domain.
[   37.413217] CPU3 attaching NULL sched-domain.
[   37.413218] CPU4 attaching NULL sched-domain.
[   37.413219] CPU5 attaching NULL sched-domain.
[   37.413220] CPU6 attaching NULL sched-domain.
[   37.413221] CPU7 attaching NULL sched-domain.
[   37.532200] CPU0 attaching sched-domain:
[   37.532205]  domain 0: span 0-3 level MC
[   37.532207]   groups: 0 1 2 3
[   37.532209]   domain 1: span 0-7 level CPU
[   37.532211]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   37.532214] CPU1 attaching sched-domain:
[   37.532215]  domain 0: span 0-3 level MC
[   37.532217]   groups: 1 2 3 0
[   37.532219]   domain 1: span 0-7 level CPU
[   37.532221]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   37.532224] CPU2 attaching sched-domain:
[   37.532225]  domain 0: span 0-3 level MC
[   37.532226]   groups: 2 3 0 1
[   37.532229]   domain 1: span 0-7 level CPU
[   37.532230]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   37.532233] CPU3 attaching sched-domain:
[   37.532234]  domain 0: span 0-3 level MC
[   37.532235]   groups: 3 0 1 2
[   37.532238]   domain 1: span 0-7 level CPU
[   37.532239]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   37.532242] CPU4 attaching sched-domain:
[   37.532243]  domain 0: span 4-7 level MC
[   37.532244]   groups: 4 5 6 7
[   37.532247]   domain 1: span 0-7 level CPU
[   37.532248]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   37.532251] CPU5 attaching sched-domain:
[   37.532252]  domain 0: span 4-7 level MC
[   37.532253]   groups: 5 6 7 4
[   37.532256]   domain 1: span 0-7 level CPU
[   37.532257]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   37.532260] CPU6 attaching sched-domain:
[   37.532261]  domain 0: span 4-7 level MC
[   37.532262]   groups: 6 7 4 5
[   37.532265]   domain 1: span 0-7 level CPU
[   37.532266]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   37.532270] CPU7 attaching sched-domain:
[   37.532271]  domain 0: span 4-7 level MC
[   37.532272]   groups: 7 4 5 6
[   37.532274]   domain 1: span 0-7 level CPU
[   37.532275]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   40.118359] sd 8:0:0:0: [sdg] Sense Key : Recovered Error [current] [descriptor]
[   40.118364] Descriptor sense data with sense descriptors (in hex):
[   40.118366]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
[   40.118371]         00 00 00 00 00 00 
[   40.118374] sd 8:0:0:0: [sdg] Add. Sense: ATA pass through information available
[   40.122655] CPU0 attaching NULL sched-domain.
[   40.122659] CPU1 attaching NULL sched-domain.
[   40.122661] CPU2 attaching NULL sched-domain.
[   40.122662] CPU3 attaching NULL sched-domain.
[   40.122663] CPU4 attaching NULL sched-domain.
[   40.122665] CPU5 attaching NULL sched-domain.
[   40.122666] CPU6 attaching NULL sched-domain.
[   40.122667] CPU7 attaching NULL sched-domain.
[   40.206591] CPU0 attaching sched-domain:
[   40.206593]  domain 0: span 0-3 level MC
[   40.206594]   groups: 0 1 2 3
[   40.206597]   domain 1: span 0-7 level CPU
[   40.206598]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   40.206602] CPU1 attaching sched-domain:
[   40.206603]  domain 0: span 0-3 level MC
[   40.206604]   groups: 1 2 3 0
[   40.206607]   domain 1: span 0-7 level CPU
[   40.206608]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   40.206611] CPU2 attaching sched-domain:
[   40.206612]  domain 0: span 0-3 level MC
[   40.206614]   groups: 2 3 0 1
[   40.206616]   domain 1: span 0-7 level CPU
[   40.206617]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   40.206621] CPU3 attaching sched-domain:
[   40.206622]  domain 0: span 0-3 level MC
[   40.206623]   groups: 3 0 1 2
[   40.206626]   domain 1: span 0-7 level CPU
[   40.206627]    groups: 0-3 (__cpu_power = 4096) 4-7 (__cpu_power = 4096)
[   40.206630] CPU4 attaching sched-domain:
[   40.206631]  domain 0: span 4-7 level MC
[   40.206632]   groups: 4 5 6 7
[   40.206635]   domain 1: span 0-7 level CPU
[   40.206636]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   40.206639] CPU5 attaching sched-domain:
[   40.206640]  domain 0: span 4-7 level MC
[   40.206641]   groups: 5 6 7 4
[   40.206644]   domain 1: span 0-7 level CPU
[   40.206645]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   40.206648] CPU6 attaching sched-domain:
[   40.206649]  domain 0: span 4-7 level MC
[   40.206650]   groups: 6 7 4 5
[   40.206653]   domain 1: span 0-7 level CPU
[   40.206654]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   40.206657] CPU7 attaching sched-domain:
[   40.206658]  domain 0: span 4-7 level MC
[   40.206659]   groups: 7 4 5 6
[   40.206662]   domain 1: span 0-7 level CPU
[   40.206663]    groups: 4-7 (__cpu_power = 4096) 0-3 (__cpu_power = 4096)
[   40.207156] CPU0 attaching NULL sched-domain.
[   40.207158] CPU1 attaching NULL sched-domain.
[   40.207159] CPU2 attaching NULL sched-domain.
[   40.207160] CPU3 attaching NULL sched-domain.
[   40.207161] CPU4 attaching NULL sched-domain.
[   40.207162] CPU5 attaching NULL sched-domain.
[   40.207163] CPU6 attaching NULL sched-domain.
[   40.207164] CPU7 attaching NULL sched-domain.
[   40.326191] CPU0 attaching sched-domain:
[   40.326193]  domain 0: span 0-3 level MC
[   40.326196]   groups: 0 1 2 3
[   40.326204]   domain 1: span 0-7 level CPU
[   40.326205]    groups: 0-3 4-7
[   40.326208] CPU1 attaching sched-domain:
[   40.326209]  domain 0: span 0-3 level MC
[   40.326210]   groups: 1 2 3 0
[   40.326213]   domain 1: span 0-7 level CPU
[   40.326214]    groups: 0-3 4-7
[   40.326217] CPU2 attaching sched-domain:
[   40.326218]  domain 0: span 0-3 level MC
[   40.326219]   groups: 2 3 0 1
[   40.326221]   domain 1: span 0-7 level CPU
[   40.326223]    groups: 0-3 4-7
[   40.326225] CPU3 attaching sched-domain:
[   40.326226]  domain 0: span 0-3 level MC
[   40.326227]   groups: 3 0 1 2
[   40.326230]   domain 1: span 0-7 level CPU
[   40.326231]    groups: 0-3 4-7
[   40.326233] CPU4 attaching sched-domain:
[   40.326234]  domain 0: span 4-7 level MC
[   40.326235]   groups: 4 5 6 7
[   40.326238]   domain 1: span 0-7 level CPU
[   40.326239]    groups: 4-7 0-3
[   40.326241] CPU5 attaching sched-domain:
[   40.326242]  domain 0: span 4-7 level MC
[   40.326243]   groups: 5 6 7 4
[   40.326246]   domain 1: span 0-7 level CPU
[   40.326247]    groups: 4-7 0-3
[   40.326249] CPU6 attaching sched-domain:
[   40.326250]  domain 0: span 4-7 level MC
[   40.326252]   groups: 6 7 4 5
[   40.326254]   domain 1: span 0-7 level CPU
[   40.326255]    groups: 4-7 0-3
[   40.326258] CPU7 attaching sched-domain:
[   40.326259]  domain 0: span 4-7 level MC
[   40.326260]   groups: 7 4 5 6
[   40.326262]   domain 1: span 0-7 level CPU
[   40.326263]    groups: 4-7 0-3
[   41.691968] eth1: no IPv6 routers present
[   44.122081] eth2: no IPv6 routers present
[   47.781824] tg3: eth0: Link is up at 100 Mbps, full duplex.
[   47.781826] tg3: eth0: Flow control is on for TX and on for RX.
[   47.782749] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   62.069499] RPC: Registered udp transport module.
[   62.069501] RPC: Registered tcp transport module.
[   62.142134] svc: failed to register lockdv1 RPC service (errno 97).
[   64.632082] sd 8:0:0:0: [sdg] Sense Key : Recovered Error [current] [descriptor]
[   64.632089] Descriptor sense data with sense descriptors (in hex):
[   64.632092]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
[   64.632104]         00 00 00 00 00 00 
[   64.632111] sd 8:0:0:0: [sdg] Add. Sense: ATA pass through information available
[   64.659495] sd 8:0:0:0: [sdg] Sense Key : Recovered Error [current] [descriptor]
[   64.659499] Descriptor sense data with sense descriptors (in hex):
[   64.659500]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
[   64.659506]         00 00 00 00 00 00 
[   64.659509] sd 8:0:0:0: [sdg] Add. Sense: ATA pass through information available
[   64.672708] sd 8:0:0:0: [sdg] Sense Key : Recovered Error [current] [descriptor]
[   64.672712] Descriptor sense data with sense descriptors (in hex):
[   64.672713]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 ff 00 00 
[   64.672719]         00 00 00 00 00 50 
[   64.672722] sd 8:0:0:0: [sdg] Add. Sense: ATA pass through information available
[   64.710144] sd 8:0:0:0: [sdg] Sense Key : Recovered Error [current] [descriptor]
[   64.710150] Descriptor sense data with sense descriptors (in hex):
[   64.710153]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
[   64.710165]         00 00 00 00 00 00 
[   64.710172] sd 8:0:0:0: [sdg] Add. Sense: ATA pass through information available
[   64.824586] sd 8:0:0:0: [sdg] Sense Key : Recovered Error [current] [descriptor]
[   64.824593] Descriptor sense data with sense descriptors (in hex):
[   64.824596]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
[   64.824608]         00 4f 00 c2 00 50 
[   64.824615] sd 8:0:0:0: [sdg] Add. Sense: ATA pass through information available
[   68.772279] UDF-fs: No VRS found
[   68.772283] UDF-fs: No partition found (1)
[   68.856702] ISO 9660 Extensions: RRIP_1991A

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-28 23:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.12801.1288293682.12503.xenomai@xenomai.org>
2010-10-28 23:30 ` [Xenomai-help] Xenomai-help Digest, Vol 61, Issue 58 Peter Pastor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.