On Mon, Nov 16, 2009 at 12:43 PM, Patrick Keller <patrick.keller@xxxxxx> wrote: > I'm seeing some breakage in the hotplug code that I was testing on a > system here. When removing a root port and rescanning for new devices > the port and all children are unable to allocate any mem resources. > > I've bisected the problem down to patch: > [28760489a3f1e136c5ae8581c0fa8f63511f2f4c] PCI: pcie: Ensure hotplug > ports have a minimum number of resources > > The breakage signature is below, along with an lspci -vv output Is that the lspci before or after the hotplug? What do things look like in the good case? > dl580g5:~# echo 1 > /sys/bus/pci/devices/0000:0b:00.0/remove > [ 52.078685] qla2xxx 0000:13:00.0: PCI INT A disabled > [ 52.086074] qla2xxx 0000:13:00.1: PCI INT B disabled > [ 52.093194] pcieport-driver 0000:0c:00.0: PCI INT A disabled > [ 52.097160] pcieport-driver 0000:0c:01.0: PCI INT A disabled > [ 52.105835] pcieport-driver 0000:0c:09.0: PCI INT A disabled > [ 52.108942] pcieport-driver 0000:0b:00.0: PCI INT A disabled > dl580g5:~# echo 1 > /sys/bus/pci/rescan > [ 60.433761] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold > [ 60.438492] pci 0000:0b:00.0: PME# disabled > [ 60.443614] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold > [ 60.452152] pci 0000:0c:00.0: PME# disabled > [ 60.459324] pci 0000:0c:01.0: PME# supported from D0 D3hot D3cold > [ 60.466196] pci 0000:0c:01.0: PME# disabled > [ 60.469791] pci 0000:0c:09.0: PME# supported from D0 D3hot D3cold > [ 60.475467] pci 0000:0c:09.0: PME# disabled > [ 60.481211] pcieport-driver 0000:17:00.0: BAR 8: can't allocate mem > resource [0xfe000000-0xfdffffff] > [ 60.486438] pcieport-driver 0000:18:01.0: BAR 8: can't allocate mem > resource [0x100000-0x4fffff] > [ 60.492554] pcieport-driver 0000:18:08.0: BAR 8: can't allocate mem > resource [0x100000-0x4fffff] > [ 60.498928] pcieport-driver 0000:18:09.0: BAR 8: can't allocate mem > resource [0x100000-0x4fffff] > [ 60.505749] pci 0000:0b:00.0: BAR 8: can't allocate mem resource > [0xfdd00000-0xfdefffff] > [ 60.511608] pci 0000:0b:00.0: BAR 7: can't allocate I/O resource > [0x5000-0x5fff] > [ 60.515337] pci 0000:0c:00.0: BAR 8: can't allocate mem resource > [0x100000-0x1fffff] > [ 60.522030] pci 0000:0c:01.0: BAR 8: can't allocate mem resource > [0x100000-0x2fffff] > [ 60.527686] pci 0000:0c:09.0: BAR 8: can't allocate mem resource > [0x100000-0x2fffff] > [ 60.531453] pci 0000:0c:00.0: BAR 7: can't allocate I/O resource > [0x1000-0x1fff] > [ 60.546448] pci 0000:0c:01.0: BAR 7: can't allocate I/O resource > [0x1000-0x1fff] > [ 60.551934] pci 0000:0c:09.0: BAR 7: can't allocate I/O resource > [0x1000-0x1fff] > [ 60.564610] pci 0000:13:00.0: BAR 1: can't allocate mem resource > [0xfdef0000-0xfdef3fff] > [ 60.569948] pci 0000:13:00.1: BAR 1: can't allocate mem resource > [0xfdee0000-0xfdee3fff] > [ 60.578430] pci 0000:13:00.0: BAR 0: can't allocate I/O resource > [0x5000-0x50ff] > [ 60.591485] pci 0000:13:00.1: BAR 0: can't allocate I/O resource > [0x5400-0x54ff] > [ 60.596247] pci 0000:0c:00.0: PCI bridge, secondary bus 0000:13 > [ 60.599421] pci 0000:0c:00.0: IO window: disabled > [ 60.601927] pci 0000:0c:00.0: MEM window: disabled > [ 60.606043] pci 0000:0c:00.0: PREFETCH window: > 0xd0800000-0xd08fffff > [ 60.613557] pci 0000:0c:01.0: PCI bridge, secondary bus 0000:10 > [ 60.617539] pci 0000:0c:01.0: IO window: disabled > [ 60.621011] pci 0000:0c:01.0: MEM window: disabled > [ 60.624132] pci 0000:0c:01.0: PREFETCH window: > 0x000000d0900000-0x000000d0afffff > [ 60.628719] pci 0000:0c:09.0: PCI bridge, secondary bus 0000:0d > [ 60.635274] pci 0000:0c:09.0: IO window: disabled > [ 60.637744] pci 0000:0c:09.0: MEM window: disabled > [ 60.645612] pci 0000:0c:09.0: PREFETCH window: > 0x000000d0b00000-0x000000d0cfffff > [ 60.653157] pci 0000:0b:00.0: PCI bridge, secondary bus 0000:0c > [ 60.659374] pci 0000:0b:00.0: IO window: disabled > [ 60.662084] pci 0000:0b:00.0: MEM window: disabled > [ 60.665175] pci 0000:0b:00.0: PREFETCH window: > 0xd0800000-0xd0cfffff > [ 60.670665] pci 0000:0b:00.0: PCI INT A -> GSI 28 (level, low) -> IRQ > 28 > [ 60.676783] pci 0000:0c:00.0: PCI INT A -> GSI 28 (level, low) -> IRQ > 28 > [ 60.681139] pci 0000:0c:01.0: PCI INT A -> GSI 29 (level, low) -> IRQ > 29 > [ 60.686382] pci 0000:0c:09.0: PCI INT A -> GSI 29 (level, low) -> IRQ > 29 > [ 60.692158] qla2xxx 0000:13:00.0: PCI INT A -> GSI 28 (level, low) -> > IRQ 28 > [ 60.698829] qla2xxx 0000:13:00.0: region #1 not an MMIO resource > (0000:13:00.0), aborting > [ 60.704788] qla2xxx 0000:13:00.0: PCI INT A disabled > [ 60.708125] qla2xxx: probe of 0000:13:00.0 failed with error -12 > [ 60.716643] qla2xxx 0000:13:00.1: PCI INT B -> GSI 29 (level, low) -> > IRQ 29 > [ 60.722056] qla2xxx 0000:13:00.1: region #1 not an MMIO resource > (0000:13:00.1), aborting > [ 60.729427] qla2xxx 0000:13:00.1: PCI INT B disabled > [ 60.732098] qla2xxx: probe of 0000:13:00.1 failed with error -12 > > > 00:00.0 Host bridge: Intel Corporation 7300 Chipset Memory Controller > Hub (rev 01) > Subsystem: Hewlett-Packard Company Device 31f2 > 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 > 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: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 > Enable- > Address: fee00000 Data: 0000 > Capabilities: [6c] Express (v1) Root Port (Slot-), MSI 00 > DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 > unlimited > ExtTag- RBE+ FLReset- > DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- > RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ > MaxPayload 256 bytes, MaxReadReq 4096 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 > unlimited, L1 unlimited > 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: [100] Advanced Error Reporting <?> > > 00:01.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 1 > (rev 01) (prog-if 00 [Normal decode]) > 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=0a, sec-latency=0 > Memory behind bridge: f7f00000-fbffffff > Prefetchable memory behind bridge: 00000000d0000000-00000000d01fffff > 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: [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: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 > Enable+ > Address: fee00000 Data: 4081 > Capabilities: [6c] Express (v1) Root Port (Slot-), MSI 00 > DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 > unlimited > ExtTag- 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 #1, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 > unlimited, L1 unlimited > 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: [f0] Subsystem: Intel Corporation Device 0000 > Capabilities: [100] Advanced Error Reporting <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 00:02.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 2 > (rev 01) (prog-if 00 [Normal decode]) > 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=29, subordinate=29, sec-latency=0 > 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: [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: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 > Enable+ > Address: fee00000 Data: 4089 > Capabilities: [6c] Express (v1) Root Port (Slot-), MSI 00 > DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 > unlimited > ExtTag- RBE+ FLReset- > DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- > RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ > MaxPayload 256 bytes, MaxReadReq 4096 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > LnkCap: Port #2, Speed 2.5GT/s, Width x8, ASPM L0s, Latency L0 > unlimited, L1 unlimited > 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: [f0] Subsystem: Intel Corporation Device 0000 > Capabilities: [100] Advanced Error Reporting <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 00:03.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 3 > (rev 01) (prog-if 00 [Normal decode]) > 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=2a, subordinate=2a, sec-latency=0 > 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: [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: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 > Enable+ > Address: fee00000 Data: 4091 > Capabilities: [6c] Express (v1) Root Port (Slot-), MSI 00 > DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 > unlimited > ExtTag- RBE+ FLReset- > DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- > RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ > MaxPayload 256 bytes, MaxReadReq 4096 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > LnkCap: Port #3, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 > unlimited, L1 unlimited > 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- > RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna+ > CRSVisible- > RootCap: CRSVisible- > RootSta: PME ReqID 0000, PMEStatus- PMEPending- > Capabilities: [f0] Subsystem: Intel Corporation Device 0000 > Capabilities: [100] Advanced Error Reporting <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 00:04.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 4 > (rev 01) (prog-if 00 [Normal decode]) > 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=17, subordinate=27, sec-latency=0 > I/O behind bridge: 00006000-00008fff > Memory behind bridge: fdf00000-fdffffff > Prefetchable memory behind bridge: 00000000d0200000-00000000d07fffff > 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: [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: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 > Enable+ > Address: fee00000 Data: 4099 > Capabilities: [6c] Express (v1) Root Port (Slot-), MSI 00 > DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 > unlimited > ExtTag- RBE+ FLReset- > DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- > RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ > MaxPayload 256 bytes, MaxReadReq 4096 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > LnkCap: Port #4, Speed 2.5GT/s, Width x8, ASPM L0s, Latency L0 > unlimited, L1 unlimited > ClockPM- Suprise+ LLActRep+ BwNot- > LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- > ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- > LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ > BWMgmt- ABWMgmt- > RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna+ > CRSVisible- > RootCap: CRSVisible- > RootSta: PME ReqID 0000, PMEStatus- PMEPending- > Capabilities: [f0] Subsystem: Intel Corporation Device 0000 > Capabilities: [100] Advanced Error Reporting <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 00:05.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 5 > (rev 01) (prog-if 00 [Normal decode]) > 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=28, subordinate=28, sec-latency=0 > 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: [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: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 > Enable+ > Address: fee00000 Data: 40a1 > Capabilities: [6c] Express (v1) Root Port (Slot-), MSI 00 > DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 > unlimited > ExtTag- RBE+ FLReset- > DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- > RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ > MaxPayload 256 bytes, MaxReadReq 4096 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > LnkCap: Port #5, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 > unlimited, L1 unlimited > 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- > RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna+ > CRSVisible- > RootCap: CRSVisible- > RootSta: PME ReqID 0000, PMEStatus- PMEPending- > Capabilities: [f0] Subsystem: Intel Corporation Device 0000 > Capabilities: [100] Advanced Error Reporting <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 00:06.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 6 > (rev 01) (prog-if 00 [Normal decode]) > 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=0b, subordinate=15, sec-latency=0 > I/O behind bridge: 00005000-00005fff > Memory behind bridge: fdd00000-fdefffff > Prefetchable memory behind bridge: 00000000d0800000-00000000d0cfffff > 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: [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: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 > Enable+ > Address: fee00000 Data: 40a9 > Capabilities: [6c] Express (v1) Root Port (Slot-), MSI 00 > DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 > unlimited > ExtTag- RBE+ FLReset- > DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- > RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ > MaxPayload 256 bytes, MaxReadReq 4096 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > LnkCap: Port #6, Speed 2.5GT/s, Width x8, ASPM L0s, Latency L0 > unlimited, L1 unlimited > ClockPM- Suprise+ LLActRep+ BwNot- > LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- > ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- > LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ > BWMgmt- ABWMgmt- > RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna+ > CRSVisible- > RootCap: CRSVisible- > RootSta: PME ReqID 0000, PMEStatus- PMEPending- > Capabilities: [f0] Subsystem: Intel Corporation Device 0000 > Capabilities: [100] Advanced Error Reporting <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 00:07.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 7 > (rev 01) (prog-if 00 [Normal decode]) > 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=16, subordinate=16, sec-latency=0 > 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: [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: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 > Enable+ > Address: fee00000 Data: 40b1 > Capabilities: [6c] Express (v1) Root Port (Slot-), MSI 00 > DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 > unlimited > ExtTag- RBE+ FLReset- > DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- > RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ > MaxPayload 256 bytes, MaxReadReq 4096 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > LnkCap: Port #7, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 > unlimited, L1 unlimited > 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- > RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna+ > CRSVisible- > RootCap: CRSVisible- > RootSta: PME ReqID 0000, PMEStatus- PMEPending- > Capabilities: [f0] Subsystem: Intel Corporation Device 0000 > Capabilities: [100] Advanced Error Reporting <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 00:10.0 Host bridge: Intel Corporation 7300 Chipset FSB Registers (rev > 01) > Subsystem: Hewlett-Packard Company Device 31f2 > 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- > > 00:10.1 Host bridge: Intel Corporation 7300 Chipset FSB Registers (rev > 01) > Subsystem: Hewlett-Packard Company Device 31f2 > 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- > > 00:10.2 Host bridge: Intel Corporation 7300 Chipset FSB Registers (rev > 01) > Subsystem: Hewlett-Packard Company Device 31f2 > 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- > > 00:10.3 Host bridge: Intel Corporation 7300 Chipset FSB Registers (rev > 01) > Subsystem: Hewlett-Packard Company Device 31f2 > 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- > > 00:11.0 Host bridge: Intel Corporation 7300 Chipset Snoop Filter > Registers (rev 01) > Subsystem: Hewlett-Packard Company Device 31f2 > 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- > > 00:11.3 Host bridge: Intel Corporation 7300 Chipset Snoop Filter > Registers (rev 01) > Subsystem: Hewlett-Packard Company Device 31f2 > 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- > > 00:13.0 Host bridge: Intel Corporation 7300 Chipset Debug and > Miscellaneous Registers (rev 01) > Subsystem: Hewlett-Packard Company Device 31f2 > 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- > > 00:15.0 Host bridge: Intel Corporation 7300 Chipset FBD Branch 0 > Registers (rev 01) > Subsystem: Hewlett-Packard Company Device 31f2 > 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- > > 00:16.0 Host bridge: Intel Corporation 7300 Chipset FBD Branch 1 > Registers (rev 01) > Subsystem: Hewlett-Packard Company Device 31f2 > 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- > > 00:1c.0 PCI bridge: Intel Corporation 631xESB/632xESB/3100 Chipset PCI > Express Root Port 1 (rev 09) (prog-if 00 [Normal decode]) > 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=02, subordinate=02, sec-latency=0 > I/O behind bridge: 00004000-00004fff > Memory behind bridge: f7d00000-f7efffff > Prefetchable memory behind bridge: 00000000d0d00000-00000000d0dfffff > 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 unlimited, L1 > unlimited > 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 L0s L1, Latency L0 > <256ns, 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: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 > Enable+ > Address: fee00000 Data: 40b9 > Capabilities: [90] Subsystem: Gammagraphx, Inc. Device 0000 > 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-driver > Kernel modules: shpchp > > 00:1d.0 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset > UHCI USB Controller #1 (rev 09) (prog-if 00 [UHCI]) > Subsystem: Hewlett-Packard Company Device 31fe > 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 1000 [size=32] > Kernel driver in use: uhci_hcd > Kernel modules: uhci-hcd > > 00:1d.1 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset > UHCI USB Controller #2 (rev 09) (prog-if 00 [UHCI]) > Subsystem: Hewlett-Packard Company Device 31fe > 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 1020 [size=32] > Kernel driver in use: uhci_hcd > Kernel modules: uhci-hcd > > 00:1d.2 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset > UHCI USB Controller #3 (rev 09) (prog-if 00 [UHCI]) > Subsystem: Hewlett-Packard Company Device 31fe > 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 1040 [size=32] > Kernel driver in use: uhci_hcd > Kernel modules: uhci-hcd > > 00:1d.3 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset > UHCI USB Controller #4 (rev 09) (prog-if 00 [UHCI]) > Subsystem: Hewlett-Packard Company Device 31fe > 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 D routed to IRQ 19 > Region 4: I/O ports at 1060 [size=32] > Kernel driver in use: uhci_hcd > Kernel modules: uhci-hcd > > 00:1d.7 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset > EHCI USB2 Controller (rev 09) (prog-if 20 [EHCI]) > Subsystem: Hewlett-Packard Company Device 31fe > 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 0: Memory at f7af0000 (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 > Kernel driver in use: ehci_hcd > Kernel modules: ehci-hcd > > 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d9) (prog-if > 01 [Subtractive decode]) > 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=01, subordinate=01, sec-latency=32 > I/O behind bridge: 00002000-00003fff > Memory behind bridge: f7b00000-f7cfffff > Prefetchable memory behind bridge: 00000000d8000000-00000000dfffffff > 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: Gammagraphx, Inc. Device 0000 > > 00:1f.0 ISA bridge: Intel Corporation 631xESB/632xESB/3100 Chipset LPC > Interface Controller (rev 09) > 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 > Kernel modules: intel-rng, iTCO_wdt > > 00:1f.1 IDE interface: Intel Corporation 631xESB/632xESB IDE Controller > (rev 09) (prog-if 8a [Master SecP PriP]) > Subsystem: Hewlett-Packard Company Device 31fe > 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 7 > Region 0: I/O ports at 01f0 [size=8] > Region 1: I/O ports at 03f4 [size=1] > Region 2: I/O ports at 0170 [size=8] > Region 3: I/O ports at 0374 [size=1] > Region 4: I/O ports at 0500 [size=16] > Kernel driver in use: ata_piix > Kernel modules: ata_generic, ata_piix, ide-pci-generic, piix > > 01:03.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02) > (prog-if 00 [VGA controller]) > Subsystem: Hewlett-Packard Company Device 31fb > 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: 64 (2000ns min), Cache Line Size: 64 bytes > Interrupt: pin A routed to IRQ 7 > Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M] > Region 1: I/O ports at 3000 [size=256] > Region 2: Memory at f7cf0000 (32-bit, non-prefetchable) [size=64K] > [virtual] Expansion ROM at f7b00000 [disabled] [size=128K] > 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- > Kernel modules: radeonfb > > 01:04.0 System peripheral: Compaq Computer Corporation Integrated Lights > Out Controller (rev 03) > Subsystem: Hewlett-Packard Company Device 3305 > 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 A routed to IRQ 5 > Region 0: I/O ports at 2800 [size=256] > Region 1: Memory at f7ce0000 (32-bit, non-prefetchable) [size=512] > Capabilities: [f0] 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- > Kernel modules: hpwdt > > 01:04.2 System peripheral: Compaq Computer Corporation Integrated Lights > Out Processor (rev 03) > Subsystem: Hewlett-Packard Company Device 3305 > 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: 64, Cache Line Size: 64 bytes > Interrupt: pin B routed to IRQ 22 > BIST result: 00 > Region 0: I/O ports at 3400 [size=256] > Region 1: Memory at f7cd0000 (32-bit, non-prefetchable) [size=2K] > Region 2: Memory at f7cc0000 (32-bit, non-prefetchable) [size=16K] > Region 3: Memory at f7c00000 (32-bit, non-prefetchable) [size=512K] > [virtual] Expansion ROM at f7b20000 [disabled] [size=64K] > Capabilities: [f0] 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- > Kernel driver in use: hpilo > Kernel modules: hpilo > > 01:04.4 USB Controller: Hewlett-Packard Company Proliant iLO2 virtual > USB controller (prog-if 00 [UHCI]) > Subsystem: Hewlett-Packard Company Device 3305 > 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: 64 > Interrupt: pin B routed to IRQ 22 > Region 4: I/O ports at 3800 [size=32] > Capabilities: [f0] 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- > Kernel driver in use: uhci_hcd > Kernel modules: uhci-hcd > > 01:04.6 IPMI SMIC interface: Hewlett-Packard Company Proliant iLO2 > virtual UART (prog-if 01) > Subsystem: Hewlett-Packard Company Device 3305 > 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 A routed to IRQ 21 > Region 0: Memory at f7bf0000 (32-bit, non-prefetchable) [size=256] > Capabilities: [f0] 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- > Kernel driver in use: ipmi_si > Kernel modules: ipmi_si > > 02:00.0 RAID bus controller: Hewlett-Packard Company Smart Array > Controller (rev 03) > Subsystem: Hewlett-Packard Company P400 SAS Controller > 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: Memory at f7e00000 (64-bit, non-prefetchable) [size=1M] > Region 2: I/O ports at 4000 [size=256] > Region 3: Memory at f7df0000 (64-bit, non-prefetchable) [size=4K] > [virtual] Expansion ROM at d0d00000 [disabled] [size=256K] > Capabilities: [b0] Express (v1) Endpoint, MSI 00 > DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s unlimited, 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 x8, ASPM L0s, Latency L0 <2us, > L1 unlimited > 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: [d4] MSI-X: Enable+ Mask- TabSize=4 > Vector table: BAR=0 offset=000fe000 > PBA: BAR=0 offset=000ff000 > Capabilities: [e0] 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: [ec] Vital Product Data <?> > Capabilities: [100] Power Budgeting <?> > Kernel driver in use: cciss > Kernel modules: cciss > > 03:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express > Upstream Port (rev 01) (prog-if 00 [Normal decode]) > 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=03, secondary=04, subordinate=09, sec-latency=0 > Memory behind bridge: f8000000-fbffffff > Prefetchable memory behind bridge: 00000000d0000000-00000000d01fffff > 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: [44] Express (v1) Upstream Port, MSI 00 > DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us > ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-SlotPowerLimit > 0.000000W > 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 x8, ASPM L0s, Latency L0 > unlimited, L1 unlimited > 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: [70] 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: [80] Subsystem: Gammagraphx, Inc. Device 0000 > Capabilities: [100] Advanced Error Reporting <?> > Kernel modules: shpchp > > 03:00.3 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express to > PCI-X Bridge (rev 01) (prog-if 00 [Normal decode]) > 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=03, secondary=0a, subordinate=0a, sec-latency=64 > 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: [44] Express (v1) PCI/PCI-X Bridge, MSI 00 > DevCap: MaxPayload 256 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 4096 bytes > DevSta: CorrErr- UncorrErr- FatalErr+ UnsuppReq+ AuxPwr- TransPend- > LnkCap: Port #0, Speed 2.5GT/s, Width x8, ASPM L0s, Latency L0 > unlimited, L1 unlimited > 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: [6c] 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: [80] Subsystem: Gammagraphx, Inc. Device 0000 > Capabilities: [d8] PCI-X bridge device > Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD- Freq=133MHz > Status: Dev=00:00.3 64bit- 133MHz- SCD- USC- SCO- SRD- > Upstream: Capacity=65535 CommitmentLimit=65535 > Downstream: Capacity=65535 CommitmentLimit=65535 > Capabilities: [100] Advanced Error Reporting <?> > Kernel modules: shpchp > > 04:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express > Downstream Port E1 (rev 01) (prog-if 00 [Normal decode]) > 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=04, secondary=05, subordinate=06, sec-latency=0 > Memory behind bridge: f8000000-f9ffffff > Prefetchable memory behind bridge: 00000000d0000000-00000000d00fffff > 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: [44] Express (v1) Downstream 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 4096 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > LnkCap: Port #1, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 > unlimited, L1 unlimited > 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: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 40c1 > Capabilities: [70] 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: [80] Subsystem: Gammagraphx, Inc. Device 0000 > Capabilities: [100] Advanced Error Reporting <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 04:01.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express > Downstream Port E2 (rev 01) (prog-if 00 [Normal decode]) > 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=04, secondary=07, subordinate=08, sec-latency=0 > Memory behind bridge: fa000000-fbffffff > Prefetchable memory behind bridge: 00000000d0100000-00000000d01fffff > 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: [44] Express (v1) Downstream 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 4096 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > LnkCap: Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 > unlimited, L1 unlimited > 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: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 40c9 > Capabilities: [70] 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: [80] Subsystem: Gammagraphx, Inc. Device 0000 > Capabilities: [100] Advanced Error Reporting <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 04:02.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express > Downstream Port E3 (rev 01) (prog-if 00 [Normal decode]) > 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=04, secondary=09, subordinate=09, sec-latency=0 > 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: [44] Express (v1) Downstream 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 4096 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 > unlimited, L1 unlimited > ClockPM- Suprise- LLActRep- BwNot- > LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- > ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- > LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk- DLActive- > BWMgmt- ABWMgmt- > Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 40d1 > Capabilities: [70] 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: [80] Subsystem: Gammagraphx, Inc. Device 0000 > Capabilities: [100] Advanced Error Reporting <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 05:00.0 PCI bridge: Broadcom EPB PCI-Express to PCI-X Bridge (rev c3) > (prog-if 00 [Normal decode]) > 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=05, secondary=06, subordinate=06, sec-latency=64 > Memory behind bridge: f8000000-f9ffffff > Prefetchable memory behind bridge: 00000000d0000000-00000000d00fffff > 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: [60] Express (v1) PCI/PCI-X Bridge, 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- BrConfRtry- > MaxPayload 128 bytes, MaxReadReq 128 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- > LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 > <4us, L1 <4us > 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: [90] PCI-X bridge device > Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD- Freq=133MHz > Status: Dev=05:00.0 64bit- 133MHz- SCD- USC- SCO- SRD- > Upstream: Capacity=0 CommitmentLimit=0 > Downstream: Capacity=0 CommitmentLimit=0 > Capabilities: [b0] Power Management version 2 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot > +,D3cold+) > Status: D0 PME-Enable- DSel=0 DScale=1 PME- > Capabilities: [100] Advanced Error Reporting <?> > Capabilities: [14c] Power Budgeting <?> > Capabilities: [160] Device Serial Number e8-d5-ce-fe-ff-0b-1e-00 > Kernel modules: shpchp > > 06:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708 > Gigabit Ethernet (rev 12) > Subsystem: Hewlett-Packard Company NC373i Integrated Multifunction > Gigabit Server Adapter > 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: 64 (16000ns min), Cache Line Size: 64 bytes > Interrupt: pin A routed to IRQ 75 > Region 0: Memory at f8000000 (64-bit, non-prefetchable) [size=32M] > [virtual] Expansion ROM at d0000000 [disabled] [size=128K] > Capabilities: [40] PCI-X non-bridge device > Command: DPERE- ERO- RBC=512 OST=8 > Status: Dev=06:00.0 64bit+ 133MHz+ SCD- USC- DC=simple DMMRBC=512 > DMOST=8 DMCRS=32 RSCEM- 266MHz- 533MHz- > Capabilities: [48] 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: [50] Vital Product Data <?> > Capabilities: [58] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 40ca > Kernel driver in use: bnx2 > Kernel modules: bnx2 > > 07:00.0 PCI bridge: Broadcom EPB PCI-Express to PCI-X Bridge (rev c3) > (prog-if 00 [Normal decode]) > 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=07, secondary=08, subordinate=08, sec-latency=64 > Memory behind bridge: fa000000-fbffffff > Prefetchable memory behind bridge: 00000000d0100000-00000000d01fffff > 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: [60] Express (v1) PCI/PCI-X Bridge, 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- BrConfRtry- > MaxPayload 128 bytes, MaxReadReq 128 bytes > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- > LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 > <4us, L1 <4us > 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: [90] PCI-X bridge device > Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD- Freq=133MHz > Status: Dev=07:00.0 64bit- 133MHz- SCD- USC- SCO- SRD- > Upstream: Capacity=0 CommitmentLimit=0 > Downstream: Capacity=0 CommitmentLimit=0 > Capabilities: [b0] Power Management version 2 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot > +,D3cold+) > Status: D0 PME-Enable- DSel=0 DScale=1 PME- > Capabilities: [100] Advanced Error Reporting <?> > Capabilities: [14c] Power Budgeting <?> > Capabilities: [160] Device Serial Number ea-d5-ce-fe-ff-0b-1e-00 > Kernel modules: shpchp > > 08:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708 > Gigabit Ethernet (rev 12) > Subsystem: Hewlett-Packard Company NC373i Integrated Multifunction > Gigabit Server Adapter > 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: 64 (16000ns min), Cache Line Size: 64 bytes > Interrupt: pin A routed to IRQ 17 > Region 0: Memory at fa000000 (64-bit, non-prefetchable) [size=32M] > [virtual] Expansion ROM at d0100000 [disabled] [size=128K] > Capabilities: [40] PCI-X non-bridge device > Command: DPERE- ERO- RBC=512 OST=8 > Status: Dev=08:00.0 64bit+ 133MHz+ SCD- USC- DC=simple DMMRBC=512 > DMOST=8 DMCRS=32 RSCEM- 266MHz- 533MHz- > Capabilities: [48] 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: [50] Vital Product Data <?> > Capabilities: [58] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 > Enable- > Address: 00000000fee00000 Data: 40aa > Kernel driver in use: bnx2 > Kernel modules: bnx2 > > 0b:00.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI > Express Switch (rev aa) (prog-if 00 [Normal decode]) > 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 > Region 0: Memory at fdd00000 (32-bit, non-prefetchable) [size=128K] > Bus: primary=0b, secondary=0c, subordinate=15, sec-latency=0 > Prefetchable memory behind bridge: 00000000d0800000-00000000d0cfffff > 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] 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: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 40d2 > Masking: 00000001 Pending: ffffffff > Capabilities: [68] Express (v1) Upstream Port, MSI 00 > DevCap: MaxPayload 1024 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us > ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit > 0.000000W > 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 #8, Speed 2.5GT/s, Width x8, ASPM L0s L1, Latency L0 > <2us, L1 <32us > ClockPM- Suprise- LLActRep- BwNot- > LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- > ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- > LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk- DLActive- > BWMgmt- ABWMgmt- > Capabilities: [90] Subsystem: PLX Technology, Inc. PEX 8533 32-lane, > 6-port PCI Express Switch > Capabilities: [100] Device Serial Number df-0e-00-b5-10-48-85-aa > Capabilities: [fb4] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Capabilities: [148] Virtual Channel <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 0c:00.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI > Express Switch (rev aa) (prog-if 00 [Normal decode]) > 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=0c, secondary=13, subordinate=15, sec-latency=0 > Prefetchable memory behind bridge: 00000000d0800000-00000000d08fffff > 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] 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: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 40da > Masking: 00000001 Pending: ffffffff > Capabilities: [68] Express (v1) Downstream Port (Slot+), MSI 00 > DevCap: MaxPayload 1024 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 2.5GT/s, Width x8, ASPM L0s L1, Latency L0 > <2us, L1 <32us > 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- > SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- > Slot # 0, 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- > Capabilities: [90] Subsystem: PLX Technology, Inc. PEX 8533 32-lane, > 6-port PCI Express Switch > Capabilities: [100] Device Serial Number df-0e-00-b5-10-48-85-aa > Capabilities: [fb4] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Capabilities: [148] Virtual Channel <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 0c:01.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI > Express Switch (rev aa) (prog-if 00 [Normal decode]) > 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=0c, secondary=10, subordinate=12, sec-latency=0 > Prefetchable memory behind bridge: 00000000d0900000-00000000d0afffff > 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] 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: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 40e2 > Masking: 00000001 Pending: ffffffff > Capabilities: [68] Express (v1) Downstream Port (Slot+), MSI 00 > DevCap: MaxPayload 1024 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 #1, Speed 2.5GT/s, Width x8, ASPM L0s L1, Latency L0 > <2us, L1 <32us > ClockPM- Suprise+ LLActRep+ BwNot- > LnkCtl: ASPM Disabled; 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 # 0, 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- > Capabilities: [90] Subsystem: PLX Technology, Inc. PEX 8533 32-lane, > 6-port PCI Express Switch > Capabilities: [100] Device Serial Number df-0e-00-b5-10-48-85-aa > Capabilities: [fb4] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Capabilities: [148] Virtual Channel <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 0c:09.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI > Express Switch (rev aa) (prog-if 00 [Normal decode]) > 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=0c, secondary=0d, subordinate=0f, sec-latency=0 > Prefetchable memory behind bridge: 00000000d0b00000-00000000d0cfffff > 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] 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: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 40ea > Masking: 00000001 Pending: ffffffff > Capabilities: [68] Express (v1) Downstream Port (Slot+), MSI 00 > DevCap: MaxPayload 1024 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 #9, Speed 2.5GT/s, Width x8, ASPM L0s L1, Latency L0 > <2us, L1 <32us > ClockPM- Suprise+ LLActRep+ BwNot- > LnkCtl: ASPM Disabled; 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 # 0, 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- > Capabilities: [90] Subsystem: PLX Technology, Inc. PEX 8533 32-lane, > 6-port PCI Express Switch > Capabilities: [100] Device Serial Number df-0e-00-b5-10-48-85-aa > Capabilities: [fb4] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Capabilities: [148] Virtual Channel <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 13:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to > PCI Express HBA (rev 02) > Subsystem: Hewlett-Packard Company Device 7041 > 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 28 > Region 0: I/O ports at <ignored> > Region 1: Memory at <ignored> (64-bit, non-prefetchable) > [virtual] Expansion ROM at d0800000 [disabled] [size=256K] > Capabilities: [44] 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: [4c] Express (v1) Endpoint, MSI 00 > DevCap: MaxPayload 1024 bytes, PhantFunc 0, Latency L0s <4us, L1 <1us > ExtTag- AttnBtn+ AttnInd+ PwrInd+ RBE- FLReset- > DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ > RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ > MaxPayload 256 bytes, MaxReadReq 2048 bytes > DevSta: CorrErr- UncorrErr- FatalErr+ UnsuppReq+ AuxPwr- TransPend- > LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, > L1 unlimited > 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: [64] Message Signalled Interrupts: Mask- 64bit+ Queue=0/4 > Enable- > Address: 00000000fee00000 Data: 409a > Capabilities: [74] Vital Product Data <?> > Capabilities: [7c] MSI-X: Enable- Mask- TabSize=16 > Vector table: BAR=1 offset=00002000 > PBA: BAR=1 offset=00003000 > Capabilities: [100] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Kernel modules: qla2xxx > > 13:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to > PCI Express HBA (rev 02) > Subsystem: Hewlett-Packard Company Device 7041 > 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 B routed to IRQ 29 > Region 0: I/O ports at <ignored> > Region 1: Memory at <ignored> (64-bit, non-prefetchable) > [virtual] Expansion ROM at d0840000 [disabled] [size=256K] > Capabilities: [44] 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: [4c] Express (v1) Endpoint, MSI 00 > DevCap: MaxPayload 1024 bytes, PhantFunc 0, Latency L0s <4us, L1 <1us > ExtTag- AttnBtn+ AttnInd+ PwrInd+ RBE- FLReset- > DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ > RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ > MaxPayload 256 bytes, MaxReadReq 2048 bytes > DevSta: CorrErr- UncorrErr- FatalErr+ UnsuppReq+ AuxPwr- TransPend- > LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, > L1 unlimited > 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: [64] Message Signalled Interrupts: Mask- 64bit+ Queue=0/4 > Enable- > Address: 00000000fee00000 Data: 40a2 > Capabilities: [74] Vital Product Data <?> > Capabilities: [7c] MSI-X: Enable- Mask- TabSize=16 > Vector table: BAR=1 offset=00002000 > PBA: BAR=1 offset=00003000 > Capabilities: [100] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Kernel modules: qla2xxx > > 17:00.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI > Express Switch (rev aa) (prog-if 00 [Normal decode]) > 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 > Region 0: Memory at fdfe0000 (32-bit, non-prefetchable) [size=128K] > Bus: primary=17, secondary=18, subordinate=27, sec-latency=0 > I/O behind bridge: 00006000-00008fff > Prefetchable memory behind bridge: 00000000d0200000-00000000d07fffff > 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] 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: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 40d9 > Masking: 00000001 Pending: ffffffff > Capabilities: [68] Express (v1) Upstream Port, MSI 00 > DevCap: MaxPayload 1024 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us > ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit > 0.000000W > 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 2.5GT/s, Width x8, ASPM L0s L1, Latency L0 > <2us, L1 <32us > ClockPM- Suprise- LLActRep- BwNot- > LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- > ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- > LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk- DLActive- > BWMgmt- ABWMgmt- > Capabilities: [90] Subsystem: PLX Technology, Inc. PEX 8533 32-lane, > 6-port PCI Express Switch > Capabilities: [100] Device Serial Number df-0e-00-b5-10-48-85-aa > Capabilities: [fb4] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Capabilities: [148] Virtual Channel <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 18:01.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI > Express Switch (rev aa) (prog-if 00 [Normal decode]) > 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=18, secondary=25, subordinate=27, sec-latency=0 > I/O behind bridge: 00006000-00006fff > Prefetchable memory behind bridge: 00000000d0200000-00000000d03fffff > 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] 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: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 40e1 > Masking: 00000001 Pending: ffffffff > Capabilities: [68] Express (v1) Downstream Port (Slot+), MSI 00 > DevCap: MaxPayload 1024 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 #1, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 > <2us, L1 <32us > ClockPM- Suprise+ LLActRep+ BwNot- > LnkCtl: ASPM Disabled; 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 # 0, 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- > Capabilities: [90] Subsystem: PLX Technology, Inc. PEX 8533 32-lane, > 6-port PCI Express Switch > Capabilities: [100] Device Serial Number df-0e-00-b5-10-48-85-aa > Capabilities: [fb4] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Capabilities: [148] Virtual Channel <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 18:02.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI > Express Switch (rev aa) (prog-if 00 [Normal decode]) > 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=18, secondary=22, subordinate=24, sec-latency=0 > 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] 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: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 40e9 > Masking: 00000001 Pending: ffffffff > Capabilities: [68] Express (v1) Downstream Port (Slot+), MSI 00 > DevCap: MaxPayload 1024 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 #2, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 > <2us, L1 <32us > ClockPM- Suprise+ LLActRep+ BwNot- > LnkCtl: ASPM Disabled; 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 # 0, 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- > Capabilities: [90] Subsystem: PLX Technology, Inc. PEX 8533 32-lane, > 6-port PCI Express Switch > Capabilities: [100] Device Serial Number df-0e-00-b5-10-48-85-aa > Capabilities: [fb4] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Capabilities: [148] Virtual Channel <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 18:08.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI > Express Switch (rev aa) (prog-if 00 [Normal decode]) > 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=18, secondary=19, subordinate=1b, sec-latency=0 > I/O behind bridge: 00007000-00007fff > Prefetchable memory behind bridge: 00000000d0400000-00000000d05fffff > 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] 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: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 4042 > Masking: 00000001 Pending: ffffffff > Capabilities: [68] Express (v1) Downstream Port (Slot+), MSI 00 > DevCap: MaxPayload 1024 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 #8, Speed 2.5GT/s, Width x8, ASPM L0s L1, Latency L0 > <2us, L1 <32us > ClockPM- Suprise+ LLActRep+ BwNot- > LnkCtl: ASPM Disabled; 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 # 0, 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- > Capabilities: [90] Subsystem: PLX Technology, Inc. PEX 8533 32-lane, > 6-port PCI Express Switch > Capabilities: [100] Device Serial Number df-0e-00-b5-10-48-85-aa > Capabilities: [fb4] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Capabilities: [148] Virtual Channel <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 18:09.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI > Express Switch (rev aa) (prog-if 00 [Normal decode]) > 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=18, secondary=1c, subordinate=1e, sec-latency=0 > I/O behind bridge: 00008000-00008fff > Prefetchable memory behind bridge: 00000000d0600000-00000000d07fffff > 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] 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: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 404a > Masking: 00000001 Pending: ffffffff > Capabilities: [68] Express (v1) Downstream Port (Slot+), MSI 00 > DevCap: MaxPayload 1024 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 #9, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 > <2us, L1 <32us > ClockPM- Suprise+ LLActRep+ BwNot- > LnkCtl: ASPM Disabled; 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 # 0, 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- > Capabilities: [90] Subsystem: PLX Technology, Inc. PEX 8533 32-lane, > 6-port PCI Express Switch > Capabilities: [100] Device Serial Number df-0e-00-b5-10-48-85-aa > Capabilities: [fb4] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Capabilities: [148] Virtual Channel <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > 18:0a.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI > Express Switch (rev aa) (prog-if 00 [Normal decode]) > 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=18, secondary=1f, subordinate=21, sec-latency=0 > 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] 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: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 > Enable+ > Address: 00000000fee00000 Data: 4052 > Masking: 00000001 Pending: ffffffff > Capabilities: [68] Express (v1) Downstream Port (Slot+), MSI 00 > DevCap: MaxPayload 1024 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 #10, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 > <2us, L1 <32us > ClockPM- Suprise+ LLActRep+ BwNot- > LnkCtl: ASPM Disabled; 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 # 0, 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- > Capabilities: [90] Subsystem: PLX Technology, Inc. PEX 8533 32-lane, > 6-port PCI Express Switch > Capabilities: [100] Device Serial Number df-0e-00-b5-10-48-85-aa > Capabilities: [fb4] Advanced Error Reporting <?> > Capabilities: [138] Power Budgeting <?> > Capabilities: [148] Virtual Channel <?> > Kernel driver in use: pcieport-driver > Kernel modules: shpchp > > > -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html