* [PATCH] amd iommu: Dump flags of IO page faults @ 2012-09-05 14:42 Wei Wang 2012-09-05 22:59 ` Sander Eikelenboom 0 siblings, 1 reply; 22+ messages in thread From: Wei Wang @ 2012-09-05 14:42 UTC (permalink / raw) To: Jan Beulich, xen-devel@lists.xensource.com, Sander Eikelenboom [-- Attachment #1: Type: text/plain, Size: 216 bytes --] Hi Jan, Attached patch dumps io page fault flags. The flags show the reason of the fault and tell us if this is an unmapped interrupt fault or a DMA fault. Thanks, Wei signed-off-by: Wei Wang <wei.wang2@amd.com> [-- Attachment #2: iommu_flags.patch --] [-- Type: text/x-patch, Size: 2020 bytes --] diff -r 4746414def65 xen/drivers/passthrough/amd/iommu_init.c --- a/xen/drivers/passthrough/amd/iommu_init.c Mon Sep 03 09:40:38 2012 +0200 +++ b/xen/drivers/passthrough/amd/iommu_init.c Wed Sep 05 16:35:23 2012 +0200 @@ -564,7 +564,7 @@ static hw_irq_controller iommu_msi_type static void parse_event_log_entry(struct amd_iommu *iommu, u32 entry[]) { - u16 domain_id, device_id, bdf, cword; + u16 domain_id, device_id, bdf, cword, flags; u32 code; u64 *addr; int count = 0; @@ -609,11 +609,14 @@ static void parse_event_log_entry(struct domain_id = get_field_from_reg_u32(entry[1], IOMMU_EVENT_DOMAIN_ID_MASK, IOMMU_EVENT_DOMAIN_ID_SHIFT); + flags = get_field_from_reg_u32(entry[1], + IOMMU_EVENT_FLAGS_MASK, + IOMMU_EVENT_FLAGS_SHIFT); addr= (u64*) (entry + 2); printk(XENLOG_ERR "AMD-Vi: " "%s: domain = %d, device id = 0x%04x, " - "fault address = 0x%"PRIx64"\n", - event_str[code-1], domain_id, device_id, *addr); + "fault address = 0x%"PRIx64", flags = 0x%03x\n", + event_str[code-1], domain_id, device_id, *addr, flags); /* Tell the device to stop DMAing; we can't rely on the guest to * control it for us. */ diff -r 4746414def65 xen/include/asm-x86/hvm/svm/amd-iommu-defs.h --- a/xen/include/asm-x86/hvm/svm/amd-iommu-defs.h Mon Sep 03 09:40:38 2012 +0200 +++ b/xen/include/asm-x86/hvm/svm/amd-iommu-defs.h Wed Sep 05 16:35:23 2012 +0200 @@ -283,6 +283,8 @@ #define IOMMU_EVENT_DOMAIN_ID_SHIFT 0 #define IOMMU_EVENT_DEVICE_ID_MASK 0x0000FFFF #define IOMMU_EVENT_DEVICE_ID_SHIFT 0 +#define IOMMU_EVENT_FLAGS_SHIFT 16 +#define IOMMU_EVENT_FLAGS_MASK 0x0FFF0000 /* PPR Log */ #define IOMMU_PPR_LOG_ENTRY_SIZE 16 [-- Attachment #3: Type: text/plain, Size: 126 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-05 14:42 [PATCH] amd iommu: Dump flags of IO page faults Wei Wang @ 2012-09-05 22:59 ` Sander Eikelenboom 2012-09-06 13:32 ` Wei Wang 0 siblings, 1 reply; 22+ messages in thread From: Sander Eikelenboom @ 2012-09-05 22:59 UTC (permalink / raw) To: Wei Wang; +Cc: xen-devel@lists.xensource.com, Jan Beulich [-- Attachment #1: Type: text/plain, Size: 895 bytes --] Wednesday, September 5, 2012, 4:42:42 PM, you wrote: > Hi Jan, > Attached patch dumps io page fault flags. The flags show the reason of > the fault and tell us if this is an unmapped interrupt fault or a DMA fault. > Thanks, > Wei > signed-off-by: Wei Wang <wei.wang2@amd.com> I have applied the patch and the flags seem to differ between the faults: AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 Complete xl dmesg and lspci -vvvknn attached. Thx -- Sander [-- Attachment #2: lspci.txt --] [-- Type: text/plain, Size: 86182 bytes --] 00:00.0 Host bridge [0600]: ATI Technologies Inc RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02) Subsystem: ATI Technologies Inc RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] 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: [f0] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [c4] HyperTransport: Slave or Primary Interface Command: BaseUnitID=0 UnitCnt=20 MastHost- DefDir- DUL- Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b- Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn- Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b- Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn- Revision ID: 3.00 Link Frequency 0: [b] Link Error 0: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend- Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- Link Frequency 1: 200MHz Link Error 1: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend- Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE- Prefetchable memory behind bridge Upper: 00-00 Bus Number: 00 Capabilities: [40] HyperTransport: Retry Mode Capabilities: [54] HyperTransport: UnitID Clumping Capabilities: [9c] HyperTransport: #1a Capabilities: [70] MSI: Enable- Count=1/4 Maskable- 64bit- Address: 00000000 Data: 0000 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] 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 10 Capabilities: [40] Secure device <?> Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 4128 Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ 00:02.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (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=0b, sec-latency=0 I/O behind bridge: 0000e000-0000efff Memory behind bridge: fa000000-fe9fffff Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #1, PowerLimit 25.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4151 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (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=0a, subordinate=0a, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9f00000-f9ffffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4159 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:05.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (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=09, subordinate=09, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f9e00000-f9efffff Prefetchable memory behind bridge: 00000000cff00000-00000000cfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #5, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4161 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:06.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (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=08, subordinate=08, sec-latency=0 I/O behind bridge: 0000c000-0000cfff Memory behind bridge: f9d00000-f9dfffff Prefetchable memory behind bridge: 00000000cfe00000-00000000cfefffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #6, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4169 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0a.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=07, subordinate=07, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9a00000-f9bfffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #2, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4171 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0b.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (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=06, subordinate=06, sec-latency=0 I/O behind bridge: 0000b000-0000bfff Memory behind bridge: f9900000-f99fffff Prefetchable memory behind bridge: 00000000b0000000-00000000bfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #5, PowerLimit 31.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4179 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0c.0 PCI bridge [0604]: ATI Technologies Inc Device [1002:5a20] (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=05, subordinate=05, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9600000-f97fffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #6, PowerLimit 14.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4181 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0d.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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=04, subordinate=04, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9500000-f95fffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #4, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4189 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:11.0 SATA controller [0106]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 120 Region 0: I/O ports at 7000 [size=8] Region 1: I/O ports at 6000 [size=4] Region 2: I/O ports at 5000 [size=8] Region 3: I/O ports at 3000 [size=4] Region 4: I/O ports at 2000 [size=16] Region 5: Memory at f93ff000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+ Address: 00000000fee0100c Data: 41b9 Capabilities: [70] SATA HBA v1.0 InCfgSpace Capabilities: [a4] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: ahci 00:12.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f93fb000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:12.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f93ff400 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:13.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f93fc000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:13.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f93ff800 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 41) 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- 00:14.3 ISA bridge [0601]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Bus: primary=00, secondary=03, subordinate=03, sec-latency=64 I/O behind bridge: 0000a000-0000afff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: fff00000-000fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- 00:14.5 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 C routed to IRQ 18 Region 0: Memory at f93fd000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:15.0 PCI bridge [0604]: ATI Technologies Inc SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (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: 0000f000-00000fff Memory behind bridge: fff00000-000fffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #32, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd- DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee3f00c Data: 4191 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:0000] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Kernel driver in use: pcieport 00:16.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f93fe000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:16.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f93ffc00 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200] 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: [80] HyperTransport: Host or Secondary Interface Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL- Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b- Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn- Revision ID: 3.00 Link Frequency: [b] Link Error: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend- Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE- 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201] 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:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202] 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:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203] 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: [f0] Secure device <?> Kernel driver in use: k10temp 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204] 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- 03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CM8738 [13f6:0111] (rev 10) Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111] 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 (500ns min, 6000ns max) Interrupt: pin A routed to IRQ 22 Region 0: I/O ports at a800 [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: pciback 04:00.0 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 40 Region 0: Memory at f95f8000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Kernel driver in use: pciback 04:00.1 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 40 Region 0: Memory at f95f9000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.2 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 41 Region 0: Memory at f95fa000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.3 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 41 Region 0: Memory at f95fb000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.4 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 42 Region 0: Memory at f95fc000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.5 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 42 Region 0: Memory at f95fd000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.6 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 43 Region 0: Memory at f95fe000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.7 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 43 Region 0: Memory at f95ff000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 05:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. CX25850 [14f1:8200] 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 36 Region 0: Memory at f9600000 (64-bit, non-prefetchable) [disabled] [size=2M] Capabilities: [40] 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 <2us, L1 <4us ClockPM- Surprise- 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: [80] Power Management version 3 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [200 v1] Virtual Channel Caps: LPEVC=1 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32+ WRR64+ WRR128- Ctrl: ArbSelect=WRR64 Status: InProgress- Port Arbitration Table [240] <?> VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Kernel driver in use: pciback 06:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV620 LE [Radeon HD 3450] [1002:95c5] (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:01d4] 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 10 Region 0: Memory at b0000000 (64-bit, prefetchable) [disabled] [size=256M] Region 2: Memory at f99e0000 (64-bit, non-prefetchable) [disabled] [size=64K] Region 4: I/O ports at b000 [disabled] [size=256] Expansion ROM at f99c0000 [disabled] [size=128K] Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00 DevCap: MaxPayload 128 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 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> 06:00.1 Audio device [0403]: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series] [1002:aa28] Subsystem: ASUSTeK Computer Inc. Device [1043:aa28] 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 123 Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00 DevCap: MaxPayload 128 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 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 412a Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Kernel driver in use: snd_hda_intel 07:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210] 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 47 Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M] Capabilities: [40] 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 <2us, L1 <4us ClockPM- Surprise- 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: [80] Power Management version 3 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Vital Product Data Unknown small resource type 02, will not decode more. Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [200 v1] Virtual Channel Caps: LPEVC=1 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32+ WRR64+ WRR128- Ctrl: ArbSelect=WRR64 Status: InProgress- Port Arbitration Table [240] <?> VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Kernel driver in use: pciback 08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 122 Region 0: I/O ports at c800 [size=256] Region 2: Memory at cfeff000 (64-bit, prefetchable) [size=4K] Region 4: Memory at cfef8000 (64-bit, prefetchable) [size=16K] Expansion ROM at f9de0000 [disabled] [size=128K] Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 41d9 Capabilities: [70] Express (v2) Endpoint, MSI 01 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 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 <512ns, L1 <64us ClockPM+ Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis+ DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [ac] MSI-X: Enable- Count=4 Masked- Vector table: BAR=4 offset=00000000 PBA: BAR=4 offset=00000800 Capabilities: [cc] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [140 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00 Kernel driver in use: r8169 09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 121 Region 0: I/O ports at d800 [size=256] Region 2: Memory at cffff000 (64-bit, prefetchable) [size=4K] Region 4: Memory at cfff8000 (64-bit, prefetchable) [size=16K] Expansion ROM at f9ee0000 [disabled] [size=128K] Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 41c9 Capabilities: [70] Express (v2) Endpoint, MSI 01 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 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 <512ns, L1 <64us ClockPM+ Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis+ DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [ac] MSI-X: Enable- Count=4 Masked- Vector table: BAR=4 offset=00000000 PBA: BAR=4 offset=00000800 Capabilities: [cc] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [140 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00 Kernel driver in use: r8169 0a:00.0 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 28 Region 0: Memory at f9ff8000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Kernel driver in use: pciback 0a:00.1 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 28 Region 0: Memory at f9ff9000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.2 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 29 Region 0: Memory at f9ffa000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.3 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 29 Region 0: Memory at f9ffb000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.4 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 30 Region 0: Memory at f9ffc000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.5 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 30 Region 0: Memory at f9ffd000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.6 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 31 Region 0: Memory at f9ffe000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.7 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 31 Region 0: Memory at f9fff000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0b:00.0 VGA compatible controller [0300]: nVidia Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:8266] 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 10 Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at e800 [size=128] Expansion ROM at fe9e0000 [disabled] [size=128K] Capabilities: [60] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Express (v1) 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 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [128 v1] Power Budgeting <?> Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> [-- Attachment #3: xl-dmesg.txt --] [-- Type: text/plain, Size: 66447 bytes --] (XEN) Enabling APIC mode: Flat. Using 2 I/O APICs (XEN) ACPI: HPET id: 0x8300 base: 0xfed00000 (XEN) Table is not found! (XEN) Using ACPI (MADT) for SMP configuration information (XEN) SMP: Allowing 6 CPUs (0 hotplug CPUs) (XEN) mapped APIC to ffff82c3ffdfe000 (fee00000) (XEN) mapped IOAPIC to ffff82c3ffdfd000 (fec00000) (XEN) mapped IOAPIC to ffff82c3ffdfc000 (fec20000) (XEN) IRQ limits: 56 GSI, 1112 MSI/MSI-X (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Detected 3200.199 MHz processor. (XEN) Initing memory sharing. (XEN) AMD Fam10h machine check reporting enabled (XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff (XEN) PCI: Not using MCFG for segment 0000 bus 00-ff (XEN) AMD-Vi: Found MSI capability block at 0x54 (XEN) AMD-Vi: ACPI Table: (XEN) AMD-Vi: Signature IVRS (XEN) AMD-Vi: Length 0xf8 (XEN) AMD-Vi: Revision 0x1 (XEN) AMD-Vi: CheckSum 0x6e (XEN) AMD-Vi: OEM_Id AMD (XEN) AMD-Vi: OEM_Table_Id RD890S (XEN) AMD-Vi: OEM_Revision 0x202031 (XEN) AMD-Vi: Creator_Id AMD (XEN) AMD-Vi: Creator_Revision 0x0 (XEN) AMD-Vi: IVRS Block: (XEN) AMD-Vi: Type 0x10 (XEN) AMD-Vi: Flags 0x3e (XEN) AMD-Vi: Length 0xc8 (XEN) AMD-Vi: Dev_Id 0x2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x0 -> 0x2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x10 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xb00 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x18 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0xa00 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0xa00 -> 0xa07 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x28 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x900 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x30 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x800 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x50 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x700 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x58 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x600 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x600 -> 0x601 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x60 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x500 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x68 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x400 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x400 -> 0x407 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x88 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x90 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x90 -> 0x92 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x98 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x98 -> 0x9a (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa0 (XEN) AMD-Vi: Flags 0xd7 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa3 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa4 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x0 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x43 (XEN) AMD-Vi: Dev_Id 0x300 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x300 -> 0x3ff (XEN) AMD-Vi: Dev_Id Alias: 0xa4 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa5 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa8 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa9 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x100 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0xb0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0xb0 -> 0xb2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x0 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x48 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0xd7 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x48 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IOMMU 0 Enabled. (XEN) AMD-Vi: Enabling global vector map (XEN) I/O virtualisation enabled (XEN) - Dom0 mode: Relaxed (XEN) Getting VERSION: 80050010 (XEN) Getting VERSION: 80050010 (XEN) Getting ID: 0 (XEN) Getting LVT0: 700 (XEN) Getting LVT1: 400 (XEN) enabled ExtINT on CPU#0 (XEN) ESR value before enabling vector: 0x00000004 after: 0x00000000 (XEN) ENABLING IO-APIC IRQs (XEN) -> Using new ACK method (XEN) init IO_APIC IRQs (XEN) IO-APIC (apicid-pin) 6-0, 6-16, 6-17, 6-18, 6-19, 6-20, 6-21, 6-22, 6-23, 7-0, 7-1, 7-2, 7-3, 7-4, 7-5, 7-6, 7-7, 7-8, 7-9, 7-10, 7-11, 7-12, 7-13, 7-14, 7-15, 7-16, 7-17, 7-18, 7-19, 7-20, 7-21, 7-22, 7-23, 7-24, 7-25, 7-26, 7-27, 7-28, 7-29, 7-30, 7-31 not connected. (XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1 (XEN) number of MP IRQ sources: 15. (XEN) number of IO-APIC #6 registers: 24. (XEN) number of IO-APIC #7 registers: 32. (XEN) testing the IO APIC....................... (XEN) IO APIC #6...... (XEN) .... register #00: 06000000 (XEN) ....... : physical APIC id: 06 (XEN) ....... : Delivery Type: 0 (XEN) ....... : LTS : 0 (XEN) .... register #01: 00178021 (XEN) ....... : max redirection entries: 0017 (XEN) ....... : PRQ implemented: 1 (XEN) ....... : IO APIC version: 0021 (XEN) .... register #02: 06000000 (XEN) ....... : arbitration: 06 (XEN) .... register #03: 07000000 (XEN) ....... : Boot DT : 0 (XEN) .... IRQ redirection table: (XEN) NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: (XEN) 00 000 00 1 0 0 0 0 0 0 00 (XEN) 01 001 01 0 0 0 0 0 1 1 30 (XEN) 02 001 01 0 0 0 0 0 1 1 F0 (XEN) 03 001 01 0 0 0 0 0 1 1 38 (XEN) 04 001 01 0 0 0 0 0 1 1 F1 (XEN) 05 001 01 0 0 0 0 0 1 1 40 (XEN) 06 001 01 0 0 0 0 0 1 1 48 (XEN) 07 001 01 0 0 0 0 0 1 1 50 (XEN) 08 001 01 0 0 0 0 0 1 1 58 (XEN) 09 001 01 1 1 0 1 0 1 1 60 (XEN) 0a 001 01 0 0 0 0 0 1 1 68 (XEN) 0b 001 01 0 0 0 0 0 1 1 70 (XEN) 0c 001 01 0 0 0 0 0 1 1 78 (XEN) 0d 001 01 0 0 0 0 0 1 1 88 (XEN) 0e 001 01 0 0 0 0 0 1 1 90 (XEN) 0f 001 01 0 0 0 0 0 1 1 98 (XEN) 10 000 00 1 0 0 0 0 0 0 00 (XEN) 11 000 00 1 0 0 0 0 0 0 00 (XEN) 12 000 00 1 0 0 0 0 0 0 00 (XEN) 13 000 00 1 0 0 0 0 0 0 00 (XEN) 14 000 00 1 0 0 0 0 0 0 00 (XEN) 15 000 00 1 0 0 0 0 0 0 00 (XEN) 16 000 00 1 0 0 0 0 0 0 00 (XEN) 17 000 00 1 0 0 0 0 0 0 00 (XEN) IO APIC #7...... (XEN) .... register #00: 07000000 (XEN) ....... : physical APIC id: 07 (XEN) ....... : Delivery Type: 0 (XEN) ....... : LTS : 0 (XEN) .... register #01: 001F8021 (XEN) ....... : max redirection entries: 001F (XEN) ....... : PRQ implemented: 1 (XEN) ....... : IO APIC version: 0021 (XEN) .... register #02: 00000000 (XEN) ....... : arbitration: 00 (XEN) .... IRQ redirection table: (XEN) NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: (XEN) 00 000 00 1 0 0 0 0 0 0 00 (XEN) 01 000 00 1 0 0 0 0 0 0 00 (XEN) 02 000 00 1 0 0 0 0 0 0 00 (XEN) 03 000 00 1 0 0 0 0 0 0 00 (XEN) 04 000 00 1 0 0 0 0 0 0 00 (XEN) 05 000 00 1 0 0 0 0 0 0 00 (XEN) 06 000 00 1 0 0 0 0 0 0 00 (XEN) 07 000 00 1 0 0 0 0 0 0 00 (XEN) 08 000 00 1 0 0 0 0 0 0 00 (XEN) 09 000 00 1 0 0 0 0 0 0 00 (XEN) 0a 000 00 1 0 0 0 0 0 0 00 (XEN) 0b 000 00 1 0 0 0 0 0 0 00 (XEN) 0c 000 00 1 0 0 0 0 0 0 00 (XEN) 0d 000 00 1 0 0 0 0 0 0 00 (XEN) 0e 000 00 1 0 0 0 0 0 0 00 (XEN) 0f 000 00 1 0 0 0 0 0 0 00 (XEN) 10 000 00 1 0 0 0 0 0 0 00 (XEN) 11 000 00 1 0 0 0 0 0 0 00 (XEN) 12 000 00 1 0 0 0 0 0 0 00 (XEN) 13 000 00 1 0 0 0 0 0 0 00 (XEN) 14 000 00 1 0 0 0 0 0 0 00 (XEN) 15 000 00 1 0 0 0 0 0 0 00 (XEN) 16 000 00 1 0 0 0 0 0 0 00 (XEN) 17 000 00 1 0 0 0 0 0 0 00 (XEN) 18 000 00 1 0 0 0 0 0 0 00 (XEN) 19 000 00 1 0 0 0 0 0 0 00 (XEN) 1a 000 00 1 0 0 0 0 0 0 00 (XEN) 1b 000 00 1 0 0 0 0 0 0 00 (XEN) 1c 000 00 1 0 0 0 0 0 0 00 (XEN) 1d 000 00 1 0 0 0 0 0 0 00 (XEN) 1e 000 00 1 0 0 0 0 0 0 00 (XEN) 1f 000 00 1 0 0 0 0 0 0 00 (XEN) Using vector-based indexing (XEN) IRQ to pin mappings: (XEN) IRQ240 -> 0:2 (XEN) IRQ48 -> 0:1 (XEN) IRQ56 -> 0:3 (XEN) IRQ241 -> 0:4 (XEN) IRQ64 -> 0:5 (XEN) IRQ72 -> 0:6 (XEN) IRQ80 -> 0:7 (XEN) IRQ88 -> 0:8 (XEN) IRQ96 -> 0:9 (XEN) IRQ104 -> 0:10 (XEN) IRQ112 -> 0:11 (XEN) IRQ120 -> 0:12 (XEN) IRQ136 -> 0:13 (XEN) IRQ144 -> 0:14 (XEN) IRQ152 -> 0:15 (XEN) .................................... done. (XEN) Using local APIC timer interrupts. (XEN) calibrating APIC timer ... (XEN) ..... CPU clock speed is 3200.1378 MHz. (XEN) ..... host bus clock speed is 200.0085 MHz. (XEN) ..... bus_scale = 0x0000CCD7 (XEN) [2012-09-05 15:49:09] Platform timer is 14.318MHz HPET (XEN) [2012-09-05 15:49:09] Allocated console ring of 64 KiB. (XEN) [2012-09-05 15:49:09] HVM: ASIDs enabled. (XEN) [2012-09-05 15:49:09] SVM: Supported advanced features: (XEN) [2012-09-05 15:49:09] - Nested Page Tables (NPT) (XEN) [2012-09-05 15:49:09] - Last Branch Record (LBR) Virtualisation (XEN) [2012-09-05 15:49:09] - Next-RIP Saved on #VMEXIT (XEN) [2012-09-05 15:49:09] - Pause-Intercept Filter (XEN) [2012-09-05 15:49:09] HVM: SVM enabled (XEN) [2012-09-05 15:49:09] HVM: Hardware Assisted Paging (HAP) detected (XEN) [2012-09-05 15:49:09] HVM: HAP page sizes: 4kB, 2MB, 1GB (XEN) [2012-09-05 15:49:08] masked ExtINT on CPU#1 (XEN) [2012-09-05 15:49:09] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-05 15:49:08] masked ExtINT on CPU#2 (XEN) [2012-09-05 15:49:09] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-05 15:49:08] masked ExtINT on CPU#3 (XEN) [2012-09-05 15:49:09] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-05 15:49:08] masked ExtINT on CPU#4 (XEN) [2012-09-05 15:49:09] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-05 15:49:08] masked ExtINT on CPU#5 (XEN) [2012-09-05 15:49:09] Brought up 6 CPUs (XEN) [2012-09-05 15:49:09] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-05 15:49:09] HPET's MSI mode hasn't been supported when Interrupt Remapping is enabled. (XEN) [2012-09-05 15:49:09] ACPI sleep modes: S3 (XEN) [2012-09-05 15:49:09] MCA: Use hw thresholding to adjust polling frequency (XEN) [2012-09-05 15:49:09] mcheck_poll: Machine check polling timer started. (XEN) [2012-09-05 15:49:09] Xenoprofile: Failed to setup IBS LVT offset, IBSCTL = 0xffffffff (XEN) [2012-09-05 15:49:09] *** LOADING DOMAIN 0 *** (XEN) [2012-09-05 15:49:09] elf_parse_binary: phdr: paddr=0x1000000 memsz=0xd6a000 (XEN) [2012-09-05 15:49:09] elf_parse_binary: phdr: paddr=0x1e00000 memsz=0xdb0e8 (XEN) [2012-09-05 15:49:09] elf_parse_binary: phdr: paddr=0x1edc000 memsz=0x13c00 (XEN) [2012-09-05 15:49:09] elf_parse_binary: phdr: paddr=0x1ef0000 memsz=0xde5000 (XEN) [2012-09-05 15:49:09] elf_parse_binary: memory: 0x1000000 -> 0x2cd5000 (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: GUEST_OS = "linux" (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: GUEST_VERSION = "2.6" (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: XEN_VERSION = "xen-3.0" (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000 (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: ENTRY = 0xffffffff81ef0210 (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000 (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb" (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: PAE_MODE = "yes" (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: LOADER = "generic" (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: unknown xen elf note (0xd) (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: SUSPEND_CANCEL = 0x1 (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000 (XEN) [2012-09-05 15:49:09] elf_xen_parse_note: PADDR_OFFSET = 0x0 (XEN) [2012-09-05 15:49:09] elf_xen_addr_calc_check: addresses: (XEN) [2012-09-05 15:49:09] virt_base = 0xffffffff80000000 (XEN) [2012-09-05 15:49:09] elf_paddr_offset = 0x0 (XEN) [2012-09-05 15:49:09] virt_offset = 0xffffffff80000000 (XEN) [2012-09-05 15:49:09] virt_kstart = 0xffffffff81000000 (XEN) [2012-09-05 15:49:09] virt_kend = 0xffffffff82cd5000 (XEN) [2012-09-05 15:49:09] virt_entry = 0xffffffff81ef0210 (XEN) [2012-09-05 15:49:09] p2m_base = 0xffffffffffffffff (XEN) [2012-09-05 15:49:09] Xen kernel: 64-bit, lsb, compat32 (XEN) [2012-09-05 15:49:09] Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2cd5000 (XEN) [2012-09-05 15:49:09] PHYSICAL MEMORY ARRANGEMENT: (XEN) [2012-09-05 15:49:09] Dom0 alloc.: 0000000240000000->0000000244000000 (242428 pages to be allocated) (XEN) [2012-09-05 15:49:09] Init. ramdisk: 000000024f2fc000->000000024ffff800 (XEN) [2012-09-05 15:49:09] VIRTUAL MEMORY ARRANGEMENT: (XEN) [2012-09-05 15:49:09] Loaded kernel: ffffffff81000000->ffffffff82cd5000 (XEN) [2012-09-05 15:49:09] Init. ramdisk: ffffffff82cd5000->ffffffff839d8800 (XEN) [2012-09-05 15:49:09] Phys-Mach map: ffffffff839d9000->ffffffff83bd9000 (XEN) [2012-09-05 15:49:09] Start info: ffffffff83bd9000->ffffffff83bd94b4 (XEN) [2012-09-05 15:49:09] Page tables: ffffffff83bda000->ffffffff83bfd000 (XEN) [2012-09-05 15:49:09] Boot stack: ffffffff83bfd000->ffffffff83bfe000 (XEN) [2012-09-05 15:49:09] TOTAL: ffffffff80000000->ffffffff84000000 (XEN) [2012-09-05 15:49:09] ENTRY ADDRESS: ffffffff81ef0210 (XEN) [2012-09-05 15:49:09] Dom0 has maximum 6 VCPUs (XEN) [2012-09-05 15:49:09] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81d6a000 (XEN) [2012-09-05 15:49:09] elf_load_binary: phdr 1 at 0xffffffff81e00000 -> 0xffffffff81edb0e8 (XEN) [2012-09-05 15:49:09] elf_load_binary: phdr 2 at 0xffffffff81edc000 -> 0xffffffff81eefc00 (XEN) [2012-09-05 15:49:09] elf_load_binary: phdr 3 at 0xffffffff81ef0000 -> 0xffffffff81f89000 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0000, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0002, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0010, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0018, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0028, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0030, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0050, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0058, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0060, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0068, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0088, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0090, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0092, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0098, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x009a, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x00a0, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x00a3, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x00a4, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x00a5, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x00a8, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x00b0, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x00b2, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: No iommu for device 0000:00:18.0 (XEN) [2012-09-05 15:49:10] AMD-Vi: No iommu for device 0000:00:18.1 (XEN) [2012-09-05 15:49:10] AMD-Vi: No iommu for device 0000:00:18.2 (XEN) [2012-09-05 15:49:10] AMD-Vi: No iommu for device 0000:00:18.3 (XEN) [2012-09-05 15:49:10] AMD-Vi: No iommu for device 0000:00:18.4 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0400, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0401, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0402, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0403, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0404, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0405, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0406, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0407, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0500, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0600, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0601, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0700, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0800, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0900, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0a00, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0a01, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0a02, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0a03, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0a04, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0a05, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0a06, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0a07, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] AMD-Vi: Setup I/O page table: device id = 0x0b00, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:49:10] Scrubbing Free RAM: ...........................<0>AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 (XEN) [2012-09-05 15:49:11] ............................................done. (XEN) [2012-09-05 15:49:12] Initial low memory virq threshold set at 0x4000 pages. (XEN) [2012-09-05 15:49:12] Std. Loglevel: All (XEN) [2012-09-05 15:49:12] Guest Loglevel: All (XEN) [2012-09-05 15:49:12] Xen is relinquishing VGA console. (XEN) [2012-09-05 15:49:12] *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen) (XEN) [2012-09-05 15:49:12] Freed 256kB init memory. (XEN) [2012-09-05 15:49:12] IOAPIC[0]: Set PCI routing entry (6-9 -> 0x60 -> IRQ 9 Mode:1 Active:1) (XEN) [2012-09-05 15:49:12] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:12] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:12] traps.c:2584:d0 Domain attempted WRMSR 00000000c0010004 from 0x0000eff0bdfb1fce to 0x000000000000abcd. (XEN) [2012-09-05 15:49:12] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:12] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:12] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:12] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:13] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:13] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:13] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:13] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:13] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:13] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:00.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:00.2 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:02.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:03.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:05.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:06.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:0a.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:0b.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:0c.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:0d.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:11.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:12.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:12.2 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:13.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:13.2 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:14.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:14.3 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:14.4 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:14.5 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:15.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:16.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:16.2 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:18.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:18.1 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:18.2 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:18.3 (XEN) [2012-09-05 15:49:13] PCI add device 0000:00:18.4 (XEN) [2012-09-05 15:49:13] PCI add device 0000:0b:00.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:0a:00.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:0a:00.1 (XEN) [2012-09-05 15:49:13] PCI add device 0000:0a:00.2 (XEN) [2012-09-05 15:49:13] PCI add device 0000:0a:00.3 (XEN) [2012-09-05 15:49:13] PCI add device 0000:0a:00.4 (XEN) [2012-09-05 15:49:13] PCI add device 0000:0a:00.5 (XEN) [2012-09-05 15:49:13] PCI add device 0000:0a:00.6 (XEN) [2012-09-05 15:49:13] PCI add device 0000:0a:00.7 (XEN) [2012-09-05 15:49:13] PCI add device 0000:09:00.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:08:00.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:07:00.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:06:00.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:06:00.1 (XEN) [2012-09-05 15:49:13] PCI add device 0000:05:00.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:04:00.0 (XEN) [2012-09-05 15:49:13] PCI add device 0000:04:00.1 (XEN) [2012-09-05 15:49:13] PCI add device 0000:04:00.2 (XEN) [2012-09-05 15:49:13] PCI add device 0000:04:00.3 (XEN) [2012-09-05 15:49:13] PCI add device 0000:04:00.4 (XEN) [2012-09-05 15:49:13] PCI add device 0000:04:00.5 (XEN) [2012-09-05 15:49:13] PCI add device 0000:04:00.6 (XEN) [2012-09-05 15:49:13] PCI add device 0000:04:00.7 (XEN) [2012-09-05 15:49:13] PCI add device 0000:03:06.0 (XEN) [2012-09-05 15:49:13] IOAPIC[0]: Set PCI routing entry (6-8 -> 0x58 -> IRQ 8 Mode:0 Active:0) (XEN) [2012-09-05 15:49:13] IOAPIC[0]: Set PCI routing entry (6-13 -> 0x88 -> IRQ 13 Mode:0 Active:0) (XEN) [2012-09-05 15:49:13] IOAPIC[1]: Set PCI routing entry (7-28 -> 0xa0 -> IRQ 52 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[1]: Set PCI routing entry (7-29 -> 0xa8 -> IRQ 53 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[1]: Set PCI routing entry (7-30 -> 0xb0 -> IRQ 54 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[0]: Set PCI routing entry (6-16 -> 0xb8 -> IRQ 16 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[0]: Set PCI routing entry (6-18 -> 0xc0 -> IRQ 18 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[0]: Set PCI routing entry (6-17 -> 0xc8 -> IRQ 17 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[1]: Set PCI routing entry (7-4 -> 0xd0 -> IRQ 28 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[1]: Set PCI routing entry (7-5 -> 0xd8 -> IRQ 29 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[1]: Set PCI routing entry (7-6 -> 0x21 -> IRQ 30 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[1]: Set PCI routing entry (7-7 -> 0x29 -> IRQ 31 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[1]: Set PCI routing entry (7-16 -> 0x31 -> IRQ 40 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[1]: Set PCI routing entry (7-17 -> 0x39 -> IRQ 41 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[1]: Set PCI routing entry (7-18 -> 0x41 -> IRQ 42 Mode:1 Active:1) (XEN) [2012-09-05 15:49:13] IOAPIC[1]: Set PCI routing entry (7-19 -> 0x49 -> IRQ 43 Mode:1 Active:1) (XEN) [2012-09-05 15:49:14] IOAPIC[0]: Set PCI routing entry (6-22 -> 0x99 -> IRQ 22 Mode:1 Active:1) (XEN) [2012-09-05 15:49:14] IOAPIC[1]: Set PCI routing entry (7-12 -> 0xa1 -> IRQ 36 Mode:1 Active:1) (XEN) [2012-09-05 15:49:14] IOAPIC[1]: Set PCI routing entry (7-23 -> 0xa9 -> IRQ 47 Mode:1 Active:1) (XEN) [2012-09-05 15:49:14] IOAPIC[0]: Set PCI routing entry (6-19 -> 0xb1 -> IRQ 19 Mode:1 Active:1) (XEN) [2012-09-05 15:49:14] IOAPIC[1]: Set PCI routing entry (7-22 -> 0xc1 -> IRQ 46 Mode:1 Active:1) (XEN) [2012-09-05 15:49:14] IOAPIC[1]: Set PCI routing entry (7-27 -> 0xd1 -> IRQ 51 Mode:1 Active:1) (XEN) [2012-09-05 15:49:16] IOAPIC[1]: Set PCI routing entry (7-9 -> 0x22 -> IRQ 33 Mode:1 Active:1) (XEN) [2012-09-05 15:50:19] traps.c:2584:d1 Domain attempted WRMSR 00000000c0010004 from 0x00006fb039de7900 to 0x000000000000abcd. (XEN) [2012-09-05 15:50:25] traps.c:2584:d2 Domain attempted WRMSR 00000000c0010004 from 0x000042345a0da545 to 0x000000000000abcd. (XEN) [2012-09-05 15:50:37] traps.c:2584:d3 Domain attempted WRMSR 00000000c0010004 from 0x00006fb039de7900 to 0x000000000000abcd. (XEN) [2012-09-05 15:50:37] traps.c:2584:d4 Domain attempted WRMSR 00000000c0010004 from 0x00006fb039de7900 to 0x000000000000abcd. (XEN) [2012-09-05 15:50:43] traps.c:2584:d5 Domain attempted WRMSR 00000000c0010004 from 0x000042345a0da545 to 0x000000000000abcd. (XEN) [2012-09-05 15:50:49] traps.c:2584:d6 Domain attempted WRMSR 00000000c0010004 from 0x000042345a0da545 to 0x000000000000abcd. (XEN) [2012-09-05 15:50:55] traps.c:2584:d7 Domain attempted WRMSR 00000000c0010004 from 0x0000a195c40f618f to 0x000000000000abcd. (XEN) [2012-09-05 15:51:01] traps.c:2584:d8 Domain attempted WRMSR 00000000c0010004 from 0x00008679c02b4165 to 0x000000000000abcd. (XEN) [2012-09-05 15:51:07] traps.c:2584:d9 Domain attempted WRMSR 00000000c0010004 from 0x0000a195c40f618f to 0x000000000000abcd. (XEN) [2012-09-05 15:51:13] traps.c:2584:d10 Domain attempted WRMSR 00000000c0010004 from 0x0000a195c40f618f to 0x000000000000abcd. (XEN) [2012-09-05 15:51:22] AMD-Vi: Disable: device id = 0x00a4, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:51:22] AMD-Vi: Setup I/O page table: device id = 0x00a4, root table = 0x18e0a1000, domain = 11, paging mode = 3 (XEN) [2012-09-05 15:51:22] AMD-Vi: Re-assign 0000:03:06.0 from dom0 to dom11 (XEN) [2012-09-05 15:51:22] traps.c:2584:d11 Domain attempted WRMSR 00000000c0010004 from 0x0000a195c40f618f to 0x000000000000abcd. (XEN) [2012-09-05 15:51:28] traps.c:2584:d12 Domain attempted WRMSR 00000000c0010004 from 0x0000a195c40f618f to 0x000000000000abcd. (XEN) [2012-09-05 15:51:35] traps.c:2584:d13 Domain attempted WRMSR 00000000c0010004 from 0x000042345a0da545 to 0x000000000000abcd. (XEN) [2012-09-05 15:51:41] AMD-Vi: Disable: device id = 0x0a00, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Setup I/O page table: device id = 0x0a00, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Re-assign 0000:0a:00.0 from dom0 to dom14 (XEN) [2012-09-05 15:51:41] AMD-Vi: Disable: device id = 0x0a01, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Setup I/O page table: device id = 0x0a01, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Re-assign 0000:0a:00.1 from dom0 to dom14 (XEN) [2012-09-05 15:51:41] AMD-Vi: Disable: device id = 0x0a02, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Setup I/O page table: device id = 0x0a02, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Re-assign 0000:0a:00.2 from dom0 to dom14 (XEN) [2012-09-05 15:51:41] AMD-Vi: Disable: device id = 0x0a03, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Setup I/O page table: device id = 0x0a03, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Re-assign 0000:0a:00.3 from dom0 to dom14 (XEN) [2012-09-05 15:51:41] AMD-Vi: Disable: device id = 0x0a04, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Setup I/O page table: device id = 0x0a04, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Re-assign 0000:0a:00.4 from dom0 to dom14 (XEN) [2012-09-05 15:51:41] AMD-Vi: Disable: device id = 0x0a05, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Setup I/O page table: device id = 0x0a05, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Re-assign 0000:0a:00.5 from dom0 to dom14 (XEN) [2012-09-05 15:51:41] AMD-Vi: Disable: device id = 0x0a06, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Setup I/O page table: device id = 0x0a06, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Re-assign 0000:0a:00.6 from dom0 to dom14 (XEN) [2012-09-05 15:51:41] AMD-Vi: Disable: device id = 0x0a07, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Setup I/O page table: device id = 0x0a07, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Re-assign 0000:0a:00.7 from dom0 to dom14 (XEN) [2012-09-05 15:51:41] AMD-Vi: Disable: device id = 0x0700, domain = 0, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Setup I/O page table: device id = 0x0700, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-05 15:51:41] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to dom14 (XEN) [2012-09-05 15:51:41] traps.c:2584:d14 Domain attempted WRMSR 00000000c0010004 from 0x000042345a0da545 to 0x000000000000abcd. (XEN) [2012-09-05 15:51:56] HVM15: HVM Loader (XEN) [2012-09-05 15:51:56] HVM15: Detected Xen v4.2.0-rc4-pre (XEN) [2012-09-05 15:51:56] HVM15: Xenbus rings @0xfeffc000, event channel 4 (XEN) [2012-09-05 15:51:56] HVM15: System requested ROMBIOS (XEN) [2012-09-05 15:51:56] HVM15: CPU speed is 3200 MHz (XEN) [2012-09-05 15:51:56] irq.c:270: Dom15 PCI link 0 changed 0 -> 5 (XEN) [2012-09-05 15:51:56] HVM15: PCI-ISA link 0 routed to IRQ5 (XEN) [2012-09-05 15:51:56] irq.c:270: Dom15 PCI link 1 changed 0 -> 10 (XEN) [2012-09-05 15:51:56] HVM15: PCI-ISA link 1 routed to IRQ10 (XEN) [2012-09-05 15:51:56] irq.c:270: Dom15 PCI link 2 changed 0 -> 11 (XEN) [2012-09-05 15:51:56] HVM15: PCI-ISA link 2 routed to IRQ11 (XEN) [2012-09-05 15:51:56] irq.c:270: Dom15 PCI link 3 changed 0 -> 5 (XEN) [2012-09-05 15:51:56] HVM15: PCI-ISA link 3 routed to IRQ5 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 01:2 INTD->IRQ5 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 01:3 INTA->IRQ10 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 03:0 INTA->IRQ5 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 04:0 INTA->IRQ5 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 02:0 bar 10 size 02000000: f0000008 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 03:0 bar 14 size 01000000: f2000008 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 04:0 bar 10 size 00020000: f3000000 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 02:0 bar 14 size 00001000: f3020000 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 03:0 bar 10 size 00000100: 0000c001 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 04:0 bar 14 size 00000040: 0000c101 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 01:2 bar 20 size 00000020: 0000c141 (XEN) [2012-09-05 15:51:56] HVM15: pci dev 01:1 bar 20 size 00000010: 0000c161 (XEN) [2012-09-05 15:51:56] HVM15: Multiprocessor initialisation: (XEN) [2012-09-05 15:51:56] HVM15: - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done. (XEN) [2012-09-05 15:51:56] HVM15: - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done. (XEN) [2012-09-05 15:51:56] HVM15: Testing HVM environment: (XEN) [2012-09-05 15:51:56] HVM15: - REP INSB across page boundaries ... passed (XEN) [2012-09-05 15:51:56] HVM15: - GS base MSRs and SWAPGS ... passed (XEN) [2012-09-05 15:51:56] HVM15: Passed 2 of 2 tests (XEN) [2012-09-05 15:51:56] HVM15: Writing SMBIOS tables ... (XEN) [2012-09-05 15:51:56] HVM15: Loading ROMBIOS ... (XEN) [2012-09-05 15:51:56] HVM15: 9660 bytes of ROMBIOS high-memory extensions: (XEN) [2012-09-05 15:51:56] HVM15: Relocating to 0xfc001000-0xfc0035bc ... done (XEN) [2012-09-05 15:51:56] HVM15: Creating MP tables ... (XEN) [2012-09-05 15:51:56] HVM15: Loading Cirrus VGABIOS ... (XEN) [2012-09-05 15:51:56] HVM15: Loading PCI Option ROM ... (XEN) [2012-09-05 15:51:56] HVM15: - Manufacturer: http://ipxe.org (XEN) [2012-09-05 15:51:56] HVM15: - Product name: iPXE (XEN) [2012-09-05 15:51:56] HVM15: Option ROMs: (XEN) [2012-09-05 15:51:56] HVM15: c0000-c8fff: VGA BIOS (XEN) [2012-09-05 15:51:56] HVM15: c9000-d9fff: Etherboot ROM (XEN) [2012-09-05 15:51:56] HVM15: Loading ACPI ... (XEN) [2012-09-05 15:51:56] HVM15: vm86 TSS at fc00f680 (XEN) [2012-09-05 15:51:56] HVM15: BIOS map: (XEN) [2012-09-05 15:51:56] HVM15: f0000-fffff: Main BIOS (XEN) [2012-09-05 15:51:56] HVM15: E820 table: (XEN) [2012-09-05 15:51:56] HVM15: [00]: 00000000:00000000 - 00000000:0009e000: RAM (XEN) [2012-09-05 15:51:56] HVM15: [01]: 00000000:0009e000 - 00000000:000a0000: RESERVED (XEN) [2012-09-05 15:51:56] HVM15: HOLE: 00000000:000a0000 - 00000000:000e0000 (XEN) [2012-09-05 15:51:56] HVM15: [02]: 00000000:000e0000 - 00000000:00100000: RESERVED (XEN) [2012-09-05 15:51:56] HVM15: [03]: 00000000:00100000 - 00000000:1f800000: RAM (XEN) [2012-09-05 15:51:56] HVM15: HOLE: 00000000:1f800000 - 00000000:fc000000 (XEN) [2012-09-05 15:51:56] HVM15: [04]: 00000000:fc000000 - 00000001:00000000: RESERVED (XEN) [2012-09-05 15:51:56] HVM15: Invoking ROMBIOS ... (XEN) [2012-09-05 15:51:56] HVM15: $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $ (XEN) [2012-09-05 15:51:57] stdvga.c:147:d15 entering stdvga and caching modes (XEN) [2012-09-05 15:51:57] HVM15: VGABios $Id: vgabios.c,v 1.67 2008/01/27 09:44:12 vruppert Exp $ (XEN) [2012-09-05 15:51:57] HVM15: Bochs BIOS - build: 06/23/99 (XEN) [2012-09-05 15:51:57] HVM15: $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $ (XEN) [2012-09-05 15:51:57] HVM15: Options: apmbios pcibios eltorito PMM (XEN) [2012-09-05 15:51:57] HVM15: (XEN) [2012-09-05 15:51:57] HVM15: ata0-0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 (XEN) [2012-09-05 15:51:57] HVM15: ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (57244 MBytes) (XEN) [2012-09-05 15:51:58] HVM15: IDE time out (XEN) [2012-09-05 15:51:58] HVM15: ata1 master: QEMU DVD-ROM ATAPI-4 CD-Rom/DVD-Rom (XEN) [2012-09-05 15:52:00] HVM15: IDE time out (XEN) [2012-09-05 15:52:00] HVM15: (XEN) [2012-09-05 15:52:00] HVM15: (XEN) [2012-09-05 15:52:00] HVM15: (XEN) [2012-09-05 15:52:00] HVM15: Press F12 for boot menu. (XEN) [2012-09-05 15:52:00] HVM15: (XEN) [2012-09-05 15:52:00] HVM15: Booting from Hard Disk... (XEN) [2012-09-05 15:52:00] HVM15: Booting from 0000:7c00 (XEN) [2012-09-05 15:52:04] traps.c:2584:d16 Domain attempted WRMSR 00000000c0010004 from 0x00008679c02b4165 to 0x000000000000abcd. (XEN) [2012-09-05 15:52:27] traps.c:3156: GPF (0060): ffff82c48015c9fe -> ffff82c480224b83 (XEN) [2012-09-05 15:52:27] traps.c:3157: show_execution_state(regs): (XEN) [2012-09-05 15:52:27] ----[ Xen-4.2.0-rc4-pre x86_64 debug=y Not tainted ]---- (XEN) [2012-09-05 15:52:27] CPU: 2 (XEN) [2012-09-05 15:52:27] RIP: e008:[<ffff82c48015c9fe>] context_switch+0x394/0xeeb (XEN) [2012-09-05 15:52:27] RFLAGS: 0000000000010246 CONTEXT: hypervisor (XEN) [2012-09-05 15:52:27] rax: 0000000000000001 rbx: ffff8300a52d9000 rcx: 0000000000000001 (XEN) [2012-09-05 15:52:27] rdx: 0000000000000063 rsi: 0000000000000001 rdi: 0000000000000171 (XEN) [2012-09-05 15:52:27] rbp: ffff83024d8b7e28 rsp: ffff83024d8b7d88 r8: 0000000000000006 (XEN) [2012-09-05 15:52:27] r9: ffff8300afd07060 r10: 00000000deadbeef r11: 0000000000000246 (XEN) [2012-09-05 15:52:27] r12: ffff8300afd07000 r13: 0000000000000002 r14: 0000000000000002 (XEN) [2012-09-05 15:52:27] r15: ffff83024d950048 cr0: 000000008005003b cr4: 00000000000006f0 (XEN) [2012-09-05 15:52:27] cr3: 000000006845c000 cr2: 00000000f760c88f (XEN) [2012-09-05 15:52:27] ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e010 cs: e008 (XEN) [2012-09-05 15:52:27] Xen stack trace from rsp=ffff83024d8b7d88: (XEN) [2012-09-05 15:52:27] ffff83024d8b7ef8 ffff82c48010ed7b 0000001e65755078 0000000065b51000 (XEN) [2012-09-05 15:52:27] ffff830065b51060 ffff83024d950060 ffff83024d8b7e18 ffff82c4801805be (XEN) [2012-09-05 15:52:27] 00000000000000b4 000000aef74629d0 0000000000000000 0000000000000000 (XEN) [2012-09-05 15:52:27] 0000000000000000 0000000000000000 ffff83024d8b7e28 ffff8300afd07000 (XEN) [2012-09-05 15:52:27] ffff8300a52d9000 0000002e540e5245 0000000000000002 ffff83024d950048 (XEN) [2012-09-05 15:52:27] ffff83024d8b7eb8 ffff82c480124a70 00ff83024d8b7e88 ffff83024d950040 (XEN) [2012-09-05 15:52:27] 000000025771aa27 0000002e540e5245 ffff83024d8b7e88 ffffffffffffffc2 (XEN) [2012-09-05 15:52:27] ffff8300a52d9000 0000000001c9c380 ffff83024d8b7e00 ffff82c4801226ce (XEN) [2012-09-05 15:52:27] ffff83024d8b7ef8 ffff82c4802d8100 00000000ffffffff ffff82c4802d8000 (XEN) [2012-09-05 15:52:27] ffff83024d8b7f18 ffffffffffffffff ffff83024d8b7ef8 ffff82c480125e31 (XEN) [2012-09-05 15:52:27] 0000000000000246 ffff8300afd07000 ffffffff81ece5d8 0000000000000000 (XEN) [2012-09-05 15:52:27] 0000000000000000 0000000000000000 ffff83024d8b7f08 ffff82c480125e68 (XEN) [2012-09-05 15:52:27] 00007cfdb27480c7 ffff82c480222f06 0000000000000000 ffffffff81e13880 (XEN) [2012-09-05 15:52:27] 0000000000000000 ffff88001e0b00d8 ffffffff81e01ce8 ffff88001fc0b100 (XEN) [2012-09-05 15:52:27] 0000000000000202 0000000000000000 0000000000000000 0000000000000000 (XEN) [2012-09-05 15:52:27] 0000000000000000 ffffffff810011aa ffff88001ead30c0 00000000deadbeef (XEN) [2012-09-05 15:52:27] 00000000deadbeef 0000010000000000 ffffffff810011aa 000000000000e033 (XEN) [2012-09-05 15:52:27] 0000000000000202 ffffffff81e01cb0 000000000000e02b 00005bfd0000beef (XEN) [2012-09-05 15:52:27] 800000000000beef 740000000000beef 000000000018beef 00005bfe00000002 (XEN) [2012-09-05 15:52:27] ffff8300a52d9000 0000003dcd64e680 000000000018e0c9 (XEN) [2012-09-05 15:52:27] Xen call trace: (XEN) [2012-09-05 15:52:27] [<ffff82c48015c9fe>] context_switch+0x394/0xeeb (XEN) [2012-09-05 15:52:27] [<ffff82c480124a70>] schedule+0x666/0x675 (XEN) [2012-09-05 15:52:27] [<ffff82c480125e31>] __do_softirq+0xa4/0xb5 (XEN) [2012-09-05 15:52:27] [<ffff82c480125e68>] do_softirq+0x26/0x28 (XEN) [2012-09-05 15:52:27] (XEN) [2012-09-05 15:52:27] traps.c:3159: show_execution_state(guest_cpu_user_regs()): (XEN) [2012-09-05 15:52:27] ----[ Xen-4.2.0-rc4-pre x86_64 debug=y Not tainted ]---- (XEN) [2012-09-05 15:52:27] CPU: 2 (XEN) [2012-09-05 15:52:27] RIP: e033:[<ffffffff810011aa>] (XEN) [2012-09-05 15:52:27] RFLAGS: 0000000000000202 EM: 1 CONTEXT: pv guest (XEN) [2012-09-05 15:52:27] rax: 0000000000000000 rbx: ffff88001fc0b100 rcx: ffffffff810011aa (XEN) [2012-09-05 15:52:27] rdx: ffff88001ead30c0 rsi: 00000000deadbeef rdi: 00000000deadbeef (XEN) [2012-09-05 15:52:27] rbp: ffffffff81e01ce8 rsp: ffffffff81e01cb0 r8: 0000000000000000 (XEN) [2012-09-05 15:52:27] r9: 0000000000000000 r10: 0000000000000000 r11: 0000000000000202 (XEN) [2012-09-05 15:52:27] r12: ffff88001e0b00d8 r13: 0000000000000000 r14: ffffffff81e13880 (XEN) [2012-09-05 15:52:27] r15: 0000000000000000 cr0: 000000008005003b cr4: 00000000000006f0 (XEN) [2012-09-05 15:52:27] cr3: 000000006845c000 cr2: 00000000f760c88f (XEN) [2012-09-05 15:52:27] ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e02b cs: e033 (XEN) [2012-09-05 15:52:27] Guest stack trace from rsp=ffffffff81e01cb0: (XEN) [2012-09-05 15:52:27] 0000000000000000 0000000000000001 ffffffff81004942 ffffffff81e13420 (XEN) [2012-09-05 15:52:27] ffff88001ead30c0 0000000000000000 ffffffff81e13880 ffffffff81e01d08 (XEN) [2012-09-05 15:52:27] ffffffff81003941 ffff88001ead30c0 ffffffff81e13420 ffffffff81e01d68 (XEN) [2012-09-05 15:52:27] ffffffff8100b850 ffffffff81e13420 0000000000000001 0000000000000063 (XEN) [2012-09-05 15:52:27] ffff88001fc10a80 ffffffff81e01d78 ffff88001fc12e80 0000000000000000 (XEN) [2012-09-05 15:52:27] ffff88001ccd6880 0000000000000082 ffffffff810f0040 ffffffff81e13420 (XEN) [2012-09-05 15:52:27] ffffffff817fa2f5 ffffffff81e01ec8 0000000000000216 ffff88001fc0e698 (XEN) [2012-09-05 15:52:27] 0000000000000001 ffffffff81e13420 0000000000012e80 ffffffff81e01fd8 (XEN) [2012-09-05 15:52:27] ffffffff81e00010 0000000000012e80 0000000000012e80 ffffffff81e01fd8 (XEN) [2012-09-05 15:52:27] 0000000000012e80 ffff88001ead2080 ffffffff81e13420 ffff88001fc0e8a0 (XEN) [2012-09-05 15:52:27] 0000000000000000 ffffffff81e01e98 ffffffff8108b381 0000000000000001 (XEN) [2012-09-05 15:52:27] ffffffff810ab221 0000000181e01e28 0000000000000000 0000000081e01e48 (XEN) [2012-09-05 15:52:27] 0000000000000070 000000001fc0e8a0 000000000000e680 0000000000000000 (XEN) [2012-09-05 15:52:27] ffffffff81e13420 ffffffff810a86fc 0000000000000000 0000000000000000 (XEN) [2012-09-05 15:52:27] 0000000000000000 ffffffff81e01e98 ffffffff810acb78 ffff88001fc0e8a0 (XEN) [2012-09-05 15:52:27] 00000005739d05d9 ffffffff81e01ea8 ffffffff81e00010 ffffffff81ece5d8 (XEN) [2012-09-05 15:52:27] ffffffff81f420c0 0000000000000000 0000000000000000 ffffffff81e01ed8 (XEN) [2012-09-05 15:52:27] ffffffff817fa814 ffffffff81e01ef8 ffffffff81016456 0000000000000002 (XEN) [2012-09-05 15:52:27] ffffffff81f39920 ffffffff81e01f28 ffffffff817d5b8c ffffffff817d5ad0 (XEN) [2012-09-05 15:52:27] ffff880000001000 ffffffff81e01f28 0000000000000000 ffffffff81e01f78 (XEN) [2012-09-05 15:52:28] irq.c:270: Dom15 PCI link 0 changed 5 -> 0 (XEN) [2012-09-05 15:52:28] irq.c:270: Dom15 PCI link 1 changed 10 -> 0 (XEN) [2012-09-05 15:52:28] irq.c:270: Dom15 PCI link 2 changed 11 -> 0 (XEN) [2012-09-05 15:52:28] irq.c:270: Dom15 PCI link 3 changed 5 -> 0 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0a (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a09 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xde, mfn=0xa4a08 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a09 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0a (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xde, mfn=0xa4a08 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a09 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xde, mfn=0xa4a08 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0a (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a09 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0a (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a09 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xde, mfn=0xa4a08 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a09 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0a (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a09 (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0a (XEN) [2012-09-05 15:52:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a09 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xc9, mfn=0xa4a1d (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xcb, mfn=0xa4a1b (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xcd, mfn=0xa4a19 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xcf, mfn=0xa4a17 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd1, mfn=0xa4a15 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd3, mfn=0xa4a13 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd5, mfn=0xa4a11 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd7, mfn=0xa4a0f (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd9, mfn=0xa4a0d (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdb, mfn=0xa4a0b (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a09 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdf, mfn=0xa4a07 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe1, mfn=0xa4a05 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe3, mfn=0xa4a03 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe5, mfn=0xa4a01 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe7, mfn=0xa463f (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe9, mfn=0xa463d (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xeb, mfn=0xa463b (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xed, mfn=0xa4639 (XEN) [2012-09-05 15:52:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xef, mfn=0xa4637 (XEN) [2012-09-05 15:58:42] traps.c:3156: GPF (0060): ffff82c48015c9fe -> ffff82c480224b83 (XEN) [2012-09-05 15:58:42] traps.c:3157: show_execution_state(regs): (XEN) [2012-09-05 15:58:42] ----[ Xen-4.2.0-rc4-pre x86_64 debug=y Not tainted ]---- (XEN) [2012-09-05 15:58:42] CPU: 3 (XEN) [2012-09-05 15:58:42] RIP: e008:[<ffff82c48015c9fe>] context_switch+0x394/0xeeb (XEN) [2012-09-05 15:58:42] RFLAGS: 0000000000010246 CONTEXT: hypervisor (XEN) [2012-09-05 15:58:42] rax: 0000000000000001 rbx: ffff8300a52d9000 rcx: 0000000000000001 (XEN) [2012-09-05 15:58:42] rdx: 0000000000000063 rsi: 0000000000000001 rdi: 000000000000015c (XEN) [2012-09-05 15:58:42] rbp: ffff83024d8a7e28 rsp: ffff83024d8a7d88 r8: 0000000000000006 (XEN) [2012-09-05 15:58:42] r9: ffff8300afd07060 r10: 00000000deadbeef r11: 0000000000000246 (XEN) [2012-09-05 15:58:42] r12: ffff8300afd07000 r13: 0000000000000003 r14: 0000000000000003 (XEN) [2012-09-05 15:58:42] r15: ffff83024d8aa048 cr0: 000000008005003b cr4: 00000000000006f0 (XEN) [2012-09-05 15:58:42] cr3: 0000000068144000 cr2: 00000000f76ad934 (XEN) [2012-09-05 15:58:42] ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e010 cs: e008 (XEN) [2012-09-05 15:58:42] Xen stack trace from rsp=ffff83024d8a7d88: (XEN) [2012-09-05 15:58:42] ffff83024d8a7dd8 0000000000000282 0000001e772fd6d9 0000000000000282 (XEN) [2012-09-05 15:58:42] ffff830065b51060 ffff83024d8aa060 ffff83024d8a7e18 ffff82c4801805be (XEN) [2012-09-05 15:58:42] 000000000000094a 000001c5a9cef942 0000000000000000 0000000000000000 (XEN) [2012-09-05 15:58:42] 0000000000000000 0000000000000000 ffff83024d8a7e28 ffff8300afd07000 (XEN) [2012-09-05 15:58:42] ffff8300a52d9000 00000085769839f0 0000000000000002 ffff83024d8aa048 (XEN) [2012-09-05 15:58:42] ffff83024d8a7eb8 ffff82c480124a70 00ff83024d8a7e88 ffff83024d8aa040 (XEN) [2012-09-05 15:58:42] 000000038ca15dc4 00000085769839f0 ffff83024d8a7e88 ffffffffffffffc2 (XEN) [2012-09-05 15:58:42] ffff8300a52d9000 0000000001c9c380 ffff83024d8a7e00 ffff82c4801226ce (XEN) [2012-09-05 15:58:42] ffff83024d8a7ef8 ffff82c4802d8180 00000000ffffffff ffff82c4802d8000 (XEN) [2012-09-05 15:58:42] ffff83024d8a7f18 ffffffffffffffff ffff83024d8a7ef8 ffff82c480125e31 (XEN) [2012-09-05 15:58:42] 0000000000000246 ffff8300afd07000 ffffffff81ece5d8 0000000000000000 (XEN) [2012-09-05 15:58:42] 0000000000000000 0000000000000000 ffff83024d8a7f08 ffff82c480125e68 (XEN) [2012-09-05 15:58:42] 00007cfdb27580c7 ffff82c480222f06 0000000000000000 ffffffff81e13880 (XEN) [2012-09-05 15:58:42] 0000000000000000 ffff88001d3f00d8 ffffffff81e01ce8 ffff88001fc0b100 (XEN) [2012-09-05 15:58:42] 0000000000000202 0000000000000000 0000000000000001 0000000000000000 (XEN) [2012-09-05 15:58:42] 0000000000000000 ffffffff810011aa ffff88001eb40000 00000000deadbeef (XEN) [2012-09-05 15:58:42] 00000000deadbeef 0000010000000000 ffffffff810011aa 000000000000e033 (XEN) [2012-09-05 15:58:42] 0000000000000202 ffffffff81e01cb0 000000000000e02b 000053fd0000beef (XEN) [2012-09-05 15:58:42] 800000000000beef 740000000000beef 000000000018beef 000053fe00000003 (XEN) [2012-09-05 15:58:42] ffff8300a52d9000 0000003dcd5a8680 000000000018e0c9 (XEN) [2012-09-05 15:58:42] Xen call trace: (XEN) [2012-09-05 15:58:42] [<ffff82c48015c9fe>] context_switch+0x394/0xeeb (XEN) [2012-09-05 15:58:42] [<ffff82c480124a70>] schedule+0x666/0x675 (XEN) [2012-09-05 15:58:42] [<ffff82c480125e31>] __do_softirq+0xa4/0xb5 (XEN) [2012-09-05 15:58:42] [<ffff82c480125e68>] do_softirq+0x26/0x28 (XEN) [2012-09-05 15:58:42] (XEN) [2012-09-05 15:58:42] traps.c:3159: show_execution_state(guest_cpu_user_regs()): (XEN) [2012-09-05 15:58:42] ----[ Xen-4.2.0-rc4-pre x86_64 debug=y Not tainted ]---- (XEN) [2012-09-05 15:58:42] CPU: 3 (XEN) [2012-09-05 15:58:42] RIP: e033:[<ffffffff810011aa>] (XEN) [2012-09-05 15:58:42] RFLAGS: 0000000000000202 EM: 1 CONTEXT: pv guest (XEN) [2012-09-05 15:58:42] rax: 0000000000000000 rbx: ffff88001fc0b100 rcx: ffffffff810011aa (XEN) [2012-09-05 15:58:42] rdx: ffff88001eb40000 rsi: 00000000deadbeef rdi: 00000000deadbeef (XEN) [2012-09-05 15:58:42] rbp: ffffffff81e01ce8 rsp: ffffffff81e01cb0 r8: 0000000000000000 (XEN) [2012-09-05 15:58:42] r9: 0000000000000001 r10: 0000000000000000 r11: 0000000000000202 (XEN) [2012-09-05 15:58:42] r12: ffff88001d3f00d8 r13: 0000000000000000 r14: ffffffff81e13880 (XEN) [2012-09-05 15:58:42] r15: 0000000000000000 cr0: 000000008005003b cr4: 00000000000006f0 (XEN) [2012-09-05 15:58:42] cr3: 0000000068144000 cr2: 00000000f76ad934 (XEN) [2012-09-05 15:58:42] ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e02b cs: e033 (XEN) [2012-09-05 15:58:42] Guest stack trace from rsp=ffffffff81e01cb0: (XEN) [2012-09-05 15:58:42] 0000000000000000 0000000000000001 ffffffff81004942 ffffffff81e13420 (XEN) [2012-09-05 15:58:42] ffff88001eb40000 0000000000000000 ffffffff81e13880 ffffffff81e01d08 (XEN) [2012-09-05 15:58:42] ffffffff81003941 ffff88001eb40000 ffffffff81e13420 ffffffff81e01d68 (XEN) [2012-09-05 15:58:42] ffffffff8100b850 ffffffff81e13420 0000000000000001 0000000000000063 (XEN) [2012-09-05 15:58:42] ffff88001fc10a80 ffffffff81e01d78 ffff88001fc12e80 0000000000000000 (XEN) [2012-09-05 15:58:42] ffff88001ccd4900 0000000000000082 ffffffff810f0040 ffffffff81e13420 (XEN) [2012-09-05 15:58:42] ffffffff817fa2f5 ffffffff81e01ec8 0000000000000216 ffff88001fc0e698 (XEN) [2012-09-05 15:58:42] 0000000000000001 ffffffff81e13420 0000000000012e80 ffffffff81e01fd8 (XEN) [2012-09-05 15:58:42] ffffffff81e00010 0000000000012e80 0000000000012e80 ffffffff81e01fd8 (XEN) [2012-09-05 15:58:42] 0000000000012e80 ffff88001ead2080 ffffffff81e13420 ffff88001fc0e8a0 (XEN) [2012-09-05 15:58:42] 0000000000000000 ffffffff81e01e98 ffffffff8108b381 0000000000000000 (XEN) [2012-09-05 15:58:42] ffffffff810ab221 0000000181e01e28 0000000000000000 0000000081e01e48 (XEN) [2012-09-05 15:58:42] 0000000000000070 000000001fc0e8a0 000000000000e680 0000000000000000 (XEN) [2012-09-05 15:58:42] ffffffff81e13420 ffffffff810a86fc 0000000000000000 0000000000000000 (XEN) [2012-09-05 15:58:42] 0000000000000000 ffffffff81e01e98 ffffffff810acb78 ffff88001fc0e8a0 (XEN) [2012-09-05 15:58:42] 0000005c95a3945e ffffffff81e01ea8 ffffffff81e00010 ffffffff81ece5d8 (XEN) [2012-09-05 15:58:42] ffffffff81f420c0 0000000000000000 0000000000000000 ffffffff81e01ed8 (XEN) [2012-09-05 15:58:42] ffffffff817fa814 ffffffff81e01ef8 ffffffff81016456 0000000000000002 (XEN) [2012-09-05 15:58:42] ffffffff81f39920 ffffffff81e01f28 ffffffff817d5b8c ffffffff817d5ad0 (XEN) [2012-09-05 15:58:42] ffff880000001000 ffffffff81e01f28 0000000000000000 ffffffff81e01f78 (XEN) [2012-09-05 15:58:55] traps.c:3156: GPF (0060): ffff82c48015c9fe -> ffff82c480224b83 (XEN) [2012-09-05 15:58:55] traps.c:3157: show_execution_state(regs): (XEN) [2012-09-05 15:58:55] ----[ Xen-4.2.0-rc4-pre x86_64 debug=y Not tainted ]---- (XEN) [2012-09-05 15:58:55] CPU: 3 (XEN) [2012-09-05 15:58:55] RIP: e008:[<ffff82c48015c9fe>] context_switch+0x394/0xeeb (XEN) [2012-09-05 15:58:55] RFLAGS: 0000000000210202 CONTEXT: hypervisor (XEN) [2012-09-05 15:58:55] rax: 0000000000000001 rbx: ffff8300a52d9000 rcx: 0000000000000001 (XEN) [2012-09-05 15:58:55] rdx: 0000000000000063 rsi: 0000000000000001 rdi: 00000000000001ae (XEN) [2012-09-05 15:58:55] rbp: ffff83024d8a7e28 rsp: ffff83024d8a7d88 r8: 0000000000000006 (XEN) [2012-09-05 15:58:55] r9: ffff83024d8aa060 r10: ffff8300afd1b060 r11: 0000008883a9e835 (XEN) [2012-09-05 15:58:55] r12: ffff8300a5a72000 r13: 0000000000000003 r14: 0000000000000003 (XEN) [2012-09-05 15:58:55] r15: ffff83024d8aa048 cr0: 000000008005003b cr4: 00000000000006f0 (XEN) [2012-09-05 15:58:55] cr3: 0000000080957000 cr2: 00000000b7381000 (XEN) [2012-09-05 15:58:55] ds: 0000 es: 0000 fs: 0000 gs: 0063 ss: 0000 cs: e008 (XEN) [2012-09-05 15:58:55] Xen stack trace from rsp=ffff83024d8a7d88: (XEN) [2012-09-05 15:58:55] 00000000000000ab ffff82f600cb6a20 0000001ea5694000 0000000000000000 (XEN) [2012-09-05 15:58:55] ffff830065b51060 ffff83024d8aa060 ffff83024d8a7e18 ffff82c4801805be (XEN) [2012-09-05 15:58:55] 00000000000009aa 000001cf59c67a7a 0000000000000000 0000000000000000 (XEN) [2012-09-05 15:58:55] 0000000000000000 0000000000000000 ffff83024d8a7e28 ffff8300a5a72000 (XEN) [2012-09-05 15:58:55] ffff8300a52d9000 000000888381bf56 0000000000000003 ffff83024d8aa048 (XEN) [2012-09-05 15:58:55] ffff83024d8a7eb8 ffff82c480124a70 00ff83024d8a7e68 ffff83024d8aa040 (XEN) [2012-09-05 15:58:55] 000000034d8a7e68 000000888381bf56 ffff83024d8a7e78 ffff82c4801be388 (XEN) [2012-09-05 15:58:55] ffff8300a52d9000 0000000001c9c380 ffff83024d8a7e00 ffff82c4801b870d (XEN) [2012-09-05 15:58:55] ffff8300a5a72000 ffff82c4802d8180 00000000ffffffff ffff82c4802d8000 (XEN) [2012-09-05 15:58:55] ffff83024d8a7f18 ffffffffffffffff ffff83024d8a7ef8 ffff82c480125e31 (XEN) [2012-09-05 15:58:55] ffff83024d8a7ed8 ffff8300a5a72000 0000000000000000 0000000000000000 (XEN) [2012-09-05 15:58:55] 0000000000000000 0000000000000000 ffff83024d8a7f08 ffff82c480125e68 (XEN) [2012-09-05 15:58:55] 00000000de0a1f8a ffff82c4801cb5d2 0000000000000000 ffffffff81e13880 (XEN) [2012-09-05 15:58:55] 0000000000000000 ffff88000b9c00d8 ffffffff81e01ce8 ffff88001fc0b100 (XEN) [2012-09-05 15:58:55] 0000000000200202 0000000000000000 0000000000000001 0000000000000000 (XEN) [2012-09-05 15:58:55] 0000000000000000 ffffffff810011aa ffff88001eb41040 00000000deadbeef (XEN) [2012-09-05 15:58:55] 00000000deadbeef 0000010000000000 ffffffff810011aa 000000000000e033 (XEN) [2012-09-05 15:58:55] 0000000000200202 ffffffff81e01cb0 000000000000e02b 000053fd0000beef (XEN) [2012-09-05 15:58:55] 800000000000beef 740000000000beef 000000000018beef 000053fe00000003 (XEN) [2012-09-05 15:58:55] ffff8300a52d9000 0000003dcd5a8680 000000000018e0c9 (XEN) [2012-09-05 15:58:55] Xen call trace: (XEN) [2012-09-05 15:58:55] [<ffff82c48015c9fe>] context_switch+0x394/0xeeb (XEN) [2012-09-05 15:58:55] [<ffff82c480124a70>] schedule+0x666/0x675 (XEN) [2012-09-05 15:58:55] [<ffff82c480125e31>] __do_softirq+0xa4/0xb5 (XEN) [2012-09-05 15:58:55] [<ffff82c480125e68>] do_softirq+0x26/0x28 (XEN) [2012-09-05 15:58:55] (XEN) [2012-09-05 15:58:55] traps.c:3159: show_execution_state(guest_cpu_user_regs()): (XEN) [2012-09-05 15:58:55] ----[ Xen-4.2.0-rc4-pre x86_64 debug=y Not tainted ]---- (XEN) [2012-09-05 15:58:55] CPU: 3 (XEN) [2012-09-05 15:58:55] RIP: e033:[<ffffffff810011aa>] (XEN) [2012-09-05 15:58:55] RFLAGS: 0000000000200202 EM: 1 CONTEXT: pv guest (XEN) [2012-09-05 15:58:55] rax: 0000000000000000 rbx: ffff88001fc0b100 rcx: ffffffff810011aa (XEN) [2012-09-05 15:58:55] rdx: ffff88001eb41040 rsi: 00000000deadbeef rdi: 00000000deadbeef (XEN) [2012-09-05 15:58:55] rbp: ffffffff81e01ce8 rsp: ffffffff81e01cb0 r8: 0000000000000000 (XEN) [2012-09-05 15:58:55] r9: 0000000000000001 r10: 0000000000000000 r11: 0000000000200202 (XEN) [2012-09-05 15:58:55] r12: ffff88000b9c00d8 r13: 0000000000000000 r14: ffffffff81e13880 (XEN) [2012-09-05 15:58:55] r15: 0000000000000000 cr0: 000000008005003b cr4: 00000000000006f0 (XEN) [2012-09-05 15:58:55] cr3: 0000000080957000 cr2: 000000000c26c02c (XEN) [2012-09-05 15:58:55] ds: 0000 es: 0000 fs: 0000 gs: 0063 ss: e02b cs: e033 (XEN) [2012-09-05 15:58:55] Guest stack trace from rsp=ffffffff81e01cb0: (XEN) [2012-09-05 15:58:55] 0000000000000000 0000000000000001 ffffffff81004942 ffffffff81e13420 (XEN) [2012-09-05 15:58:55] ffff88001eb41040 0000000000000000 ffffffff81e13880 ffffffff81e01d08 (XEN) [2012-09-05 15:58:55] ffffffff81003941 ffff88001eb41040 ffffffff81e13420 ffffffff81e01d68 (XEN) [2012-09-05 15:58:55] ffffffff8100b850 ffffffff81e13420 0000000000000001 0000000000000063 (XEN) [2012-09-05 15:58:55] ffff88001fc10a80 ffffffff81e01d78 ffff88001fc12e80 0000000000000000 (XEN) [2012-09-05 15:58:55] ffff88001ccd5f80 0000000000000082 ffffffff810f0040 ffffffff81e13420 (XEN) [2012-09-05 15:58:55] ffffffff817fa2f5 ffffffff81e01ec8 0000000000000216 ffff88001fc0e698 (XEN) [2012-09-05 15:58:55] 0000000000000001 ffffffff81e13420 0000000000012e80 ffffffff81e01fd8 (XEN) [2012-09-05 15:58:55] ffffffff81e00010 0000000000012e80 0000000000012e80 ffffffff81e01fd8 (XEN) [2012-09-05 15:58:55] 0000000000012e80 ffff88001ead2080 ffffffff81e13420 ffff88001fc0e8a0 (XEN) [2012-09-05 15:58:55] 0000000000000000 ffffffff81e01e98 ffffffff8108b381 0000000000000001 (XEN) [2012-09-05 15:58:55] ffffffff810ab221 0000000181e01e28 0000000000000000 0000000081e01e48 (XEN) [2012-09-05 15:58:55] 0000000000000070 000000001fc0e8a0 000000000000e680 0000000000000000 (XEN) [2012-09-05 15:58:55] ffffffff81e13420 ffffffff810a86fc 0000000000000000 0000000000000000 (XEN) [2012-09-05 15:58:55] 0000000000000000 ffffffff81e01e98 ffffffff810acb78 ffff88001fc0e8a0 (XEN) [2012-09-05 15:58:55] 0000005fa4a00876 ffffffff81e01ea8 ffffffff81e00010 ffffffff81ece5d8 (XEN) [2012-09-05 15:58:55] ffffffff81f420c0 0000000000000000 0000000000000000 ffffffff81e01ed8 (XEN) [2012-09-05 15:58:55] ffffffff817fa814 ffffffff81e01ef8 ffffffff81016456 0000000000000002 (XEN) [2012-09-05 15:58:55] ffffffff81f39920 ffffffff81e01f28 ffffffff817d5b8c ffffffff817d5ad0 (XEN) [2012-09-05 15:58:55] ffff880000001000 ffffffff81e01f28 0000000000000000 ffffffff81e01f78 (XEN) [2012-09-05 19:11:36] grant_table.c:254:d0 Increased maptrack size to 2 frames (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 [-- Attachment #4: Type: text/plain, Size: 126 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-05 22:59 ` Sander Eikelenboom @ 2012-09-06 13:32 ` Wei Wang 2012-09-06 13:50 ` Sander Eikelenboom 0 siblings, 1 reply; 22+ messages in thread From: Wei Wang @ 2012-09-06 13:32 UTC (permalink / raw) To: Sander Eikelenboom; +Cc: xen-devel@lists.xensource.com, Jan Beulich On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: > > Wednesday, September 5, 2012, 4:42:42 PM, you wrote: > >> Hi Jan, >> Attached patch dumps io page fault flags. The flags show the reason of >> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. > >> Thanks, >> Wei > >> signed-off-by: Wei Wang<wei.wang2@amd.com> > > > I have applied the patch and the flags seem to differ between the faults: > > AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 > (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 > (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 > (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 OK, so they are not interrupt requests. I guess further information from your system would be helpful to debug this issue: 1) xl info 2) xl list 3) lscpi -vvv (NOTE: not in dom0 but in your guest) 4) cat /proc/iomem (in both dom0 and your hvm guest) * I would also like to know the symptoms of device 0x0700 when IO_PF happened. Did it stop working? (BTW: I copied a few options from your boot cmd line and it worked with my RD890 system dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug apic=debug iommu=on,verbose,debug,no-sharept * so, what OEM board you have?) Also from your log, these lines looks very strange: (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd5, mfn=0xa4a11 (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd7, mfn=0xa4a0f (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd9, mfn=0xa4a0d (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdb, mfn=0xa4a0b (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a09 (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdf, mfn=0xa4a07 (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe1, mfn=0xa4a05 (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe3, mfn=0xa4a03 (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe5, mfn=0xa4a01 (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe7, mfn=0xa463f (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe9, mfn=0xa463d (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xeb, mfn=0xa463b (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xed, mfn=0xa4639 (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xef, mfn=0xa4637 (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0 (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa90f8300 (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa90f8340 (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa90f8380 (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa90f83c0 * they are just followed by the IO PAGE fault. Do you know where are they from? Your video card driver maybe? Thanks, Wei > Complete xl dmesg and lspci -vvvknn attached. > > Thx > > -- > Sander ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-06 13:32 ` Wei Wang @ 2012-09-06 13:50 ` Sander Eikelenboom 2012-09-06 15:03 ` Wei Wang 0 siblings, 1 reply; 22+ messages in thread From: Sander Eikelenboom @ 2012-09-06 13:50 UTC (permalink / raw) To: Wei Wang; +Cc: xen-devel@lists.xensource.com, Jan Beulich Thursday, September 6, 2012, 3:32:51 PM, you wrote: > On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >> >> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >> >>> Hi Jan, >>> Attached patch dumps io page fault flags. The flags show the reason of >>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >> >>> Thanks, >>> Wei >> >>> signed-off-by: Wei Wang<wei.wang2@amd.com> >> >> >> I have applied the patch and the flags seem to differ between the faults: >> >> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 > OK, so they are not interrupt requests. I guess further information from > your system would be helpful to debug this issue: > 1) xl info > 2) xl list > 3) lscpi -vvv (NOTE: not in dom0 but in your guest) > 4) cat /proc/iomem (in both dom0 and your hvm guest) dom14 is not a HVM guest,it's a PV guest. I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. > * I would also like to know the symptoms of device 0x0700 when IO_PF > happened. Did it stop working? Yes it stops working, the video capture just freezes, but the driver doesn't bail out. For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. > (BTW: I copied a few options from your boot cmd line and it worked with > my RD890 system > dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps > cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug > apic=debug iommu=on,verbose,debug,no-sharept > * so, what OEM board you have?) MSI 890FXA-GD70 > Also from your log, these lines looks very strange: > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xd5, mfn=0xa4a11 > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xd7, mfn=0xa4a0f > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xd9, mfn=0xa4a0d > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xdb, mfn=0xa4a0b > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xdd, mfn=0xa4a09 > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xdf, mfn=0xa4a07 > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xe1, mfn=0xa4a05 > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xe3, mfn=0xa4a03 > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xe5, mfn=0xa4a01 > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xe7, mfn=0xa463f > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xe9, mfn=0xa463d > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xeb, mfn=0xa463b > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xed, mfn=0xa4639 > (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to > read-only memory page. gfn=0xef, mfn=0xa4637 > (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id > = 0x0a06, fault address = 0xc2c2c2c0 > (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device > id = 0x0700, fault address = 0xa90f8300 > (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device > id = 0x0700, fault address = 0xa90f8340 > (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device > id = 0x0700, fault address = 0xa90f8380 > (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device > id = 0x0700, fault address = 0xa90f83c0 > * they are just followed by the IO PAGE fault. Do you know where are > they from? Your video card driver maybe? >From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. > Thanks, > Wei >> Complete xl dmesg and lspci -vvvknn attached. >> >> Thx >> >> -- >> Sander ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-06 13:50 ` Sander Eikelenboom @ 2012-09-06 15:03 ` Wei Wang 2012-09-06 15:08 ` Sander Eikelenboom 2012-09-07 7:32 ` Sander Eikelenboom 0 siblings, 2 replies; 22+ messages in thread From: Wei Wang @ 2012-09-06 15:03 UTC (permalink / raw) To: Sander Eikelenboom; +Cc: xen-devel@lists.xensource.com, Jan Beulich On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: > > Thursday, September 6, 2012, 3:32:51 PM, you wrote: > >> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >>> >>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >>> >>>> Hi Jan, >>>> Attached patch dumps io page fault flags. The flags show the reason of >>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >>> >>>> Thanks, >>>> Wei >>> >>>> signed-off-by: Wei Wang<wei.wang2@amd.com> >>> >>> >>> I have applied the patch and the flags seem to differ between the faults: >>> >>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 > >> OK, so they are not interrupt requests. I guess further information from >> your system would be helpful to debug this issue: >> 1) xl info >> 2) xl list >> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) >> 4) cat /proc/iomem (in both dom0 and your hvm guest) > > dom14 is not a HVM guest,it's a PV guest. Ah, I see. PV guest is quite different than hvm, it does use p2m tables as io page tables. So no-sharept option does not work in this case. PV guests always use separated io page tables. There might be some incorrect mappings on the page tables. I will check this on my side. Thanks, Wei > I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. > > >> * I would also like to know the symptoms of device 0x0700 when IO_PF >> happened. Did it stop working? > > Yes it stops working, the video capture just freezes, but the driver doesn't bail out. > For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. > >> (BTW: I copied a few options from your boot cmd line and it worked with >> my RD890 system > >> dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps >> cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug >> apic=debug iommu=on,verbose,debug,no-sharept > >> * so, what OEM board you have?) > > MSI 890FXA-GD70 > >> Also from your log, these lines looks very strange: > >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xd5, mfn=0xa4a11 >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xd7, mfn=0xa4a0f >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xd9, mfn=0xa4a0d >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xdb, mfn=0xa4a0b >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xdd, mfn=0xa4a09 >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xdf, mfn=0xa4a07 >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xe1, mfn=0xa4a05 >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xe3, mfn=0xa4a03 >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xe5, mfn=0xa4a01 >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xe7, mfn=0xa463f >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xe9, mfn=0xa463d >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xeb, mfn=0xa463b >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xed, mfn=0xa4639 >> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >> read-only memory page. gfn=0xef, mfn=0xa4637 >> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id >> = 0x0a06, fault address = 0xc2c2c2c0 >> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >> id = 0x0700, fault address = 0xa90f8300 >> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >> id = 0x0700, fault address = 0xa90f8340 >> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >> id = 0x0700, fault address = 0xa90f8380 >> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >> id = 0x0700, fault address = 0xa90f83c0 > >> * they are just followed by the IO PAGE fault. Do you know where are >> they from? Your video card driver maybe? > > From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. > > >> Thanks, >> Wei > > >>> Complete xl dmesg and lspci -vvvknn attached. >>> >>> Thx >>> >>> -- >>> Sander > > > > > ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-06 15:03 ` Wei Wang @ 2012-09-06 15:08 ` Sander Eikelenboom 2012-09-07 7:32 ` Sander Eikelenboom 1 sibling, 0 replies; 22+ messages in thread From: Sander Eikelenboom @ 2012-09-06 15:08 UTC (permalink / raw) To: Wei Wang; +Cc: xen-devel@lists.xensource.com, Jan Beulich Thursday, September 6, 2012, 5:03:05 PM, you wrote: > On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: >> >> Thursday, September 6, 2012, 3:32:51 PM, you wrote: >> >>> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >>>> >>>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >>>> >>>>> Hi Jan, >>>>> Attached patch dumps io page fault flags. The flags show the reason of >>>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >>>> >>>>> Thanks, >>>>> Wei >>>> >>>>> signed-off-by: Wei Wang<wei.wang2@amd.com> >>>> >>>> >>>> I have applied the patch and the flags seem to differ between the faults: >>>> >>>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 >> >>> OK, so they are not interrupt requests. I guess further information from >>> your system would be helpful to debug this issue: >>> 1) xl info >>> 2) xl list >>> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) >>> 4) cat /proc/iomem (in both dom0 and your hvm guest) >> >> dom14 is not a HVM guest,it's a PV guest. > Ah, I see. PV guest is quite different than hvm, it does use p2m tables > as io page tables. So no-sharept option does not work in this case. PV > guests always use separated io page tables. There might be some > incorrect mappings on the page tables. I will check this on my side. > Thanks, > Wei In that case it's perhaps mysteriously semi related to a p2m bug in kernels > 3.4 which freezes guests on my intel box. Though guests start fine on the amd box with kernels > 3.4, perhaps it does give issues for iommu if those are tied somehow. >> I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. >> >> >>> * I would also like to know the symptoms of device 0x0700 when IO_PF >>> happened. Did it stop working? >> >> Yes it stops working, the video capture just freezes, but the driver doesn't bail out. >> For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. >> >>> (BTW: I copied a few options from your boot cmd line and it worked with >>> my RD890 system >> >>> dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps >>> cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug >>> apic=debug iommu=on,verbose,debug,no-sharept >> >>> * so, what OEM board you have?) >> >> MSI 890FXA-GD70 >> >>> Also from your log, these lines looks very strange: >> >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xd5, mfn=0xa4a11 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xd7, mfn=0xa4a0f >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xd9, mfn=0xa4a0d >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xdb, mfn=0xa4a0b >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xdd, mfn=0xa4a09 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xdf, mfn=0xa4a07 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xe1, mfn=0xa4a05 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xe3, mfn=0xa4a03 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xe5, mfn=0xa4a01 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xe7, mfn=0xa463f >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xe9, mfn=0xa463d >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xeb, mfn=0xa463b >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xed, mfn=0xa4639 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xef, mfn=0xa4637 >>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id >>> = 0x0a06, fault address = 0xc2c2c2c0 >>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>> id = 0x0700, fault address = 0xa90f8300 >>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>> id = 0x0700, fault address = 0xa90f8340 >>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>> id = 0x0700, fault address = 0xa90f8380 >>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>> id = 0x0700, fault address = 0xa90f83c0 >> >>> * they are just followed by the IO PAGE fault. Do you know where are >>> they from? Your video card driver maybe? >> >> From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. >> >> >>> Thanks, >>> Wei >> >> >>>> Complete xl dmesg and lspci -vvvknn attached. >>>> >>>> Thx >>>> >>>> -- >>>> Sander >> >> >> >> >> ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-06 15:03 ` Wei Wang 2012-09-06 15:08 ` Sander Eikelenboom @ 2012-09-07 7:32 ` Sander Eikelenboom 2012-09-07 8:54 ` Wei Wang ` (2 more replies) 1 sibling, 3 replies; 22+ messages in thread From: Sander Eikelenboom @ 2012-09-07 7:32 UTC (permalink / raw) To: Wei Wang; +Cc: xen-devel@lists.xensource.com, Jan Beulich [-- Attachment #1: Type: text/plain, Size: 10472 bytes --] Thursday, September 6, 2012, 5:03:05 PM, you wrote: > On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: >> >> Thursday, September 6, 2012, 3:32:51 PM, you wrote: >> >>> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >>>> >>>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >>>> >>>>> Hi Jan, >>>>> Attached patch dumps io page fault flags. The flags show the reason of >>>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >>>> >>>>> Thanks, >>>>> Wei >>>> >>>>> signed-off-by: Wei Wang<wei.wang2@amd.com> >>>> >>>> >>>> I have applied the patch and the flags seem to differ between the faults: >>>> >>>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 >> >>> OK, so they are not interrupt requests. I guess further information from >>> your system would be helpful to debug this issue: >>> 1) xl info >>> 2) xl list >>> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) >>> 4) cat /proc/iomem (in both dom0 and your hvm guest) >> >> dom14 is not a HVM guest,it's a PV guest. > Ah, I see. PV guest is quite different than hvm, it does use p2m tables > as io page tables. So no-sharept option does not work in this case. PV > guests always use separated io page tables. There might be some > incorrect mappings on the page tables. I will check this on my side. I have reverted the machine to xen-4.1.4-pre (changeset 23353) and kept everything else the same. I haven't seen any IO PAGE FAULTS after that. I did spot some differences in the output from lspci between xen 4.1 and 4.2, related to MSI enabled or not for the IOMMU device. Have attached the xl/xm dmesg and lspci from booting with both versions. lspci: 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] 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 10 Capabilities: [40] Secure device <?> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 4128 Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ Although it seems enabled, shouldn't the IRQ number used be much higher than 10 for MSI interrupts ? There is another difference in the bridge device that's in front of the 0a:00.6 device that faults before the kernel is even booted. 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode]) Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ 4.1: Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 4.2: 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=0a, subordinate=0a, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9f00000-f9ffffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff 4.1: Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- 4.2: 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ serveerstertje:~# lspci -t -[0000:00]-+-00.0 +-00.2 +-02.0-[0b]----00.0 +-03.0-[0a]--+-00.0 | +-00.1 | +-00.2 | +-00.3 | +-00.4 | +-00.5 | +-00.6 | \-00.7 +-05.0-[09]----00.0 +-06.0-[08]----00.0 +-0a.0-[07]----00.0 +-0b.0-[06]--+-00.0 | \-00.1 +-0c.0-[05]----00.0 +-0d.0-[04]--+-00.0 | +-00.1 | +-00.2 | +-00.3 | +-00.4 | +-00.5 | +-00.6 | \-00.7 +-11.0 +-12.0 +-12.2 +-13.0 +-13.2 +-14.0 +-14.3 +-14.4-[03]----06.0 +-14.5 +-15.0-[02]-- +-16.0 +-16.2 +-18.0 +-18.1 +-18.2 +-18.3 \-18.4 > Thanks, > Wei >> I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. >> >> >>> * I would also like to know the symptoms of device 0x0700 when IO_PF >>> happened. Did it stop working? >> >> Yes it stops working, the video capture just freezes, but the driver doesn't bail out. >> For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. >> >>> (BTW: I copied a few options from your boot cmd line and it worked with >>> my RD890 system >> >>> dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps >>> cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug >>> apic=debug iommu=on,verbose,debug,no-sharept >> >>> * so, what OEM board you have?) >> >> MSI 890FXA-GD70 >> >>> Also from your log, these lines looks very strange: >> >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xd5, mfn=0xa4a11 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xd7, mfn=0xa4a0f >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xd9, mfn=0xa4a0d >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xdb, mfn=0xa4a0b >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xdd, mfn=0xa4a09 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xdf, mfn=0xa4a07 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xe1, mfn=0xa4a05 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xe3, mfn=0xa4a03 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xe5, mfn=0xa4a01 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xe7, mfn=0xa463f >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xe9, mfn=0xa463d >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xeb, mfn=0xa463b >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xed, mfn=0xa4639 >>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>> read-only memory page. gfn=0xef, mfn=0xa4637 >>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id >>> = 0x0a06, fault address = 0xc2c2c2c0 >>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>> id = 0x0700, fault address = 0xa90f8300 >>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>> id = 0x0700, fault address = 0xa90f8340 >>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>> id = 0x0700, fault address = 0xa90f8380 >>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>> id = 0x0700, fault address = 0xa90f83c0 >> >>> * they are just followed by the IO PAGE fault. Do you know where are >>> they from? Your video card driver maybe? >> >> From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. >> >> >>> Thanks, >>> Wei >> >> >>>> Complete xl dmesg and lspci -vvvknn attached. >>>> >>>> Thx >>>> >>>> -- >>>> Sander >> >> >> >> >> [-- Attachment #2: lspci-4.1.txt --] [-- Type: text/plain, Size: 86230 bytes --] 00:00.0 Host bridge [0600]: ATI Technologies Inc RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02) Subsystem: ATI Technologies Inc RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] 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: [f0] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [c4] HyperTransport: Slave or Primary Interface Command: BaseUnitID=0 UnitCnt=20 MastHost- DefDir- DUL- Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b- Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn- Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b- Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn- Revision ID: 3.00 Link Frequency 0: [b] Link Error 0: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend- Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- Link Frequency 1: 200MHz Link Error 1: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend- Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE- Prefetchable memory behind bridge Upper: 00-00 Bus Number: 00 Capabilities: [40] HyperTransport: Retry Mode Capabilities: [54] HyperTransport: UnitID Clumping Capabilities: [9c] HyperTransport: #1a Capabilities: [70] MSI: Enable- Count=1/4 Maskable- 64bit- Address: 00000000 Data: 0000 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] 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 10 Capabilities: [40] Secure device <?> Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 4128 Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ 00:02.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (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=0b, sec-latency=0 I/O behind bridge: 0000e000-0000efff Memory behind bridge: fa000000-fe9fffff Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #1, PowerLimit 25.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4151 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (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=0a, subordinate=0a, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9f00000-f9ffffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4159 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:05.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (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=09, subordinate=09, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f9e00000-f9efffff Prefetchable memory behind bridge: 00000000cff00000-00000000cfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #5, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4161 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:06.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (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=08, subordinate=08, sec-latency=0 I/O behind bridge: 0000c000-0000cfff Memory behind bridge: f9d00000-f9dfffff Prefetchable memory behind bridge: 00000000cfe00000-00000000cfefffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #6, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4169 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0a.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=07, subordinate=07, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9a00000-f9bfffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #2, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4171 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0b.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (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=06, subordinate=06, sec-latency=0 I/O behind bridge: 0000b000-0000bfff Memory behind bridge: f9900000-f99fffff Prefetchable memory behind bridge: 00000000b0000000-00000000bfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #5, PowerLimit 31.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4179 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0c.0 PCI bridge [0604]: ATI Technologies Inc Device [1002:5a20] (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=05, subordinate=05, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9600000-f97fffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #6, PowerLimit 14.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4181 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0d.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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=04, subordinate=04, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9500000-f95fffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #4, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4189 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:11.0 SATA controller [0106]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 120 Region 0: I/O ports at 7000 [size=8] Region 1: I/O ports at 6000 [size=4] Region 2: I/O ports at 5000 [size=8] Region 3: I/O ports at 3000 [size=4] Region 4: I/O ports at 2000 [size=16] Region 5: Memory at f93ff000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+ Address: 00000000fee0200c Data: 41b9 Capabilities: [70] SATA HBA v1.0 InCfgSpace Capabilities: [a4] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP+ Kernel driver in use: ahci 00:12.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f93fb000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:12.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f93ff400 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:13.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f93fc000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:13.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f93ff800 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 41) 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- 00:14.3 ISA bridge [0601]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Bus: primary=00, secondary=03, subordinate=03, sec-latency=64 I/O behind bridge: 0000a000-0000afff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: fff00000-000fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- 00:14.5 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 C routed to IRQ 18 Region 0: Memory at f93fd000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:15.0 PCI bridge [0604]: ATI Technologies Inc SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (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: 0000f000-00000fff Memory behind bridge: fff00000-000fffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #32, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd- DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee3f00c Data: 4191 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:0000] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Kernel driver in use: pcieport 00:16.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f93fe000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:16.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f93ffc00 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200] 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: [80] HyperTransport: Host or Secondary Interface Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL- Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b- Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn- Revision ID: 3.00 Link Frequency: [b] Link Error: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend- Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE- 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201] 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:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202] 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:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203] 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: [f0] Secure device <?> Kernel driver in use: k10temp 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204] 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- 03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CM8738 [13f6:0111] (rev 10) Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111] 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 (500ns min, 6000ns max) Interrupt: pin A routed to IRQ 22 Region 0: I/O ports at a800 [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: pciback 04:00.0 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 40 Region 0: Memory at f95f8000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Kernel driver in use: pciback 04:00.1 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 40 Region 0: Memory at f95f9000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.2 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 41 Region 0: Memory at f95fa000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.3 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 41 Region 0: Memory at f95fb000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.4 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 42 Region 0: Memory at f95fc000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.5 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 42 Region 0: Memory at f95fd000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.6 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 43 Region 0: Memory at f95fe000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.7 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 43 Region 0: Memory at f95ff000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 05:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. CX25850 [14f1:8200] 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 36 Region 0: Memory at f9600000 (64-bit, non-prefetchable) [disabled] [size=2M] Capabilities: [40] 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 <2us, L1 <4us ClockPM- Surprise- 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: [80] Power Management version 3 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [200 v1] Virtual Channel Caps: LPEVC=1 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32+ WRR64+ WRR128- Ctrl: ArbSelect=WRR64 Status: InProgress- Port Arbitration Table [240] <?> VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Kernel driver in use: pciback 06:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV620 LE [Radeon HD 3450] [1002:95c5] (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:01d4] 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 10 Region 0: Memory at b0000000 (64-bit, prefetchable) [disabled] [size=256M] Region 2: Memory at f99e0000 (64-bit, non-prefetchable) [disabled] [size=64K] Region 4: I/O ports at b000 [disabled] [size=256] Expansion ROM at f99c0000 [disabled] [size=128K] Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00 DevCap: MaxPayload 128 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 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> 06:00.1 Audio device [0403]: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series] [1002:aa28] Subsystem: ASUSTeK Computer Inc. Device [1043:aa28] 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 123 Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00 DevCap: MaxPayload 128 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 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 412a Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Kernel driver in use: snd_hda_intel 07:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210] 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 47 Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M] Capabilities: [40] 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 <2us, L1 <4us ClockPM- Surprise- 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: [80] Power Management version 3 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Vital Product Data Unknown small resource type 02, will not decode more. Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [200 v1] Virtual Channel Caps: LPEVC=1 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32+ WRR64+ WRR128- Ctrl: ArbSelect=WRR64 Status: InProgress- Port Arbitration Table [240] <?> VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Kernel driver in use: pciback 08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 122 Region 0: I/O ports at c800 [size=256] Region 2: Memory at cfeff000 (64-bit, prefetchable) [size=4K] Region 4: Memory at cfef8000 (64-bit, prefetchable) [size=16K] Expansion ROM at f9de0000 [disabled] [size=128K] Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0200c Data: 41d9 Capabilities: [70] Express (v2) Endpoint, MSI 01 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 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 <512ns, L1 <64us ClockPM+ Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis+ DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [ac] MSI-X: Enable- Count=4 Masked- Vector table: BAR=4 offset=00000000 PBA: BAR=4 offset=00000800 Capabilities: [cc] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [140 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00 Kernel driver in use: r8169 09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 121 Region 0: I/O ports at d800 [size=256] Region 2: Memory at cffff000 (64-bit, prefetchable) [size=4K] Region 4: Memory at cfff8000 (64-bit, prefetchable) [size=16K] Expansion ROM at f9ee0000 [disabled] [size=128K] Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 41c9 Capabilities: [70] Express (v2) Endpoint, MSI 01 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 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 <512ns, L1 <64us ClockPM+ Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis+ DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [ac] MSI-X: Enable- Count=4 Masked- Vector table: BAR=4 offset=00000000 PBA: BAR=4 offset=00000800 Capabilities: [cc] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [140 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00 Kernel driver in use: r8169 0a:00.0 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 28 Region 0: Memory at f9ff8000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Kernel driver in use: pciback 0a:00.1 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 28 Region 0: Memory at f9ff9000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.2 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 29 Region 0: Memory at f9ffa000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.3 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 29 Region 0: Memory at f9ffb000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.4 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 30 Region 0: Memory at f9ffc000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.5 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 30 Region 0: Memory at f9ffd000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.6 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 31 Region 0: Memory at f9ffe000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.7 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 31 Region 0: Memory at f9fff000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0b:00.0 VGA compatible controller [0300]: nVidia Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:8266] 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 10 Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at e800 [size=128] Expansion ROM at fe9e0000 [disabled] [size=128K] Capabilities: [60] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Express (v1) 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 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [128 v1] Power Budgeting <?> Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> [-- Attachment #3: lspci-4.2.txt --] [-- Type: text/plain, Size: 86235 bytes --] 00:00.0 Host bridge [0600]: ATI Technologies Inc RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02) Subsystem: ATI Technologies Inc RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] 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: [f0] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [c4] HyperTransport: Slave or Primary Interface Command: BaseUnitID=0 UnitCnt=20 MastHost- DefDir- DUL- Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b- Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn- Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b- Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn- Revision ID: 3.00 Link Frequency 0: [b] Link Error 0: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend- Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- Link Frequency 1: 200MHz Link Error 1: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend- Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE- Prefetchable memory behind bridge Upper: 00-00 Bus Number: 00 Capabilities: [40] HyperTransport: Retry Mode Capabilities: [54] HyperTransport: UnitID Clumping Capabilities: [9c] HyperTransport: #1a Capabilities: [70] MSI: Enable- Count=1/4 Maskable- 64bit- Address: 00000000 Data: 0000 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] 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 10 Capabilities: [40] Secure device <?> Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 4128 Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ 00:02.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (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=0b, sec-latency=0 I/O behind bridge: 0000e000-0000efff Memory behind bridge: fa000000-fe9fffff Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #1, PowerLimit 25.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4151 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (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=0a, subordinate=0a, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9f00000-f9ffffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4159 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:05.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (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=09, subordinate=09, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f9e00000-f9efffff Prefetchable memory behind bridge: 00000000cff00000-00000000cfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #5, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4161 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:06.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (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=08, subordinate=08, sec-latency=0 I/O behind bridge: 0000c000-0000cfff Memory behind bridge: f9d00000-f9dfffff Prefetchable memory behind bridge: 00000000cfe00000-00000000cfefffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #6, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4169 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0a.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=07, subordinate=07, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9a00000-f9bfffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #2, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4171 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0b.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (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=06, subordinate=06, sec-latency=0 I/O behind bridge: 0000b000-0000bfff Memory behind bridge: f9900000-f99fffff Prefetchable memory behind bridge: 00000000b0000000-00000000bfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #5, PowerLimit 31.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4179 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0c.0 PCI bridge [0604]: ATI Technologies Inc Device [1002:5a20] (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=05, subordinate=05, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9600000-f97fffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #6, PowerLimit 14.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4181 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0d.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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=04, subordinate=04, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9500000-f95fffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #4, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4189 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:11.0 SATA controller [0106]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 120 Region 0: I/O ports at 7000 [size=8] Region 1: I/O ports at 6000 [size=4] Region 2: I/O ports at 5000 [size=8] Region 3: I/O ports at 3000 [size=4] Region 4: I/O ports at 2000 [size=16] Region 5: Memory at f93ff000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+ Address: 00000000fee0100c Data: 41b9 Capabilities: [70] SATA HBA v1.0 InCfgSpace Capabilities: [a4] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP+ Kernel driver in use: ahci 00:12.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f93fb000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:12.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f93ff400 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:13.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f93fc000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:13.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f93ff800 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 41) 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- 00:14.3 ISA bridge [0601]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Bus: primary=00, secondary=03, subordinate=03, sec-latency=64 I/O behind bridge: 0000a000-0000afff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: fff00000-000fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- 00:14.5 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 C routed to IRQ 18 Region 0: Memory at f93fd000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:15.0 PCI bridge [0604]: ATI Technologies Inc SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (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: 0000f000-00000fff Memory behind bridge: fff00000-000fffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #32, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd- DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee3f00c Data: 4191 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:0000] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Kernel driver in use: pcieport 00:16.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f93fe000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:16.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f93ffc00 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200] 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: [80] HyperTransport: Host or Secondary Interface Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL- Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b- Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn- Revision ID: 3.00 Link Frequency: [b] Link Error: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend- Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE- 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201] 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:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202] 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:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203] 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: [f0] Secure device <?> Kernel driver in use: k10temp 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204] 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- 03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CM8738 [13f6:0111] (rev 10) Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111] 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 (500ns min, 6000ns max) Interrupt: pin A routed to IRQ 22 Region 0: I/O ports at a800 [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: pciback 04:00.0 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 40 Region 0: Memory at f95f8000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Kernel driver in use: pciback 04:00.1 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 40 Region 0: Memory at f95f9000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.2 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 41 Region 0: Memory at f95fa000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.3 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 41 Region 0: Memory at f95fb000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.4 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 42 Region 0: Memory at f95fc000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.5 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 42 Region 0: Memory at f95fd000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.6 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 43 Region 0: Memory at f95fe000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.7 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 43 Region 0: Memory at f95ff000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 05:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. CX25850 [14f1:8200] 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 36 Region 0: Memory at f9600000 (64-bit, non-prefetchable) [disabled] [size=2M] Capabilities: [40] 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 <2us, L1 <4us ClockPM- Surprise- 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: [80] Power Management version 3 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [200 v1] Virtual Channel Caps: LPEVC=1 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32+ WRR64+ WRR128- Ctrl: ArbSelect=WRR64 Status: InProgress- Port Arbitration Table [240] <?> VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Kernel driver in use: pciback 06:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV620 LE [Radeon HD 3450] [1002:95c5] (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:01d4] 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 10 Region 0: Memory at b0000000 (64-bit, prefetchable) [disabled] [size=256M] Region 2: Memory at f99e0000 (64-bit, non-prefetchable) [disabled] [size=64K] Region 4: I/O ports at b000 [disabled] [size=256] Expansion ROM at f99c0000 [disabled] [size=128K] Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00 DevCap: MaxPayload 128 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 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> 06:00.1 Audio device [0403]: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series] [1002:aa28] Subsystem: ASUSTeK Computer Inc. Device [1043:aa28] 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 123 Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00 DevCap: MaxPayload 128 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 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 412a Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Kernel driver in use: snd_hda_intel 07:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210] 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 47 Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M] Capabilities: [40] 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 <2us, L1 <4us ClockPM- Surprise- 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: [80] Power Management version 3 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Vital Product Data Unknown small resource type 02, will not decode more. Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [200 v1] Virtual Channel Caps: LPEVC=1 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32+ WRR64+ WRR128- Ctrl: ArbSelect=WRR64 Status: InProgress- Port Arbitration Table [240] <?> VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Kernel driver in use: pciback 08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 122 Region 0: I/O ports at c800 [size=256] Region 2: Memory at cfeff000 (64-bit, prefetchable) [size=4K] Region 4: Memory at cfef8000 (64-bit, prefetchable) [size=16K] Expansion ROM at f9de0000 [disabled] [size=128K] Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 41d9 Capabilities: [70] Express (v2) Endpoint, MSI 01 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 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 <512ns, L1 <64us ClockPM+ Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis+ DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [ac] MSI-X: Enable- Count=4 Masked- Vector table: BAR=4 offset=00000000 PBA: BAR=4 offset=00000800 Capabilities: [cc] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [140 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00 Kernel driver in use: r8169 09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 121 Region 0: I/O ports at d800 [size=256] Region 2: Memory at cffff000 (64-bit, prefetchable) [size=4K] Region 4: Memory at cfff8000 (64-bit, prefetchable) [size=16K] Expansion ROM at f9ee0000 [disabled] [size=128K] Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 41c9 Capabilities: [70] Express (v2) Endpoint, MSI 01 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 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 <512ns, L1 <64us ClockPM+ Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis+ DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [ac] MSI-X: Enable- Count=4 Masked- Vector table: BAR=4 offset=00000000 PBA: BAR=4 offset=00000800 Capabilities: [cc] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [140 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00 Kernel driver in use: r8169 0a:00.0 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 28 Region 0: Memory at f9ff8000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Kernel driver in use: pciback 0a:00.1 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 28 Region 0: Memory at f9ff9000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.2 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 29 Region 0: Memory at f9ffa000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.3 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 29 Region 0: Memory at f9ffb000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.4 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 30 Region 0: Memory at f9ffc000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.5 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 30 Region 0: Memory at f9ffd000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.6 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 31 Region 0: Memory at f9ffe000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.7 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 31 Region 0: Memory at f9fff000 (32-bit, non-prefetchable) [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0b:00.0 VGA compatible controller [0300]: nVidia Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:8266] 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 10 Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at e800 [size=128] Expansion ROM at fe9e0000 [disabled] [size=128K] Capabilities: [60] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Express (v1) 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 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [128 v1] Power Budgeting <?> Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> [-- Attachment #4: xl-dmesg-4.2.txt --] [-- Type: text/plain, Size: 57193 bytes --] __ __ _ _ ____ ___ _ _ \ \/ /___ _ __ | || | |___ \ / _ \ _ __ ___| || | _ __ _ __ ___ \ // _ \ '_ \ | || |_ __) || | | |__| '__/ __| || |_ __| '_ \| '__/ _ \ / \ __/ | | | |__ _| / __/ | |_| |__| | | (__|__ _|__| |_) | | | __/ /_/\_\___|_| |_| |_|(_)_____(_)___/ |_| \___| |_| | .__/|_| \___| |_| (XEN) Xen version 4.2.0-rc4-pre (root@dyndns.org) (gcc (Debian 4.4.5-8) 4.4.5) Wed Sep 5 17:26:40 CEST 2012 (XEN) Latest ChangeSet: Tue Aug 28 22:40:45 2012 +0100 25786:a0b5f8102a00 (XEN) Bootloader: GRUB 1.98+20100804-14+squeeze1 (XEN) Command line: dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps vga=gfx-1280x1024x32 cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug apic=debug iommu=on,verbose,debug com1=38400,8n1 console=vga,com1 (XEN) Video information: (XEN) VGA is graphics mode 1280x1024, 32 bpp (XEN) VBE/DDC methods: V2; EDID transfer time: 1 seconds (XEN) Disc information: (XEN) Found 2 MBR signatures (XEN) Found 2 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 000000000009b000 (usable) (XEN) 000000000009b000 - 00000000000a0000 (reserved) (XEN) 00000000000e4000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000afe90000 (usable) (XEN) 00000000afe90000 - 00000000afe9e000 (ACPI data) (XEN) 00000000afe9e000 - 00000000afee0000 (ACPI NVS) (XEN) 00000000afee0000 - 00000000aff00000 (reserved) (XEN) 00000000ffe00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 0000000250000000 (usable) (XEN) ACPI: RSDP 000FB120, 0014 (r0 ACPIAM) (XEN) ACPI: RSDT AFE90000, 0048 (r1 MSI OEMSLIC 20100622 MSFT 97) (XEN) ACPI: FACP AFE90200, 0084 (r1 7640MS A7640100 20100622 MSFT 97) (XEN) ACPI: DSDT AFE905E0, 9449 (r1 A7640 A7640100 100 INTL 20051117) (XEN) ACPI: FACS AFE9E000, 0040 (XEN) ACPI: APIC AFE90390, 0088 (r1 7640MS A7640100 20100622 MSFT 97) (XEN) ACPI: MCFG AFE90420, 003C (r1 7640MS OEMMCFG 20100622 MSFT 97) (XEN) ACPI: SLIC AFE90460, 0176 (r1 MSI OEMSLIC 20100622 MSFT 97) (XEN) ACPI: OEMB AFE9E040, 0072 (r1 7640MS A7640100 20100622 MSFT 97) (XEN) ACPI: SRAT AFE9A5E0, 0108 (r3 AMD FAM_F_10 2 AMD 1) (XEN) ACPI: HPET AFE9A6F0, 0038 (r1 7640MS OEMHPET 20100622 MSFT 97) (XEN) ACPI: IVRS AFE9A730, 00F8 (r1 AMD RD890S 202031 AMD 0) (XEN) ACPI: SSDT AFE9A830, 0DA4 (r1 A M I POWERNOW 1 AMD 1) (XEN) System RAM: 8190MB (8386732kB) (XEN) SRAT: PXM 0 -> APIC 0 -> Node 0 (XEN) SRAT: PXM 0 -> APIC 1 -> Node 0 (XEN) SRAT: PXM 0 -> APIC 2 -> Node 0 (XEN) SRAT: PXM 0 -> APIC 3 -> Node 0 (XEN) SRAT: PXM 0 -> APIC 4 -> Node 0 (XEN) SRAT: PXM 0 -> APIC 5 -> Node 0 (XEN) SRAT: Node 0 PXM 0 0-a0000 (XEN) SRAT: Node 0 PXM 0 100000-b0000000 (XEN) SRAT: Node 0 PXM 0 100000000-250000000 (XEN) NUMA: Allocated memnodemap from 24d9a4000 - 24d9a7000 (XEN) NUMA: Using 8 for the hash shift. (XEN) Domain heap initialised (XEN) vesafb: framebuffer at 0xfb000000, mapped to 0xffff82c000000000, using 6144k, total 14336k (XEN) vesafb: mode is 1280x1024x32, linelength=5120, font 8x16 (XEN) vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 (XEN) found SMP MP-table at 000ff780 (XEN) DMI present. (XEN) APIC boot state is 'xapic' (XEN) Using APIC driver default (XEN) ACPI: PM-Timer IO Port: 0x808 (XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0] (XEN) ACPI: wakeup_vec[afe9e00c], vec_size[20] (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) (XEN) Processor #0 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) (XEN) Processor #1 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) (XEN) Processor #2 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) (XEN) Processor #3 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled) (XEN) Processor #4 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled) (XEN) Processor #5 0:10 APIC version 16 (XEN) ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23 (XEN) ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24]) (XEN) IOAPIC[1]: apic_id 7, version 33, address 0xfec20000, GSI 24-55 (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) (XEN) ACPI: IRQ0 used by override. (XEN) ACPI: IRQ2 used by override. (XEN) ACPI: IRQ9 used by override. (XEN) Enabling APIC mode: Flat. Using 2 I/O APICs (XEN) ACPI: HPET id: 0x8300 base: 0xfed00000 (XEN) Table is not found! (XEN) Using ACPI (MADT) for SMP configuration information (XEN) SMP: Allowing 6 CPUs (0 hotplug CPUs) (XEN) mapped APIC to ffff82c3ffdfe000 (fee00000) (XEN) mapped IOAPIC to ffff82c3ffdfd000 (fec00000) (XEN) mapped IOAPIC to ffff82c3ffdfc000 (fec20000) (XEN) IRQ limits: 56 GSI, 1112 MSI/MSI-X (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Detected 3200.144 MHz processor. (XEN) Initing memory sharing. (XEN) AMD Fam10h machine check reporting enabled (XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff (XEN) PCI: Not using MCFG for segment 0000 bus 00-ff (XEN) AMD-Vi: Found MSI capability block at 0x54 (XEN) AMD-Vi: ACPI Table: (XEN) AMD-Vi: Signature IVRS (XEN) AMD-Vi: Length 0xf8 (XEN) AMD-Vi: Revision 0x1 (XEN) AMD-Vi: CheckSum 0x6e (XEN) AMD-Vi: OEM_Id AMD (XEN) AMD-Vi: OEM_Table_Id RD890S (XEN) AMD-Vi: OEM_Revision 0x202031 (XEN) AMD-Vi: Creator_Id AMD (XEN) AMD-Vi: Creator_Revision 0x0 (XEN) AMD-Vi: IVRS Block: (XEN) AMD-Vi: Type 0x10 (XEN) AMD-Vi: Flags 0x3e (XEN) AMD-Vi: Length 0xc8 (XEN) AMD-Vi: Dev_Id 0x2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x0 -> 0x2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x10 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xb00 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x18 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0xa00 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0xa00 -> 0xa07 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x28 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x900 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x30 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x800 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x50 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x700 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x58 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x600 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x600 -> 0x601 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x60 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x500 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x68 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x400 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x400 -> 0x407 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x88 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x90 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x90 -> 0x92 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x98 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x98 -> 0x9a (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa0 (XEN) AMD-Vi: Flags 0xd7 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa3 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa4 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x0 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x43 (XEN) AMD-Vi: Dev_Id 0x300 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x300 -> 0x3ff (XEN) AMD-Vi: Dev_Id Alias: 0xa4 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa5 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa8 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa9 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x100 (XEN) spurious 8259A interrupt: IRQ7. (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0xb0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0xb0 -> 0xb2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x0 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x48 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0xd7 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x48 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IOMMU 0 Enabled. (XEN) AMD-Vi: Enabling global vector map (XEN) I/O virtualisation enabled (XEN) - Dom0 mode: Relaxed (XEN) Getting VERSION: 80050010 (XEN) Getting VERSION: 80050010 (XEN) Getting ID: 0 (XEN) Getting LVT0: 700 (XEN) Getting LVT1: 400 (XEN) enabled ExtINT on CPU#0 (XEN) ESR value before enabling vector: 0x00000004 after: 0x00000000 (XEN) ENABLING IO-APIC IRQs (XEN) -> Using new ACK method (XEN) init IO_APIC IRQs (XEN) IO-APIC (apicid-pin) 6-0, 6-16, 6-17, 6-18, 6-19, 6-20, 6-21, 6-22, 6-23, 7-0, 7-1, 7-2, 7-3, 7-4, 7-5, 7-6, 7-7, 7-8, 7-9, 7-10, 7-11, 7-12, 7-13, 7-14, 7-15, 7-16, 7-17, 7-18, 7-19, 7-20, 7-21, 7-22, 7-23, 7-24, 7-25, 7-26, 7-27, 7-28, 7-29, 7-30, 7-31 not connected. (XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1 (XEN) number of MP IRQ sources: 15. (XEN) number of IO-APIC #6 registers: 24. (XEN) number of IO-APIC #7 registers: 32. (XEN) testing the IO APIC....................... (XEN) IO APIC #6...... (XEN) .... register #00: 06000000 (XEN) ....... : physical APIC id: 06 (XEN) ....... : Delivery Type: 0 (XEN) ....... : LTS : 0 (XEN) .... register #01: 00178021 (XEN) ....... : max redirection entries: 0017 (XEN) ....... : PRQ implemented: 1 (XEN) ....... : IO APIC version: 0021 (XEN) .... register #02: 06000000 (XEN) ....... : arbitration: 06 (XEN) .... register #03: 07000000 (XEN) ....... : Boot DT : 0 (XEN) .... IRQ redirection table: (XEN) NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: (XEN) 00 000 00 1 0 0 0 0 0 0 00 (XEN) 01 001 01 0 0 0 0 0 1 1 30 (XEN) 02 001 01 0 0 0 0 0 1 1 F0 (XEN) 03 001 01 0 0 0 0 0 1 1 38 (XEN) 04 001 01 0 0 0 0 0 1 1 F1 (XEN) 05 001 01 0 0 0 0 0 1 1 40 (XEN) 06 001 01 0 0 0 0 0 1 1 48 (XEN) 07 001 01 0 0 0 0 0 1 1 50 (XEN) 08 001 01 0 0 0 0 0 1 1 58 (XEN) 09 001 01 1 1 0 1 0 1 1 60 (XEN) 0a 001 01 0 0 0 0 0 1 1 68 (XEN) 0b 001 01 0 0 0 0 0 1 1 70 (XEN) 0c 001 01 0 0 0 0 0 1 1 78 (XEN) 0d 001 01 0 0 0 0 0 1 1 88 (XEN) 0e 001 01 0 0 0 0 0 1 1 90 (XEN) 0f 001 01 0 0 0 0 0 1 1 98 (XEN) 10 000 00 1 0 0 0 0 0 0 00 (XEN) 11 000 00 1 0 0 0 0 0 0 00 (XEN) 12 000 00 1 0 0 0 0 0 0 00 (XEN) 13 000 00 1 0 0 0 0 0 0 00 (XEN) 14 000 00 1 0 0 0 0 0 0 00 (XEN) 15 000 00 1 0 0 0 0 0 0 00 (XEN) 16 000 00 1 0 0 0 0 0 0 00 (XEN) 17 000 00 1 0 0 0 0 0 0 00 (XEN) IO APIC #7...... (XEN) .... register #00: 07000000 (XEN) ....... : physical APIC id: 07 (XEN) ....... : Delivery Type: 0 (XEN) ....... : LTS : 0 (XEN) .... register #01: 001F8021 (XEN) ....... : max redirection entries: 001F (XEN) ....... : PRQ implemented: 1 (XEN) ....... : IO APIC version: 0021 (XEN) .... register #02: 00000000 (XEN) ....... : arbitration: 00 (XEN) .... IRQ redirection table: (XEN) NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: (XEN) 00 000 00 1 0 0 0 0 0 0 00 (XEN) 01 000 00 1 0 0 0 0 0 0 00 (XEN) 02 000 00 1 0 0 0 0 0 0 00 (XEN) 03 000 00 1 0 0 0 0 0 0 00 (XEN) 04 000 00 1 0 0 0 0 0 0 00 (XEN) 05 000 00 1 0 0 0 0 0 0 00 (XEN) 06 000 00 1 0 0 0 0 0 0 00 (XEN) 07 000 00 1 0 0 0 0 0 0 00 (XEN) 08 000 00 1 0 0 0 0 0 0 00 (XEN) 09 000 00 1 0 0 0 0 0 0 00 (XEN) 0a 000 00 1 0 0 0 0 0 0 00 (XEN) 0b 000 00 1 0 0 0 0 0 0 00 (XEN) 0c 000 00 1 0 0 0 0 0 0 00 (XEN) 0d 000 00 1 0 0 0 0 0 0 00 (XEN) 0e 000 00 1 0 0 0 0 0 0 00 (XEN) 0f 000 00 1 0 0 0 0 0 0 00 (XEN) 10 000 00 1 0 0 0 0 0 0 00 (XEN) 11 000 00 1 0 0 0 0 0 0 00 (XEN) 12 000 00 1 0 0 0 0 0 0 00 (XEN) 13 000 00 1 0 0 0 0 0 0 00 (XEN) 14 000 00 1 0 0 0 0 0 0 00 (XEN) 15 000 00 1 0 0 0 0 0 0 00 (XEN) 16 000 00 1 0 0 0 0 0 0 00 (XEN) 17 000 00 1 0 0 0 0 0 0 00 (XEN) 18 000 00 1 0 0 0 0 0 0 00 (XEN) 19 000 00 1 0 0 0 0 0 0 00 (XEN) 1a 000 00 1 0 0 0 0 0 0 00 (XEN) 1b 000 00 1 0 0 0 0 0 0 00 (XEN) 1c 000 00 1 0 0 0 0 0 0 00 (XEN) 1d 000 00 1 0 0 0 0 0 0 00 (XEN) 1e 000 00 1 0 0 0 0 0 0 00 (XEN) 1f 000 00 1 0 0 0 0 0 0 00 (XEN) Using vector-based indexing (XEN) IRQ to pin mappings: (XEN) IRQ240 -> 0:2 (XEN) IRQ48 -> 0:1 (XEN) IRQ56 -> 0:3 (XEN) IRQ241 -> 0:4 (XEN) IRQ64 -> 0:5 (XEN) IRQ72 -> 0:6 (XEN) IRQ80 -> 0:7 (XEN) IRQ88 -> 0:8 (XEN) IRQ96 -> 0:9 (XEN) IRQ104 -> 0:10 (XEN) IRQ112 -> 0:11 (XEN) IRQ120 -> 0:12 (XEN) IRQ136 -> 0:13 (XEN) IRQ144 -> 0:14 (XEN) IRQ152 -> 0:15 (XEN) .................................... done. (XEN) Using local APIC timer interrupts. (XEN) calibrating APIC timer ... (XEN) ..... CPU clock speed is 3200.1248 MHz. (XEN) ..... host bus clock speed is 200.0077 MHz. (XEN) ..... bus_scale = 0x0000CCD7 (XEN) [2012-09-06 20:09:06] Platform timer is 14.318MHz HPET (XEN) [2012-09-06 20:09:06] Allocated console ring of 64 KiB. (XEN) [2012-09-06 20:09:06] HVM: ASIDs enabled. (XEN) [2012-09-06 20:09:06] SVM: Supported advanced features: (XEN) [2012-09-06 20:09:06] - Nested Page Tables (NPT) (XEN) [2012-09-06 20:09:06] - Last Branch Record (LBR) Virtualisation (XEN) [2012-09-06 20:09:06] - Next-RIP Saved on #VMEXIT (XEN) [2012-09-06 20:09:06] - Pause-Intercept Filter (XEN) [2012-09-06 20:09:06] HVM: SVM enabled (XEN) [2012-09-06 20:09:06] HVM: Hardware Assisted Paging (HAP) detected (XEN) [2012-09-06 20:09:06] HVM: HAP page sizes: 4kB, 2MB, 1GB (XEN) [2012-09-06 20:09:05] masked ExtINT on CPU#1 (XEN) [2012-09-06 20:09:06] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-06 20:09:05] masked ExtINT on CPU#2 (XEN) [2012-09-06 20:09:06] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-06 20:09:05] masked ExtINT on CPU#3 (XEN) [2012-09-06 20:09:06] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-06 20:09:05] masked ExtINT on CPU#4 (XEN) [2012-09-06 20:09:06] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-06 20:09:05] masked ExtINT on CPU#5 (XEN) [2012-09-06 20:09:06] Brought up 6 CPUs (XEN) [2012-09-06 20:09:06] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-06 20:09:06] HPET's MSI mode hasn't been supported when Interrupt Remapping is enabled. (XEN) [2012-09-06 20:09:06] ACPI sleep modes: S3 (XEN) [2012-09-06 20:09:06] MCA: Use hw thresholding to adjust polling frequency (XEN) [2012-09-06 20:09:06] mcheck_poll: Machine check polling timer started. (XEN) [2012-09-06 20:09:06] Xenoprofile: Failed to setup IBS LVT offset, IBSCTL = 0xffffffff (XEN) [2012-09-06 20:09:06] *** LOADING DOMAIN 0 *** (XEN) [2012-09-06 20:09:06] elf_parse_binary: phdr: paddr=0x1000000 memsz=0xd6a000 (XEN) [2012-09-06 20:09:06] elf_parse_binary: phdr: paddr=0x1e00000 memsz=0xdb0e8 (XEN) [2012-09-06 20:09:06] elf_parse_binary: phdr: paddr=0x1edc000 memsz=0x13c00 (XEN) [2012-09-06 20:09:06] elf_parse_binary: phdr: paddr=0x1ef0000 memsz=0xde5000 (XEN) [2012-09-06 20:09:06] elf_parse_binary: memory: 0x1000000 -> 0x2cd5000 (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: GUEST_OS = "linux" (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: GUEST_VERSION = "2.6" (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: XEN_VERSION = "xen-3.0" (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000 (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: ENTRY = 0xffffffff81ef0210 (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000 (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb" (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: PAE_MODE = "yes" (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: LOADER = "generic" (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: unknown xen elf note (0xd) (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: SUSPEND_CANCEL = 0x1 (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000 (XEN) [2012-09-06 20:09:06] elf_xen_parse_note: PADDR_OFFSET = 0x0 (XEN) [2012-09-06 20:09:06] elf_xen_addr_calc_check: addresses: (XEN) [2012-09-06 20:09:06] virt_base = 0xffffffff80000000 (XEN) [2012-09-06 20:09:06] elf_paddr_offset = 0x0 (XEN) [2012-09-06 20:09:06] virt_offset = 0xffffffff80000000 (XEN) [2012-09-06 20:09:06] virt_kstart = 0xffffffff81000000 (XEN) [2012-09-06 20:09:06] virt_kend = 0xffffffff82cd5000 (XEN) [2012-09-06 20:09:06] virt_entry = 0xffffffff81ef0210 (XEN) [2012-09-06 20:09:06] p2m_base = 0xffffffffffffffff (XEN) [2012-09-06 20:09:06] Xen kernel: 64-bit, lsb, compat32 (XEN) [2012-09-06 20:09:06] Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2cd5000 (XEN) [2012-09-06 20:09:06] PHYSICAL MEMORY ARRANGEMENT: (XEN) [2012-09-06 20:09:06] Dom0 alloc.: 0000000240000000->0000000244000000 (242428 pages to be allocated) (XEN) [2012-09-06 20:09:06] Init. ramdisk: 000000024f2fc000->000000024ffff800 (XEN) [2012-09-06 20:09:06] VIRTUAL MEMORY ARRANGEMENT: (XEN) [2012-09-06 20:09:06] Loaded kernel: ffffffff81000000->ffffffff82cd5000 (XEN) [2012-09-06 20:09:06] Init. ramdisk: ffffffff82cd5000->ffffffff839d8800 (XEN) [2012-09-06 20:09:06] Phys-Mach map: ffffffff839d9000->ffffffff83bd9000 (XEN) [2012-09-06 20:09:06] Start info: ffffffff83bd9000->ffffffff83bd94b4 (XEN) [2012-09-06 20:09:06] Page tables: ffffffff83bda000->ffffffff83bfd000 (XEN) [2012-09-06 20:09:06] Boot stack: ffffffff83bfd000->ffffffff83bfe000 (XEN) [2012-09-06 20:09:06] TOTAL: ffffffff80000000->ffffffff84000000 (XEN) [2012-09-06 20:09:06] ENTRY ADDRESS: ffffffff81ef0210 (XEN) [2012-09-06 20:09:06] Dom0 has maximum 6 VCPUs (XEN) [2012-09-06 20:09:06] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81d6a000 (XEN) [2012-09-06 20:09:06] elf_load_binary: phdr 1 at 0xffffffff81e00000 -> 0xffffffff81edb0e8 (XEN) [2012-09-06 20:09:06] elf_load_binary: phdr 2 at 0xffffffff81edc000 -> 0xffffffff81eefc00 (XEN) [2012-09-06 20:09:06] elf_load_binary: phdr 3 at 0xffffffff81ef0000 -> 0xffffffff81f89000 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0000, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0002, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0010, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0018, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0028, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0030, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0050, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0058, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0060, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0068, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0088, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0090, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0092, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0098, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x009a, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x00a0, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x00a3, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x00a4, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x00a5, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x00a8, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x00b0, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x00b2, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: No iommu for device 0000:00:18.0 (XEN) [2012-09-06 20:09:07] AMD-Vi: No iommu for device 0000:00:18.1 (XEN) [2012-09-06 20:09:07] AMD-Vi: No iommu for device 0000:00:18.2 (XEN) [2012-09-06 20:09:07] AMD-Vi: No iommu for device 0000:00:18.3 (XEN) [2012-09-06 20:09:07] AMD-Vi: No iommu for device 0000:00:18.4 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0400, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0401, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0402, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0403, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0404, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0405, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0406, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0407, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0500, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0600, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0601, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0700, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0800, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0900, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0a00, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0a01, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0a02, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0a03, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0a04, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0a05, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0a06, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0a07, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] AMD-Vi: Setup I/O page table: device id = 0x0b00, root table = 0x24d84b000, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:09:07] Scrubbing Free RAM: ..........................<0>AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 (XEN) [2012-09-06 20:09:08] .............................................done. (XEN) [2012-09-06 20:09:09] Initial low memory virq threshold set at 0x4000 pages. (XEN) [2012-09-06 20:09:09] Std. Loglevel: All (XEN) [2012-09-06 20:09:09] Guest Loglevel: All (XEN) [2012-09-06 20:09:09] Xen is relinquishing VGA console. (XEN) [2012-09-06 20:09:09] *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen) (XEN) [2012-09-06 20:09:09] Freed 256kB init memory. (XEN) [2012-09-06 20:09:09] IOAPIC[0]: Set PCI routing entry (6-9 -> 0x60 -> IRQ 9 Mode:1 Active:1) (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0010004 from 0x0000eff0bdfb1fce to 0x000000000000abcd. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000408 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:09] traps.c:2584:d0 Domain attempted WRMSR 00000000c0000409 from 0xc000000001000000 to 0xc008000001000000. (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:00.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:00.2 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:02.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:03.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:05.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:06.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:0a.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:0b.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:0c.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:0d.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:11.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:12.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:12.2 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:13.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:13.2 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:14.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:14.3 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:14.4 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:14.5 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:15.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:16.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:16.2 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:18.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:18.1 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:18.2 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:18.3 (XEN) [2012-09-06 20:09:10] PCI add device 0000:00:18.4 (XEN) [2012-09-06 20:09:10] PCI add device 0000:0b:00.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:0a:00.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:0a:00.1 (XEN) [2012-09-06 20:09:10] PCI add device 0000:0a:00.2 (XEN) [2012-09-06 20:09:10] PCI add device 0000:0a:00.3 (XEN) [2012-09-06 20:09:10] PCI add device 0000:0a:00.4 (XEN) [2012-09-06 20:09:10] PCI add device 0000:0a:00.5 (XEN) [2012-09-06 20:09:10] PCI add device 0000:0a:00.6 (XEN) [2012-09-06 20:09:10] PCI add device 0000:0a:00.7 (XEN) [2012-09-06 20:09:10] PCI add device 0000:09:00.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:08:00.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:07:00.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:06:00.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:06:00.1 (XEN) [2012-09-06 20:09:10] PCI add device 0000:05:00.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:04:00.0 (XEN) [2012-09-06 20:09:10] PCI add device 0000:04:00.1 (XEN) [2012-09-06 20:09:10] PCI add device 0000:04:00.2 (XEN) [2012-09-06 20:09:10] PCI add device 0000:04:00.3 (XEN) [2012-09-06 20:09:10] PCI add device 0000:04:00.4 (XEN) [2012-09-06 20:09:10] PCI add device 0000:04:00.5 (XEN) [2012-09-06 20:09:10] PCI add device 0000:04:00.6 (XEN) [2012-09-06 20:09:10] PCI add device 0000:04:00.7 (XEN) [2012-09-06 20:09:10] PCI add device 0000:03:06.0 (XEN) [2012-09-06 20:09:10] IOAPIC[0]: Set PCI routing entry (6-8 -> 0x58 -> IRQ 8 Mode:0 Active:0) (XEN) [2012-09-06 20:09:10] IOAPIC[0]: Set PCI routing entry (6-13 -> 0x88 -> IRQ 13 Mode:0 Active:0) (XEN) [2012-09-06 20:09:10] IOAPIC[1]: Set PCI routing entry (7-28 -> 0xa0 -> IRQ 52 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[1]: Set PCI routing entry (7-29 -> 0xa8 -> IRQ 53 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[1]: Set PCI routing entry (7-30 -> 0xb0 -> IRQ 54 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[0]: Set PCI routing entry (6-16 -> 0xb8 -> IRQ 16 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[0]: Set PCI routing entry (6-18 -> 0xc0 -> IRQ 18 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[0]: Set PCI routing entry (6-17 -> 0xc8 -> IRQ 17 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[1]: Set PCI routing entry (7-4 -> 0xd0 -> IRQ 28 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[1]: Set PCI routing entry (7-5 -> 0xd8 -> IRQ 29 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[1]: Set PCI routing entry (7-6 -> 0x21 -> IRQ 30 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[1]: Set PCI routing entry (7-7 -> 0x29 -> IRQ 31 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[1]: Set PCI routing entry (7-16 -> 0x31 -> IRQ 40 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[1]: Set PCI routing entry (7-17 -> 0x39 -> IRQ 41 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[1]: Set PCI routing entry (7-18 -> 0x41 -> IRQ 42 Mode:1 Active:1) (XEN) [2012-09-06 20:09:10] IOAPIC[1]: Set PCI routing entry (7-19 -> 0x49 -> IRQ 43 Mode:1 Active:1) (XEN) [2012-09-06 20:09:11] IOAPIC[0]: Set PCI routing entry (6-22 -> 0x99 -> IRQ 22 Mode:1 Active:1) (XEN) [2012-09-06 20:09:11] IOAPIC[1]: Set PCI routing entry (7-12 -> 0xa1 -> IRQ 36 Mode:1 Active:1) (XEN) [2012-09-06 20:09:11] IOAPIC[1]: Set PCI routing entry (7-23 -> 0xa9 -> IRQ 47 Mode:1 Active:1) (XEN) [2012-09-06 20:09:11] IOAPIC[0]: Set PCI routing entry (6-19 -> 0xb1 -> IRQ 19 Mode:1 Active:1) (XEN) [2012-09-06 20:09:11] IOAPIC[1]: Set PCI routing entry (7-22 -> 0xc1 -> IRQ 46 Mode:1 Active:1) (XEN) [2012-09-06 20:09:11] IOAPIC[1]: Set PCI routing entry (7-27 -> 0xd1 -> IRQ 51 Mode:1 Active:1) (XEN) [2012-09-06 20:09:13] IOAPIC[1]: Set PCI routing entry (7-9 -> 0x22 -> IRQ 33 Mode:1 Active:1) (XEN) [2012-09-06 20:10:19] traps.c:2584:d1 Domain attempted WRMSR 00000000c0010004 from 0x00006fb039de7900 to 0x000000000000abcd. (XEN) [2012-09-06 20:10:25] traps.c:2584:d2 Domain attempted WRMSR 00000000c0010004 from 0x0000a195c40f618f to 0x000000000000abcd. (XEN) [2012-09-06 20:10:37] traps.c:2584:d3 Domain attempted WRMSR 00000000c0010004 from 0x000042345a0da545 to 0x000000000000abcd. (XEN) [2012-09-06 20:10:37] traps.c:2584:d4 Domain attempted WRMSR 00000000c0010004 from 0x0000a195c40f618f to 0x000000000000abcd. (XEN) [2012-09-06 20:10:44] traps.c:2584:d5 Domain attempted WRMSR 00000000c0010004 from 0x00006fb039de7900 to 0x000000000000abcd. (XEN) [2012-09-06 20:10:49] traps.c:2584:d6 Domain attempted WRMSR 00000000c0010004 from 0x000042345a0da545 to 0x000000000000abcd. (XEN) [2012-09-06 20:10:56] traps.c:2584:d7 Domain attempted WRMSR 00000000c0010004 from 0x000042345a0da545 to 0x000000000000abcd. (XEN) [2012-09-06 20:11:02] traps.c:2584:d8 Domain attempted WRMSR 00000000c0010004 from 0x00006fb039de7900 to 0x000000000000abcd. (XEN) [2012-09-06 20:11:08] traps.c:2584:d9 Domain attempted WRMSR 00000000c0010004 from 0x00008679c02b4165 to 0x000000000000abcd. (XEN) [2012-09-06 20:11:15] traps.c:2584:d10 Domain attempted WRMSR 00000000c0010004 from 0x000042345a0da545 to 0x000000000000abcd. (XEN) [2012-09-06 20:11:24] AMD-Vi: Disable: device id = 0x00a4, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:11:24] AMD-Vi: Setup I/O page table: device id = 0x00a4, root table = 0x18e0a1000, domain = 11, paging mode = 3 (XEN) [2012-09-06 20:11:24] AMD-Vi: Re-assign 0000:03:06.0 from dom0 to dom11 (XEN) [2012-09-06 20:11:25] traps.c:2584:d11 Domain attempted WRMSR 00000000c0010004 from 0x0000a195c40f618f to 0x000000000000abcd. (XEN) [2012-09-06 20:11:31] traps.c:2584:d12 Domain attempted WRMSR 00000000c0010004 from 0x00008679c02b4165 to 0x000000000000abcd. (XEN) [2012-09-06 20:11:38] traps.c:2584:d13 Domain attempted WRMSR 00000000c0010004 from 0x0000a195c40f618f to 0x000000000000abcd. (XEN) [2012-09-06 20:11:45] AMD-Vi: Disable: device id = 0x0a00, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Setup I/O page table: device id = 0x0a00, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Re-assign 0000:0a:00.0 from dom0 to dom14 (XEN) [2012-09-06 20:11:45] AMD-Vi: Disable: device id = 0x0a01, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Setup I/O page table: device id = 0x0a01, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Re-assign 0000:0a:00.1 from dom0 to dom14 (XEN) [2012-09-06 20:11:45] AMD-Vi: Disable: device id = 0x0a02, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Setup I/O page table: device id = 0x0a02, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Re-assign 0000:0a:00.2 from dom0 to dom14 (XEN) [2012-09-06 20:11:45] AMD-Vi: Disable: device id = 0x0a03, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Setup I/O page table: device id = 0x0a03, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Re-assign 0000:0a:00.3 from dom0 to dom14 (XEN) [2012-09-06 20:11:45] AMD-Vi: Disable: device id = 0x0a04, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Setup I/O page table: device id = 0x0a04, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Re-assign 0000:0a:00.4 from dom0 to dom14 (XEN) [2012-09-06 20:11:45] AMD-Vi: Disable: device id = 0x0a05, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Setup I/O page table: device id = 0x0a05, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Re-assign 0000:0a:00.5 from dom0 to dom14 (XEN) [2012-09-06 20:11:45] AMD-Vi: Disable: device id = 0x0a06, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Setup I/O page table: device id = 0x0a06, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Re-assign 0000:0a:00.6 from dom0 to dom14 (XEN) [2012-09-06 20:11:45] AMD-Vi: Disable: device id = 0x0a07, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Setup I/O page table: device id = 0x0a07, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Re-assign 0000:0a:00.7 from dom0 to dom14 (XEN) [2012-09-06 20:11:45] AMD-Vi: Disable: device id = 0x0700, domain = 0, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Setup I/O page table: device id = 0x0700, root table = 0x1e1fc0000, domain = 14, paging mode = 3 (XEN) [2012-09-06 20:11:45] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to dom14 (XEN) [2012-09-06 20:11:45] traps.c:2584:d14 Domain attempted WRMSR 00000000c0010004 from 0x0000785190fb4e0f to 0x000000000000abcd. (XEN) [2012-09-06 20:11:51] AMD-Vi: Share p2m table with iommu: p2m table = 0xa77a8 (XEN) [2012-09-06 20:11:56] HVM15: HVM Loader (XEN) [2012-09-06 20:11:56] HVM15: Detected Xen v4.2.0-rc4-pre (XEN) [2012-09-06 20:11:56] HVM15: Xenbus rings @0xfeffc000, event channel 4 (XEN) [2012-09-06 20:11:56] HVM15: System requested ROMBIOS (XEN) [2012-09-06 20:11:56] HVM15: CPU speed is 3200 MHz (XEN) [2012-09-06 20:11:56] irq.c:270: Dom15 PCI link 0 changed 0 -> 5 (XEN) [2012-09-06 20:11:56] HVM15: PCI-ISA link 0 routed to IRQ5 (XEN) [2012-09-06 20:11:56] irq.c:270: Dom15 PCI link 1 changed 0 -> 10 (XEN) [2012-09-06 20:11:56] HVM15: PCI-ISA link 1 routed to IRQ10 (XEN) [2012-09-06 20:11:56] irq.c:270: Dom15 PCI link 2 changed 0 -> 11 (XEN) [2012-09-06 20:11:56] HVM15: PCI-ISA link 2 routed to IRQ11 (XEN) [2012-09-06 20:11:56] irq.c:270: Dom15 PCI link 3 changed 0 -> 5 (XEN) [2012-09-06 20:11:56] HVM15: PCI-ISA link 3 routed to IRQ5 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 01:2 INTD->IRQ5 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 01:3 INTA->IRQ10 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 03:0 INTA->IRQ5 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 04:0 INTA->IRQ5 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 02:0 bar 10 size 02000000: f0000008 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 03:0 bar 14 size 01000000: f2000008 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 04:0 bar 10 size 00020000: f3000000 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 02:0 bar 14 size 00001000: f3020000 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 03:0 bar 10 size 00000100: 0000c001 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 04:0 bar 14 size 00000040: 0000c101 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 01:2 bar 20 size 00000020: 0000c141 (XEN) [2012-09-06 20:11:56] HVM15: pci dev 01:1 bar 20 size 00000010: 0000c161 (XEN) [2012-09-06 20:11:56] HVM15: Multiprocessor initialisation: (XEN) [2012-09-06 20:11:56] HVM15: - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done. (XEN) [2012-09-06 20:11:56] HVM15: - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done. (XEN) [2012-09-06 20:11:56] HVM15: Testing HVM environment: (XEN) [2012-09-06 20:11:56] HVM15: - REP INSB across page boundaries ... passed (XEN) [2012-09-06 20:11:56] HVM15: - GS base MSRs and SWAPGS ... passed (XEN) [2012-09-06 20:11:56] HVM15: Passed 2 of 2 tests (XEN) [2012-09-06 20:11:56] HVM15: Writing SMBIOS tables ... (XEN) [2012-09-06 20:11:56] HVM15: Loading ROMBIOS ... (XEN) [2012-09-06 20:11:56] HVM15: 9660 bytes of ROMBIOS high-memory extensions: (XEN) [2012-09-06 20:11:56] HVM15: Relocating to 0xfc001000-0xfc0035bc ... done (XEN) [2012-09-06 20:11:56] HVM15: Creating MP tables ... (XEN) [2012-09-06 20:11:56] HVM15: Loading Cirrus VGABIOS ... (XEN) [2012-09-06 20:11:56] HVM15: Loading PCI Option ROM ... (XEN) [2012-09-06 20:11:56] HVM15: - Manufacturer: http://ipxe.org (XEN) [2012-09-06 20:11:56] HVM15: - Product name: iPXE (XEN) [2012-09-06 20:11:57] HVM15: Option ROMs: (XEN) [2012-09-06 20:11:57] HVM15: c0000-c8fff: VGA BIOS (XEN) [2012-09-06 20:11:57] HVM15: c9000-d9fff: Etherboot ROM (XEN) [2012-09-06 20:11:57] HVM15: Loading ACPI ... (XEN) [2012-09-06 20:11:57] HVM15: vm86 TSS at fc00f680 (XEN) [2012-09-06 20:11:57] HVM15: BIOS map: (XEN) [2012-09-06 20:11:57] HVM15: f0000-fffff: Main BIOS (XEN) [2012-09-06 20:11:57] HVM15: E820 table: (XEN) [2012-09-06 20:11:57] HVM15: [00]: 00000000:00000000 - 00000000:0009e000: RAM (XEN) [2012-09-06 20:11:57] HVM15: [01]: 00000000:0009e000 - 00000000:000a0000: RESERVED (XEN) [2012-09-06 20:11:57] HVM15: HOLE: 00000000:000a0000 - 00000000:000e0000 (XEN) [2012-09-06 20:11:57] HVM15: [02]: 00000000:000e0000 - 00000000:00100000: RESERVED (XEN) [2012-09-06 20:11:57] HVM15: [03]: 00000000:00100000 - 00000000:1f800000: RAM (XEN) [2012-09-06 20:11:57] HVM15: HOLE: 00000000:1f800000 - 00000000:fc000000 (XEN) [2012-09-06 20:11:57] HVM15: [04]: 00000000:fc000000 - 00000001:00000000: RESERVED (XEN) [2012-09-06 20:11:57] HVM15: Invoking ROMBIOS ... (XEN) [2012-09-06 20:11:57] HVM15: $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $ (XEN) [2012-09-06 20:11:57] stdvga.c:147:d15 entering stdvga and caching modes (XEN) [2012-09-06 20:11:57] HVM15: VGABios $Id: vgabios.c,v 1.67 2008/01/27 09:44:12 vruppert Exp $ (XEN) [2012-09-06 20:11:57] HVM15: Bochs BIOS - build: 06/23/99 (XEN) [2012-09-06 20:11:57] HVM15: $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $ (XEN) [2012-09-06 20:11:57] HVM15: Options: apmbios pcibios eltorito PMM (XEN) [2012-09-06 20:11:57] HVM15: (XEN) [2012-09-06 20:11:57] HVM15: ata0-0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 (XEN) [2012-09-06 20:11:57] HVM15: ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (57244 MBytes) (XEN) [2012-09-06 20:11:58] HVM15: IDE time out (XEN) [2012-09-06 20:11:58] HVM15: ata1 master: QEMU DVD-ROM ATAPI-4 CD-Rom/DVD-Rom (XEN) [2012-09-06 20:12:00] HVM15: IDE time out (XEN) [2012-09-06 20:12:00] HVM15: (XEN) [2012-09-06 20:12:00] HVM15: (XEN) [2012-09-06 20:12:00] HVM15: (XEN) [2012-09-06 20:12:00] HVM15: Press F12 for boot menu. (XEN) [2012-09-06 20:12:00] HVM15: (XEN) [2012-09-06 20:12:00] HVM15: Booting from Hard Disk... (XEN) [2012-09-06 20:12:00] HVM15: Booting from 0000:7c00 (XEN) [2012-09-06 20:12:04] traps.c:2584:d16 Domain attempted WRMSR 00000000c0010004 from 0x000042345a0da545 to 0x000000000000abcd. (XEN) [2012-09-06 20:12:27] irq.c:270: Dom15 PCI link 0 changed 5 -> 0 (XEN) [2012-09-06 20:12:27] irq.c:270: Dom15 PCI link 1 changed 10 -> 0 (XEN) [2012-09-06 20:12:27] irq.c:270: Dom15 PCI link 2 changed 11 -> 0 (XEN) [2012-09-06 20:12:27] irq.c:270: Dom15 PCI link 3 changed 5 -> 0 (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0b (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a0a (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xde, mfn=0xa4a09 (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a0a (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0b (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xde, mfn=0xa4a09 (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a0a (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xde, mfn=0xa4a09 (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0b (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a0a (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0b (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a0a (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xde, mfn=0xa4a09 (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a0a (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0b (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a0a (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdc, mfn=0xa4a0b (XEN) [2012-09-06 20:12:28] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a0a (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xc9, mfn=0xa4a1e (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xcb, mfn=0xa4a1c (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xcd, mfn=0xa4a1a (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xcf, mfn=0xa4a18 (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd1, mfn=0xa4a16 (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd3, mfn=0xa4a14 (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd5, mfn=0xa4a12 (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd7, mfn=0xa4a10 (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xd9, mfn=0xa4a0e (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdb, mfn=0xa4a0c (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdd, mfn=0xa4a0a (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xdf, mfn=0xa4a08 (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe1, mfn=0xa4a06 (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe3, mfn=0xa4a04 (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe5, mfn=0xa4a02 (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe7, mfn=0xa4a00 (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xe9, mfn=0xa463e (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xeb, mfn=0xa463c (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xed, mfn=0xa463a (XEN) [2012-09-06 20:12:31] hvm.c:2435:d15 guest attempted write to read-only memory page. gfn=0xef, mfn=0xa4638 (XEN) [2012-09-06 20:17:19] traps.c:3156: GPF (0060): ffff82c48015c9fe -> ffff82c480224b83 (XEN) [2012-09-06 20:17:19] traps.c:3157: show_execution_state(regs): (XEN) [2012-09-06 20:17:19] ----[ Xen-4.2.0-rc4-pre x86_64 debug=y Not tainted ]---- (XEN) [2012-09-06 20:17:19] CPU: 4 (XEN) [2012-09-06 20:17:19] RIP: e008:[<ffff82c48015c9fe>] context_switch+0x394/0xeeb (XEN) [2012-09-06 20:17:19] RFLAGS: 0000000000010246 CONTEXT: hypervisor (XEN) [2012-09-06 20:17:19] rax: 0000000000000001 rbx: ffff8300a52da000 rcx: 0000000000000001 (XEN) [2012-09-06 20:17:19] rdx: 0000000000000063 rsi: 0000000000000001 rdi: 000000000000012b (XEN) [2012-09-06 20:17:19] rbp: ffff83024d897e28 rsp: ffff83024d897d88 r8: 0000000000000006 (XEN) [2012-09-06 20:17:19] r9: ffff8300afd15060 r10: 00000000deadbeef r11: 0000000000000246 (XEN) [2012-09-06 20:17:19] r12: ffff8300afd15000 r13: 0000000000000004 r14: 0000000000000004 (XEN) [2012-09-06 20:17:19] r15: ffff83024d89c048 cr0: 000000008005003b cr4: 00000000000006f0 (XEN) [2012-09-06 20:17:19] cr3: 0000000068a4a000 cr2: ffff88001fc0bd40 (XEN) [2012-09-06 20:17:19] ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e010 cs: e008 (XEN) [2012-09-06 20:17:19] Xen stack trace from rsp=ffff83024d897d88: (XEN) [2012-09-06 20:17:19] ffff82c4803027b0 ffff82f603216bc0 0000001e9e0f7000 0000000000000002 (XEN) [2012-09-06 20:17:19] ffff83024d897db8 ffff83024d89c060 ffff83024d897e18 ffff82c4801805be (XEN) [2012-09-06 20:17:19] 0000000000000cb2 0000018a160d59b2 0000000000000000 0000000000000000 (XEN) [2012-09-06 20:17:19] 0000000000000000 0000000000000000 ffff83024d897e28 ffff8300afd15000 (XEN) [2012-09-06 20:17:19] ffff8300a52da000 00000072d3ddc13f 0000000000000002 ffff83024d89c048 (XEN) [2012-09-06 20:17:19] ffff83024d897eb8 ffff82c480124a70 00ff83024d897e88 ffff83024d89c040 (XEN) [2012-09-06 20:17:19] 00000004ddad3a79 00000072d3ddc13f ffff83024d897e88 ffffffffffffffc2 (XEN) [2012-09-06 20:17:19] ffff8300a52da000 0000000001c9c380 ffff83024d897e00 ffff82c4801226ce (XEN) [2012-09-06 20:17:19] ffff83024d897ef8 ffff82c4802d8200 00000000ffffffff ffff82c4802d8000 (XEN) [2012-09-06 20:17:19] ffff83024d897f18 ffffffffffffffff ffff83024d897ef8 ffff82c480125e31 (XEN) [2012-09-06 20:17:19] ffff83024d897ed8 ffff8300afd15000 ffffffff81ece5d8 ffffffff81f420c0 (XEN) [2012-09-06 20:17:19] 0000000000000000 0000000000000000 ffff83024d897f08 ffff82c480125e68 (XEN) [2012-09-06 20:17:19] 00007cfdb27680c7 ffff82c480222f06 0000000000000000 ffff88001ead24e0 (XEN) [2012-09-06 20:17:19] 0000000000000000 ffff88001d3400d8 ffff88001cc2fbf0 ffff88001fc0b100 (XEN) [2012-09-06 20:17:19] 0000000000000202 0000000000000000 0000000000000000 0000000000000000 (XEN) [2012-09-06 20:17:19] 0000000000000000 ffffffff810011aa ffff88001eb8b0c0 00000000deadbeef (XEN) [2012-09-06 20:17:19] 00000000deadbeef 000000fa00000000 ffffffff810011aa 000000000000e033 (XEN) [2012-09-06 20:17:19] 0000000000000202 ffff88001cc2fbb8 000000000000e02b 00004bfd0000beef (XEN) [2012-09-06 20:17:19] 800000000000beef 740000000000beef 000000000018beef 00004bfe00000004 (XEN) [2012-09-06 20:17:19] ffff8300a52da000 0000003dcd59a680 000000000018e0c9 (XEN) [2012-09-06 20:17:19] Xen call trace: (XEN) [2012-09-06 20:17:19] [<ffff82c48015c9fe>] context_switch+0x394/0xeeb (XEN) [2012-09-06 20:17:19] [<ffff82c480124a70>] schedule+0x666/0x675 (XEN) [2012-09-06 20:17:19] [<ffff82c480125e31>] __do_softirq+0xa4/0xb5 (XEN) [2012-09-06 20:17:19] [<ffff82c480125e68>] do_softirq+0x26/0x28 (XEN) [2012-09-06 20:17:19] (XEN) [2012-09-06 20:17:19] traps.c:3159: show_execution_state(guest_cpu_user_regs()): (XEN) [2012-09-06 20:17:19] ----[ Xen-4.2.0-rc4-pre x86_64 debug=y Not tainted ]---- (XEN) [2012-09-06 20:17:19] CPU: 4 (XEN) [2012-09-06 20:17:19] RIP: e033:[<ffffffff810011aa>] (XEN) [2012-09-06 20:17:19] RFLAGS: 0000000000000202 EM: 1 CONTEXT: pv guest (XEN) [2012-09-06 20:17:19] rax: 0000000000000000 rbx: ffff88001fc0b100 rcx: ffffffff810011aa (XEN) [2012-09-06 20:17:19] rdx: ffff88001eb8b0c0 rsi: 00000000deadbeef rdi: 00000000deadbeef (XEN) [2012-09-06 20:17:19] rbp: ffff88001cc2fbf0 rsp: ffff88001cc2fbb8 r8: 0000000000000000 (XEN) [2012-09-06 20:17:19] r9: 0000000000000000 r10: 0000000000000000 r11: 0000000000000202 (XEN) [2012-09-06 20:17:19] r12: ffff88001d3400d8 r13: 0000000000000000 r14: ffff88001ead24e0 (XEN) [2012-09-06 20:17:19] r15: 0000000000000000 cr0: 000000008005003b cr4: 00000000000006f0 (XEN) [2012-09-06 20:17:19] cr3: 0000000068a4a000 cr2: 00000000f6b200ac (XEN) [2012-09-06 20:17:19] ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e02b cs: e033 (XEN) [2012-09-06 20:17:19] Guest stack trace from rsp=ffff88001cc2fbb8: (XEN) [2012-09-06 20:17:19] 0000000000000000 0000000000000001 ffffffff81004942 ffff88001ead2080 (XEN) [2012-09-06 20:17:19] ffff88001eb8b0c0 0000000000000000 ffff88001ead24e0 ffff88001cc2fc10 (XEN) [2012-09-06 20:17:19] ffffffff81003941 ffff88001eb8b0c0 ffff88001ead2080 ffff88001cc2fc70 (XEN) [2012-09-06 20:17:19] ffffffff8100b850 ffff88001ead2080 ffff88001d3b0000 0000000000000063 (XEN) [2012-09-06 20:17:19] ffff88001fc10a80 ffff88001cc2fc80 ffff88001fc12e80 0000000000000000 (XEN) [2012-09-06 20:17:19] ffff88001d3b6400 ffff88001d367800 ffffffffffff0000 ffff88001ead2080 (XEN) [2012-09-06 20:17:19] ffffffff817fa2f5 ffff88001cc2fdd0 0000000000000216 ffffffff810700fe (XEN) [2012-09-06 20:17:19] ffff88001fc0e018 ffff88001ead2080 0000000000012e80 ffff88001cc2ffd8 (XEN) [2012-09-06 20:17:19] ffff88001cc2e010 0000000000012e80 0000000000012e80 ffff88001cc2ffd8 (XEN) [2012-09-06 20:17:19] 0000000000012e80 ffff88001eb8b0c0 ffff88001ead2080 ffff880000000000 (XEN) [2012-09-06 20:17:19] ffff880000000000 ffff88001fc0e000 ffff88001ccec0c0 ffff88001fc16e00 (XEN) [2012-09-06 20:17:19] ffff88001fc0e000 ffff88001cc2fd50 ffffffff817fb614 ffff88001d0e0140 (XEN) [2012-09-06 20:17:19] ffff88001ccec0c0 ffff88001fc16e00 ffff88001fc0e000 ffff88001cc2fde0 (XEN) [2012-09-06 20:17:19] ffffffff8107f059 ffff88001ead2080 ffff88001ead2080 ffffffff817fbe7b (XEN) [2012-09-06 20:17:19] ffff88001fc0e448 ffff88001ead2080 ffff88001ccec0e0 ffff88001cc2fdb0 (XEN) [2012-09-06 20:17:19] ffffffff810acb78 ffff88001fc0e000 ffff88001ccec0c0 ffff88001fc0e438 (XEN) [2012-09-06 20:17:19] ffff88001fc0e448 ffff88001ead2080 ffff88001ccec0e0 ffff88001cc2fde0 (XEN) [2012-09-06 20:17:19] ffffffff817fa814 ffff88001cc2feb0 ffffffff8107f6f9 0000000000000000 (XEN) [2012-09-06 20:17:19] ffff88001cc2fe50 ffff88001ead2080 ffff88001cc2e010 ffff88001ead0280 (XEN) [2012-09-06 20:17:19] ffff88001cc2fe68 ffff88001ead2080 ffff88001ead2080 ffff88001ead2080 [-- Attachment #5: xm-dmesg-4.1.txt --] [-- Type: text/plain, Size: 38696 bytes --] (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) (XEN) Processor #0 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) (XEN) Processor #1 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) (XEN) Processor #2 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) (XEN) Processor #3 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled) (XEN) Processor #4 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled) (XEN) Processor #5 0:10 APIC version 16 (XEN) ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23 (XEN) ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24]) (XEN) IOAPIC[1]: apic_id 7, version 33, address 0xfec20000, GSI 24-55 (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) (XEN) ACPI: IRQ0 used by override. (XEN) ACPI: IRQ2 used by override. (XEN) ACPI: IRQ9 used by override. (XEN) Enabling APIC mode: Flat. Using 2 I/O APICs (XEN) ACPI: HPET id: 0x8300 base: 0xfed00000 (XEN) PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 (XEN) PCI: Not using MMCONFIG. (XEN) Table is not found! (XEN) Using ACPI (MADT) for SMP configuration information (XEN) mapped APIC to ffff82c3ffffe000 (fee00000) (XEN) mapped IOAPIC to ffff82c3ffffd000 (fec00000) (XEN) mapped IOAPIC to ffff82c3ffffc000 (fec20000) (XEN) IRQ limits: 56 GSI, 1112 MSI/MSI-X (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Detected 3200.176 MHz processor. (XEN) Initing memory sharing. (XEN) AMD Fam10h machine check reporting enabled (XEN) AMD-Vi: Found MSI capability block (XEN) AMD-Vi: ACPI Table: (XEN) AMD-Vi: Signature IVRS (XEN) AMD-Vi: Length 0xf8 (XEN) AMD-Vi: Revision 0x1 (XEN) AMD-Vi: CheckSum 0x6e (XEN) AMD-Vi: OEM_Id AMD (XEN) AMD-Vi: OEM_Table_Id RD890S (XEN) AMD-Vi: OEM_Revision 0x202031 (XEN) AMD-Vi: Creator_Id AMD (XEN) AMD-Vi: Creator_Revision 0x0 (XEN) AMD-Vi: IVRS Block: (XEN) AMD-Vi: Type 0x10 (XEN) AMD-Vi: Flags 0x3e (XEN) AMD-Vi: Length 0xc8 (XEN) AMD-Vi: Dev_Id 0x2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x0 -> 0x2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x10 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xb00 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x18 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0xa00 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0xa00 -> 0xa07 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x28 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x900 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x30 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x800 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x50 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x700 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x58 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x600 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x600 -> 0x601 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x60 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x500 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x68 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x400 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x400 -> 0x407 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x88 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x90 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x90 -> 0x92 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x98 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x98 -> 0x9a (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa0 (XEN) AMD-Vi: Flags 0xd7 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa3 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa4 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x0 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x43 (XEN) AMD-Vi: Dev_Id 0x300 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x300 -> 0x3ff (XEN) AMD-Vi: Dev_Id Alias: 0xa4 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa5 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa8 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa9 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x100 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0xb0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0xb0 -> 0xb2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x0 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x48 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0xd7 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x48 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Add device table entry: device id = 0x0000, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0001, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0002, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0010, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0018, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0028, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0030, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0050, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0058, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0060, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0068, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0088, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0090, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0091, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0092, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0098, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0099, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x009a, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x00a0, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x00a3, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x00a4, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x00a5, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x00a8, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x00a9, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x00b0, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x00b1, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x00b2, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0100, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0400, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0401, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0402, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0403, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0404, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0405, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0406, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0407, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0500, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0600, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0601, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0700, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0800, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0900, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0a00, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0a01, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0a02, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0a03, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0a04, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0a05, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0a06, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0a07, interupt table = 0x24d980000 (XEN) AMD-Vi: Add device table entry: device id = 0x0b00, interupt table = 0x24d980000 (XEN) AMD-Vi: IOMMU 0 Enabled. (XEN) AMD-Vi: Enabling global vector map (XEN) I/O virtualisation enabled (XEN) - Dom0 mode: Relaxed (XEN) Getting VERSION: 80050010 (XEN) Getting VERSION: 80050010 (XEN) Getting ID: 0 (XEN) Getting LVT0: 700 (XEN) Getting LVT1: 400 (XEN) enabled ExtINT on CPU#0 (XEN) ESR value before enabling vector: 0x00000004 after: 0x00000000 (XEN) ENABLING IO-APIC IRQs (XEN) -> Using new ACK method (XEN) init IO_APIC IRQs (XEN) IO-APIC (apicid-pin) 6-0, 6-16, 6-17, 6-18, 6-19, 6-20, 6-21, 6-22, 6-23, 7-0, 7-1, 7-2, 7-3, 7-4, 7-5, 7-6, 7-7, 7-8, 7-9, 7-10, 7-11, 7-12, 7-13, 7-14, 7-15, 7-16, 7-17, 7-18, 7-19, 7-20, 7-21, 7-22, 7-23, 7-24, 7-25, 7-26, 7-27, 7-28, 7-29, 7-30, 7-31 not connected. (XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1 (XEN) number of MP IRQ sources: 15. (XEN) number of IO-APIC #6 registers: 24. (XEN) number of IO-APIC #7 registers: 32. (XEN) testing the IO APIC....................... (XEN) IO APIC #6...... (XEN) .... register #00: 06000000 (XEN) ....... : physical APIC id: 06 (XEN) ....... : Delivery Type: 0 (XEN) ....... : LTS : 0 (XEN) .... register #01: 00178021 (XEN) ....... : max redirection entries: 0017 (XEN) ....... : PRQ implemented: 1 (XEN) ....... : IO APIC version: 0021 (XEN) .... register #02: 06000000 (XEN) ....... : arbitration: 06 (XEN) .... register #03: 07000000 (XEN) ....... : Boot DT : 0 (XEN) .... IRQ redirection table: (XEN) NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: (XEN) 00 000 00 1 0 0 0 0 0 0 00 (XEN) 01 001 01 0 0 0 0 0 1 1 30 (XEN) 02 001 01 0 0 0 0 0 1 1 F0 (XEN) 03 001 01 0 0 0 0 0 1 1 38 (XEN) 04 001 01 0 0 0 0 0 1 1 F1 (XEN) 05 001 01 0 0 0 0 0 1 1 40 (XEN) 06 001 01 0 0 0 0 0 1 1 48 (XEN) 07 001 01 0 0 0 0 0 1 1 50 (XEN) 08 001 01 0 0 0 0 0 1 1 58 (XEN) 09 001 01 1 1 0 1 0 1 1 60 (XEN) 0a 001 01 0 0 0 0 0 1 1 68 (XEN) 0b 001 01 0 0 0 0 0 1 1 70 (XEN) 0c 001 01 0 0 0 0 0 1 1 78 (XEN) 0d 001 01 0 0 0 0 0 1 1 88 (XEN) 0e 001 01 0 0 0 0 0 1 1 90 (XEN) 0f 001 01 0 0 0 0 0 1 1 98 (XEN) 10 000 00 1 0 0 0 0 0 0 00 (XEN) 11 000 00 1 0 0 0 0 0 0 00 (XEN) 12 000 00 1 0 0 0 0 0 0 00 (XEN) 13 000 00 1 0 0 0 0 0 0 00 (XEN) 14 000 00 1 0 0 0 0 0 0 00 (XEN) 15 000 00 1 0 0 0 0 0 0 00 (XEN) 16 000 00 1 0 0 0 0 0 0 00 (XEN) 17 000 00 1 0 0 0 0 0 0 00 (XEN) IO APIC #7...... (XEN) .... register #00: 07000000 (XEN) ....... : physical APIC id: 07 (XEN) ....... : Delivery Type: 0 (XEN) ....... : LTS : 0 (XEN) .... register #01: 001F8021 (XEN) ....... : max redirection entries: 001F (XEN) ....... : PRQ implemented: 1 (XEN) ....... : IO APIC version: 0021 (XEN) .... register #02: 00000000 (XEN) ....... : arbitration: 00 (XEN) .... IRQ redirection table: (XEN) NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: (XEN) 00 000 00 1 0 0 0 0 0 0 00 (XEN) 01 000 00 1 0 0 0 0 0 0 00 (XEN) 02 000 00 1 0 0 0 0 0 0 00 (XEN) 03 000 00 1 0 0 0 0 0 0 00 (XEN) 04 000 00 1 0 0 0 0 0 0 00 (XEN) 05 000 00 1 0 0 0 0 0 0 00 (XEN) 06 000 00 1 0 0 0 0 0 0 00 (XEN) 07 000 00 1 0 0 0 0 0 0 00 (XEN) 08 000 00 1 0 0 0 0 0 0 00 (XEN) 09 000 00 1 0 0 0 0 0 0 00 (XEN) 0a 000 00 1 0 0 0 0 0 0 00 (XEN) 0b 000 00 1 0 0 0 0 0 0 00 (XEN) 0c 000 00 1 0 0 0 0 0 0 00 (XEN) 0d 000 00 1 0 0 0 0 0 0 00 (XEN) 0e 000 00 1 0 0 0 0 0 0 00 (XEN) 0f 000 00 1 0 0 0 0 0 0 00 (XEN) 10 000 00 1 0 0 0 0 0 0 00 (XEN) 11 000 00 1 0 0 0 0 0 0 00 (XEN) 12 000 00 1 0 0 0 0 0 0 00 (XEN) 13 000 00 1 0 0 0 0 0 0 00 (XEN) 14 000 00 1 0 0 0 0 0 0 00 (XEN) 15 000 00 1 0 0 0 0 0 0 00 (XEN) 16 000 00 1 0 0 0 0 0 0 00 (XEN) 17 000 00 1 0 0 0 0 0 0 00 (XEN) 18 000 00 1 0 0 0 0 0 0 00 (XEN) 19 000 00 1 0 0 0 0 0 0 00 (XEN) 1a 000 00 1 0 0 0 0 0 0 00 (XEN) 1b 000 00 1 0 0 0 0 0 0 00 (XEN) 1c 000 00 1 0 0 0 0 0 0 00 (XEN) 1d 000 00 1 0 0 0 0 0 0 00 (XEN) 1e 000 00 1 0 0 0 0 0 0 00 (XEN) 1f 000 00 1 0 0 0 0 0 0 00 (XEN) Using vector-based indexing (XEN) IRQ to pin mappings: (XEN) IRQ240 -> 0:2 (XEN) IRQ48 -> 0:1 (XEN) IRQ56 -> 0:3 (XEN) IRQ241 -> 0:4 (XEN) IRQ64 -> 0:5 (XEN) IRQ72 -> 0:6 (XEN) IRQ80 -> 0:7 (XEN) IRQ88 -> 0:8 (XEN) IRQ96 -> 0:9 (XEN) IRQ104 -> 0:10 (XEN) IRQ112 -> 0:11 (XEN) IRQ120 -> 0:12 (XEN) IRQ136 -> 0:13 (XEN) IRQ144 -> 0:14 (XEN) IRQ152 -> 0:15 (XEN) .................................... done. (XEN) Using local APIC timer interrupts. (XEN) calibrating APIC timer ... (XEN) ..... CPU clock speed is 3200.2040 MHz. (XEN) ..... host bus clock speed is 200.0126 MHz. (XEN) ..... bus_scale = 0x0000CCD7 (XEN) [2012-09-06 22:14:33] Platform timer is 14.318MHz HPET (XEN) [2012-09-06 22:14:33] Allocated console ring of 64 KiB. (XEN) [2012-09-06 22:14:33] HVM: ASIDs enabled. (XEN) [2012-09-06 22:14:33] SVM: Supported advanced features: (XEN) [2012-09-06 22:14:33] - Nested Page Tables (NPT) (XEN) [2012-09-06 22:14:33] - Last Branch Record (LBR) Virtualisation (XEN) [2012-09-06 22:14:33] - Next-RIP Saved on #VMEXIT (XEN) [2012-09-06 22:14:33] - Pause-Intercept Filter (XEN) [2012-09-06 22:14:33] HVM: SVM enabled (XEN) [2012-09-06 22:14:33] HVM: Hardware Assisted Paging (HAP) detected (XEN) [2012-09-06 22:14:33] HVM: HAP page sizes: 4kB, 2MB, 1GB (XEN) [2012-09-06 22:14:32] masked ExtINT on CPU#1 (XEN) [2012-09-06 22:14:32] masked ExtINT on CPU#2 (XEN) [2012-09-06 22:14:32] masked ExtINT on CPU#3 (XEN) [2012-09-06 22:14:32] masked ExtINT on CPU#4 (XEN) [2012-09-06 22:14:32] masked ExtINT on CPU#5 (XEN) [2012-09-06 22:14:33] Brought up 6 CPUs (XEN) [2012-09-06 22:14:33] HPET\047s MSI mode hasn\047t been supported when Interrupt Remapping is enabled. (XEN) [2012-09-06 22:14:33] ACPI sleep modes: S3 (XEN) [2012-09-06 22:14:33] MCA: Use hw thresholding to adjust polling frequency (XEN) [2012-09-06 22:14:33] mcheck_poll: Machine check polling timer started. (XEN) [2012-09-06 22:14:33] Xenoprofile: Failed to setup IBS LVT offset, IBSCTL = 0xffffffff (XEN) [2012-09-06 22:14:33] *** LOADING DOMAIN 0 *** (XEN) [2012-09-06 22:14:33] elf_parse_binary: phdr: paddr=0x1000000 memsz=0xd6a000 (XEN) [2012-09-06 22:14:33] elf_parse_binary: phdr: paddr=0x1e00000 memsz=0xdb0e8 (XEN) [2012-09-06 22:14:33] elf_parse_binary: phdr: paddr=0x1edc000 memsz=0x13c00 (XEN) [2012-09-06 22:14:33] elf_parse_binary: phdr: paddr=0x1ef0000 memsz=0xde5000 (XEN) [2012-09-06 22:14:33] elf_parse_binary: memory: 0x1000000 -> 0x2cd5000 (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: GUEST_OS = "linux" (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: GUEST_VERSION = "2.6" (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: XEN_VERSION = "xen-3.0" (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000 (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: ENTRY = 0xffffffff81ef0210 (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000 (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb" (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: PAE_MODE = "yes" (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: LOADER = "generic" (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: unknown xen elf note (0xd) (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: SUSPEND_CANCEL = 0x1 (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000 (XEN) [2012-09-06 22:14:33] elf_xen_parse_note: PADDR_OFFSET = 0x0 (XEN) [2012-09-06 22:14:33] elf_xen_addr_calc_check: addresses: (XEN) [2012-09-06 22:14:33] virt_base = 0xffffffff80000000 (XEN) [2012-09-06 22:14:33] elf_paddr_offset = 0x0 (XEN) [2012-09-06 22:14:33] virt_offset = 0xffffffff80000000 (XEN) [2012-09-06 22:14:33] virt_kstart = 0xffffffff81000000 (XEN) [2012-09-06 22:14:33] virt_kend = 0xffffffff82cd5000 (XEN) [2012-09-06 22:14:33] virt_entry = 0xffffffff81ef0210 (XEN) [2012-09-06 22:14:33] p2m_base = 0xffffffffffffffff (XEN) [2012-09-06 22:14:33] Xen kernel: 64-bit, lsb, compat32 (XEN) [2012-09-06 22:14:33] Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2cd5000 (XEN) [2012-09-06 22:14:33] PHYSICAL MEMORY ARRANGEMENT: (XEN) [2012-09-06 22:14:33] Dom0 alloc.: 0000000240000000->0000000244000000 (242428 pages to be allocated) (XEN) [2012-09-06 22:14:33] Init. ramdisk: 000000024f2fc000->000000024ffff800 (XEN) [2012-09-06 22:14:33] VIRTUAL MEMORY ARRANGEMENT: (XEN) [2012-09-06 22:14:33] Loaded kernel: ffffffff81000000->ffffffff82cd5000 (XEN) [2012-09-06 22:14:33] Init. ramdisk: ffffffff82cd5000->ffffffff839d8800 (XEN) [2012-09-06 22:14:33] Phys-Mach map: ffffffff839d9000->ffffffff83bd9000 (XEN) [2012-09-06 22:14:33] Start info: ffffffff83bd9000->ffffffff83bd94b4 (XEN) [2012-09-06 22:14:33] Page tables: ffffffff83bda000->ffffffff83bfd000 (XEN) [2012-09-06 22:14:33] Boot stack: ffffffff83bfd000->ffffffff83bfe000 (XEN) [2012-09-06 22:14:33] TOTAL: ffffffff80000000->ffffffff84000000 (XEN) [2012-09-06 22:14:33] ENTRY ADDRESS: ffffffff81ef0210 (XEN) [2012-09-06 22:14:33] Dom0 has maximum 6 VCPUs (XEN) [2012-09-06 22:14:33] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81d6a000 (XEN) [2012-09-06 22:14:34] elf_load_binary: phdr 1 at 0xffffffff81e00000 -> 0xffffffff81edb0e8 (XEN) [2012-09-06 22:14:34] elf_load_binary: phdr 2 at 0xffffffff81edc000 -> 0xffffffff81eefc00 (XEN) [2012-09-06 22:14:34] elf_load_binary: phdr 3 at 0xffffffff81ef0000 -> 0xffffffff81f89000 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0000, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0002, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0010, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0018, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0028, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0030, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0050, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0058, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0060, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0068, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0088, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0090, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0092, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0098, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x009a, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x00a0, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x00a3, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x00a4, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x00a5, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x00a8, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x00b0, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x00b2, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: No iommu for device 00:18.0 (XEN) [2012-09-06 22:14:34] AMD-Vi: No iommu for device 00:18.1 (XEN) [2012-09-06 22:14:34] AMD-Vi: No iommu for device 00:18.2 (XEN) [2012-09-06 22:14:34] AMD-Vi: No iommu for device 00:18.3 (XEN) [2012-09-06 22:14:34] AMD-Vi: No iommu for device 00:18.4 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0400, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0401, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0402, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0403, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0404, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0405, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0406, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0407, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0500, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0600, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0601, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0700, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0800, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0900, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0a00, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0a01, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0a02, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0a03, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0a04, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0a05, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0a06, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0a07, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] AMD-Vi: Setup I/O page table: device id = 0x0b00, root table = 0x24d823000, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:14:34] Scrubbing Free RAM: .......................................................................done. (XEN) [2012-09-06 22:14:36] Xen trace buffers: disabled (XEN) [2012-09-06 22:14:36] Std. Loglevel: All (XEN) [2012-09-06 22:14:36] Guest Loglevel: All (XEN) [2012-09-06 22:14:36] Xen is relinquishing VGA console. (XEN) [2012-09-06 22:14:36] *** Serial input -> DOM0 (type \047CTRL-a\047 three times to switch input to Xen) (XEN) [2012-09-06 22:14:36] Freed 196kB init memory. (XEN) [2012-09-06 22:14:36] IOAPIC[0]: Set PCI routing entry (6-9 -> 0x60 -> IRQ 9 Mode:1 Active:1) (XEN) [2012-09-06 22:14:36] traps.c:2489:d0 Domain attempted WRMSR 00000000c0010004 from 0x0000eff0bdfb1fb8 to 0x000000000000abcd. (XEN) [2012-09-06 22:14:37] PCI add device 00:00.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:00.2 (XEN) [2012-09-06 22:14:37] PCI add device 00:02.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:03.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:05.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:06.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:0a.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:0b.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:0c.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:0d.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:11.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:12.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:12.2 (XEN) [2012-09-06 22:14:37] PCI add device 00:13.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:13.2 (XEN) [2012-09-06 22:14:37] PCI add device 00:14.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:14.3 (XEN) [2012-09-06 22:14:37] PCI add device 00:14.4 (XEN) [2012-09-06 22:14:37] PCI add device 00:14.5 (XEN) [2012-09-06 22:14:37] PCI add device 00:15.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:16.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:16.2 (XEN) [2012-09-06 22:14:37] PCI add device 00:18.0 (XEN) [2012-09-06 22:14:37] PCI add device 00:18.1 (XEN) [2012-09-06 22:14:37] PCI add device 00:18.2 (XEN) [2012-09-06 22:14:37] PCI add device 00:18.3 (XEN) [2012-09-06 22:14:37] PCI add device 00:18.4 (XEN) [2012-09-06 22:14:37] PCI add device 0b:00.0 (XEN) [2012-09-06 22:14:37] PCI add device 0a:00.0 (XEN) [2012-09-06 22:14:37] PCI add device 0a:00.1 (XEN) [2012-09-06 22:14:37] PCI add device 0a:00.2 (XEN) [2012-09-06 22:14:37] PCI add device 0a:00.3 (XEN) [2012-09-06 22:14:37] PCI add device 0a:00.4 (XEN) [2012-09-06 22:14:37] PCI add device 0a:00.5 (XEN) [2012-09-06 22:14:37] PCI add device 0a:00.6 (XEN) [2012-09-06 22:14:37] PCI add device 0a:00.7 (XEN) [2012-09-06 22:14:37] PCI add device 09:00.0 (XEN) [2012-09-06 22:14:37] PCI add device 08:00.0 (XEN) [2012-09-06 22:14:37] PCI add device 07:00.0 (XEN) [2012-09-06 22:14:37] PCI add device 06:00.0 (XEN) [2012-09-06 22:14:37] PCI add device 06:00.1 (XEN) [2012-09-06 22:14:37] PCI add device 05:00.0 (XEN) [2012-09-06 22:14:37] PCI add device 04:00.0 (XEN) [2012-09-06 22:14:37] PCI add device 04:00.1 (XEN) [2012-09-06 22:14:37] PCI add device 04:00.2 (XEN) [2012-09-06 22:14:37] PCI add device 04:00.3 (XEN) [2012-09-06 22:14:37] PCI add device 04:00.4 (XEN) [2012-09-06 22:14:37] PCI add device 04:00.5 (XEN) [2012-09-06 22:14:37] PCI add device 04:00.6 (XEN) [2012-09-06 22:14:37] PCI add device 04:00.7 (XEN) [2012-09-06 22:14:37] PCI add device 03:06.0 (XEN) [2012-09-06 22:14:37] IOAPIC[0]: Set PCI routing entry (6-8 -> 0x58 -> IRQ 8 Mode:0 Active:0) (XEN) [2012-09-06 22:14:37] IOAPIC[0]: Set PCI routing entry (6-13 -> 0x88 -> IRQ 13 Mode:0 Active:0) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-28 -> 0xa0 -> IRQ 52 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-29 -> 0xa8 -> IRQ 53 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-30 -> 0xb0 -> IRQ 54 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[0]: Set PCI routing entry (6-16 -> 0xb8 -> IRQ 16 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[0]: Set PCI routing entry (6-18 -> 0xc0 -> IRQ 18 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[0]: Set PCI routing entry (6-17 -> 0xc8 -> IRQ 17 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-4 -> 0xd0 -> IRQ 28 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-5 -> 0xd8 -> IRQ 29 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-6 -> 0x21 -> IRQ 30 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-7 -> 0x29 -> IRQ 31 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-16 -> 0x31 -> IRQ 40 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-17 -> 0x39 -> IRQ 41 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-18 -> 0x41 -> IRQ 42 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-19 -> 0x49 -> IRQ 43 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] physdev.c:171: dom0: wrong map_pirq type 3 (XEN) [2012-09-06 22:14:37] IOAPIC[0]: Set PCI routing entry (6-22 -> 0x99 -> IRQ 22 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-12 -> 0xa1 -> IRQ 36 Mode:1 Active:1) (XEN) [2012-09-06 22:14:37] IOAPIC[1]: Set PCI routing entry (7-23 -> 0xa9 -> IRQ 47 Mode:1 Active:1) (XEN) [2012-09-06 22:14:38] IOAPIC[0]: Set PCI routing entry (6-19 -> 0xb1 -> IRQ 19 Mode:1 Active:1) (XEN) [2012-09-06 22:14:38] IOAPIC[1]: Set PCI routing entry (7-22 -> 0xc1 -> IRQ 46 Mode:1 Active:1) (XEN) [2012-09-06 22:14:38] IOAPIC[1]: Set PCI routing entry (7-27 -> 0xd1 -> IRQ 51 Mode:1 Active:1) (XEN) [2012-09-06 22:14:40] IOAPIC[1]: Set PCI routing entry (7-9 -> 0x22 -> IRQ 33 Mode:1 Active:1) (XEN) [2012-09-06 22:15:45] traps.c:2489:d1 Domain attempted WRMSR 00000000c0010004 from 0x0000edf03dde7840 to 0x000000000000abcd. (XEN) [2012-09-06 22:15:54] traps.c:2489:d2 Domain attempted WRMSR 00000000c0010004 from 0x0000847cc0394143 to 0x000000000000abcd. (XEN) [2012-09-06 22:16:14] traps.c:2489:d3 Domain attempted WRMSR 00000000c0010004 from 0x00002195c40f638f to 0x000000000000abcd. (XEN) [2012-09-06 22:16:16] traps.c:2489:d4 Domain attempted WRMSR 00000000c0010004 from 0x0000847cc0394143 to 0x000000000000abcd. (XEN) [2012-09-06 22:16:26] traps.c:2489:d5 Domain attempted WRMSR 00000000c0010004 from 0x00002195c40f638f to 0x000000000000abcd. (XEN) [2012-09-06 22:16:34] traps.c:2489:d6 Domain attempted WRMSR 00000000c0010004 from 0x0000847cc0394143 to 0x000000000000abcd. (XEN) [2012-09-06 22:16:52] traps.c:2489:d7 Domain attempted WRMSR 00000000c0010004 from 0x00002195c40f638f to 0x000000000000abcd. (XEN) [2012-09-06 22:17:08] traps.c:2489:d8 Domain attempted WRMSR 00000000c0010004 from 0x000040b4530da165 to 0x000000000000abcd. (XEN) [2012-09-06 22:17:19] traps.c:2489:d9 Domain attempted WRMSR 00000000c0010004 from 0x0000847cc0394143 to 0x000000000000abcd. (XEN) [2012-09-06 22:17:33] traps.c:2489:d10 Domain attempted WRMSR 00000000c0010004 from 0x0000edf03dde7840 to 0x000000000000abcd. (XEN) [2012-09-06 22:17:42] AMD-Vi: Disable: device id = 0x00a4, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:17:42] AMD-Vi: Setup I/O page table: device id = 0x00a4, root table = 0x18ce4f000, domain = 11, paging mode = 3 (XEN) [2012-09-06 22:17:42] AMD-Vi: Re-assign 03:06.0 from domain 0 to domain 11 (XEN) [2012-09-06 22:17:44] traps.c:2489:d11 Domain attempted WRMSR 00000000c0010004 from 0x00002195c40f638f to 0x000000000000abcd. (XEN) [2012-09-06 22:18:33] traps.c:2489:d12 Domain attempted WRMSR 00000000c0010004 from 0x00002195c40f638f to 0x000000000000abcd. (XEN) [2012-09-06 22:18:43] traps.c:2489:d13 Domain attempted WRMSR 00000000c0010004 from 0x000040b4530da165 to 0x000000000000abcd. (XEN) [2012-09-06 22:19:29] AMD-Vi: Disable: device id = 0x0a00, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Setup I/O page table: device id = 0x0a00, root table = 0x1e0d83000, domain = 14, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Re-assign 0a:00.0 from domain 0 to domain 14 (XEN) [2012-09-06 22:19:29] AMD-Vi: Disable: device id = 0x0a01, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Setup I/O page table: device id = 0x0a01, root table = 0x1e0d83000, domain = 14, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Re-assign 0a:00.1 from domain 0 to domain 14 (XEN) [2012-09-06 22:19:29] AMD-Vi: Disable: device id = 0x0a02, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Setup I/O page table: device id = 0x0a02, root table = 0x1e0d83000, domain = 14, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Re-assign 0a:00.2 from domain 0 to domain 14 (XEN) [2012-09-06 22:19:29] AMD-Vi: Disable: device id = 0x0a03, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Setup I/O page table: device id = 0x0a03, root table = 0x1e0d83000, domain = 14, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Re-assign 0a:00.3 from domain 0 to domain 14 (XEN) [2012-09-06 22:19:29] AMD-Vi: Disable: device id = 0x0a04, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Setup I/O page table: device id = 0x0a04, root table = 0x1e0d83000, domain = 14, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Re-assign 0a:00.4 from domain 0 to domain 14 (XEN) [2012-09-06 22:19:29] AMD-Vi: Disable: device id = 0x0a05, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Setup I/O page table: device id = 0x0a05, root table = 0x1e0d83000, domain = 14, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Re-assign 0a:00.5 from domain 0 to domain 14 (XEN) [2012-09-06 22:19:29] AMD-Vi: Disable: device id = 0x0a06, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Setup I/O page table: device id = 0x0a06, root table = 0x1e0d83000, domain = 14, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Re-assign 0a:00.6 from domain 0 to domain 14 (XEN) [2012-09-06 22:19:29] AMD-Vi: Disable: device id = 0x0a07, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Setup I/O page table: device id = 0x0a07, root table = 0x1e0d83000, domain = 14, paging mode = 3 (XEN) [2012-09-06 22:19:29] AMD-Vi: Re-assign 0a:00.7 from domain 0 to domain 14 (XEN) [2012-09-06 22:19:30] AMD-Vi: Disable: device id = 0x0700, domain = 0, paging mode = 3 (XEN) [2012-09-06 22:19:30] AMD-Vi: Setup I/O page table: device id = 0x0700, root table = 0x1e0d83000, domain = 14, paging mode = 3 (XEN) [2012-09-06 22:19:30] AMD-Vi: Re-assign 07:00.0 from domain 0 to domain 14 (XEN) [2012-09-06 22:19:44] traps.c:2489:d14 Domain attempted WRMSR 00000000c0010004 from 0x0000787110fd0e8f to 0x000000000000abcd. [-- Attachment #6: Type: text/plain, Size: 126 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-07 7:32 ` Sander Eikelenboom @ 2012-09-07 8:54 ` Wei Wang 2012-09-07 10:01 ` Sander Eikelenboom ` (2 more replies) 2012-09-07 9:17 ` [PATCH] amd iommu: Dump flags of IO page faults (off topic - pci devices) Andrew Cooper 2012-09-07 9:53 ` [PATCH] amd iommu: Dump flags of IO page faults Jan Beulich 2 siblings, 3 replies; 22+ messages in thread From: Wei Wang @ 2012-09-07 8:54 UTC (permalink / raw) To: Sander Eikelenboom; +Cc: xen-devel@lists.xensource.com, Jan Beulich On 09/07/2012 09:32 AM, Sander Eikelenboom wrote: > > Thursday, September 6, 2012, 5:03:05 PM, you wrote: > >> On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: >>> >>> Thursday, September 6, 2012, 3:32:51 PM, you wrote: >>> >>>> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >>>>> >>>>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >>>>> >>>>>> Hi Jan, >>>>>> Attached patch dumps io page fault flags. The flags show the reason of >>>>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >>>>> >>>>>> Thanks, >>>>>> Wei >>>>> >>>>>> signed-off-by: Wei Wang<wei.wang2@amd.com> >>>>> >>>>> >>>>> I have applied the patch and the flags seem to differ between the faults: >>>>> >>>>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 >>> >>>> OK, so they are not interrupt requests. I guess further information from >>>> your system would be helpful to debug this issue: >>>> 1) xl info >>>> 2) xl list >>>> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) >>>> 4) cat /proc/iomem (in both dom0 and your hvm guest) >>> >>> dom14 is not a HVM guest,it's a PV guest. > >> Ah, I see. PV guest is quite different than hvm, it does use p2m tables >> as io page tables. So no-sharept option does not work in this case. PV >> guests always use separated io page tables. There might be some >> incorrect mappings on the page tables. I will check this on my side. > > I have reverted the machine to xen-4.1.4-pre (changeset 23353) and kept everything else the same. > I haven't seen any IO PAGE FAULTS after that. > > I did spot some differences in the output from lspci between xen 4.1 and 4.2, related to MSI enabled or not for the IOMMU device. > Have attached the xl/xm dmesg and lspci from booting with both versions. > > lspci: > > 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] > Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] > 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 10 > Capabilities: [40] Secure device<?> > 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ Eh... That is interesting. So which dom0 are you using? There is a c/s in 4.2 to prevent recent dom0 to disable iommu interrupt (changeset 25492:61844569a432) Otherwise, iommu cannot send any events including IO PAGE faults. You could try to revert dom0 to an old version like 2.6 pv_ops to see if you really have no io page faults on 4.1 > 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ > Address: 00000000fee0100c Data: 4128 > Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ > > Although it seems enabled, shouldn't the IRQ number used be much higher than 10 for MSI interrupts ? The IRQ number is fine. MSI vector is stored at Data: 4128 > > There is another difference in the bridge device that's in front of the 0a:00.6 device that faults before the kernel is even booted. > > 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode]) > Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ > 4.1: Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort->SERR-<PERR- INTx- > 4.2: 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=0a, subordinate=0a, sec-latency=0 > I/O behind bridge: 0000f000-00000fff > Memory behind bridge: f9f00000-f9ffffff > Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff > 4.1: Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort-<SERR-<PERR- > 4.2: 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 3 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) > Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- > Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0<1us, L1<8us > ClockPM- Surprise- 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- Surprise- > Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ > SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- > Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- > SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- > Changed: MRL- PresDet+ LinkState+ The probably because of the IO_PAGE_FAULT. Thanks, Wei > serveerstertje:~# lspci -t > -[0000:00]-+-00.0 > +-00.2 > +-02.0-[0b]----00.0 > +-03.0-[0a]--+-00.0 > | +-00.1 > | +-00.2 > | +-00.3 > | +-00.4 > | +-00.5 > | +-00.6 > | \-00.7 > +-05.0-[09]----00.0 > +-06.0-[08]----00.0 > +-0a.0-[07]----00.0 > +-0b.0-[06]--+-00.0 > | \-00.1 > +-0c.0-[05]----00.0 > +-0d.0-[04]--+-00.0 > | +-00.1 > | +-00.2 > | +-00.3 > | +-00.4 > | +-00.5 > | +-00.6 > | \-00.7 > +-11.0 > +-12.0 > +-12.2 > +-13.0 > +-13.2 > +-14.0 > +-14.3 > +-14.4-[03]----06.0 > +-14.5 > +-15.0-[02]-- > +-16.0 > +-16.2 > +-18.0 > +-18.1 > +-18.2 > +-18.3 > \-18.4 > > > > > >> Thanks, >> Wei > >>> I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. >>> >>> >>>> * I would also like to know the symptoms of device 0x0700 when IO_PF >>>> happened. Did it stop working? >>> >>> Yes it stops working, the video capture just freezes, but the driver doesn't bail out. >>> For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. >>> >>>> (BTW: I copied a few options from your boot cmd line and it worked with >>>> my RD890 system >>> >>>> dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps >>>> cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug >>>> apic=debug iommu=on,verbose,debug,no-sharept >>> >>>> * so, what OEM board you have?) >>> >>> MSI 890FXA-GD70 >>> >>>> Also from your log, these lines looks very strange: >>> >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xd5, mfn=0xa4a11 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xd7, mfn=0xa4a0f >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xd9, mfn=0xa4a0d >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xdb, mfn=0xa4a0b >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xdd, mfn=0xa4a09 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xdf, mfn=0xa4a07 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xe1, mfn=0xa4a05 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xe3, mfn=0xa4a03 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xe5, mfn=0xa4a01 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xe7, mfn=0xa463f >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xe9, mfn=0xa463d >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xeb, mfn=0xa463b >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xed, mfn=0xa4639 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xef, mfn=0xa4637 >>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id >>>> = 0x0a06, fault address = 0xc2c2c2c0 >>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>> id = 0x0700, fault address = 0xa90f8300 >>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>> id = 0x0700, fault address = 0xa90f8340 >>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>> id = 0x0700, fault address = 0xa90f8380 >>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>> id = 0x0700, fault address = 0xa90f83c0 >>> >>>> * they are just followed by the IO PAGE fault. Do you know where are >>>> they from? Your video card driver maybe? >>> >>> From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. >>> >>> >>>> Thanks, >>>> Wei >>> >>> >>>>> Complete xl dmesg and lspci -vvvknn attached. >>>>> >>>>> Thx >>>>> >>>>> -- >>>>> Sander >>> >>> >>> >>> >>> > > ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-07 8:54 ` Wei Wang @ 2012-09-07 10:01 ` Sander Eikelenboom 2012-09-07 11:29 ` Jan Beulich 2012-09-07 20:51 ` Konrad Rzeszutek Wilk 2012-09-24 8:38 ` Sander Eikelenboom [not found] ` <74647167 <506050F0.7020703@amd.com> 2 siblings, 2 replies; 22+ messages in thread From: Sander Eikelenboom @ 2012-09-07 10:01 UTC (permalink / raw) To: Wei Wang; +Cc: xen-devel@lists.xensource.com, Jan Beulich Friday, September 7, 2012, 10:54:40 AM, you wrote: > On 09/07/2012 09:32 AM, Sander Eikelenboom wrote: >> >> Thursday, September 6, 2012, 5:03:05 PM, you wrote: >> >>> On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: >>>> >>>> Thursday, September 6, 2012, 3:32:51 PM, you wrote: >>>> >>>>> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >>>>>> >>>>>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >>>>>> >>>>>>> Hi Jan, >>>>>>> Attached patch dumps io page fault flags. The flags show the reason of >>>>>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >>>>>> >>>>>>> Thanks, >>>>>>> Wei >>>>>> >>>>>>> signed-off-by: Wei Wang<wei.wang2@amd.com> >>>>>> >>>>>> >>>>>> I have applied the patch and the flags seem to differ between the faults: >>>>>> >>>>>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 >>>> >>>>> OK, so they are not interrupt requests. I guess further information from >>>>> your system would be helpful to debug this issue: >>>>> 1) xl info >>>>> 2) xl list >>>>> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) >>>>> 4) cat /proc/iomem (in both dom0 and your hvm guest) >>>> >>>> dom14 is not a HVM guest,it's a PV guest. >> >>> Ah, I see. PV guest is quite different than hvm, it does use p2m tables >>> as io page tables. So no-sharept option does not work in this case. PV >>> guests always use separated io page tables. There might be some >>> incorrect mappings on the page tables. I will check this on my side. >> >> I have reverted the machine to xen-4.1.4-pre (changeset 23353) and kept everything else the same. >> I haven't seen any IO PAGE FAULTS after that. >> >> I did spot some differences in the output from lspci between xen 4.1 and 4.2, related to MSI enabled or not for the IOMMU device. >> Have attached the xl/xm dmesg and lspci from booting with both versions. >> >> lspci: >> >> 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >> Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >> 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 10 >> Capabilities: [40] Secure device<?> >> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ > Eh... That is interesting. So which dom0 are you using? There is a c/s > in 4.2 to prevent recent dom0 to disable iommu interrupt (changeset > 25492:61844569a432) Otherwise, iommu cannot send any events including IO > PAGE faults. You could try to revert dom0 to an old version like 2.6 > pv_ops to see if you really have no io page faults on 4.1 Ok i will give that a try, only dom0 will have to be a 2.6 pv_ops i assume ? >> 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ >> Address: 00000000fee0100c Data: 4128 >> Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ >> >> Although it seems enabled, shouldn't the IRQ number used be much higher than 10 for MSI interrupts ? > The IRQ number is fine. MSI vector is stored at Data: 4128 >> >> There is another difference in the bridge device that's in front of the 0a:00.6 device that faults before the kernel is even booted. >> >> 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode]) >> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ >> 4.1: Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort->SERR-<PERR- INTx- >> 4.2: 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=0a, subordinate=0a, sec-latency=0 >> I/O behind bridge: 0000f000-00000fff >> Memory behind bridge: f9f00000-f9ffffff >> Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff >> 4.1: Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort-<SERR-<PERR- >> 4.2: 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 3 >> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) >> Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- >> Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0<1us, L1<8us >> ClockPM- Surprise- 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- Surprise- >> Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ >> SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- >> Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- >> SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- >> Changed: MRL- PresDet+ LinkState+ > The probably because of the IO_PAGE_FAULT. > Thanks, > Wei >> serveerstertje:~# lspci -t >> -[0000:00]-+-00.0 >> +-00.2 >> +-02.0-[0b]----00.0 >> +-03.0-[0a]--+-00.0 >> | +-00.1 >> | +-00.2 >> | +-00.3 >> | +-00.4 >> | +-00.5 >> | +-00.6 >> | \-00.7 >> +-05.0-[09]----00.0 >> +-06.0-[08]----00.0 >> +-0a.0-[07]----00.0 >> +-0b.0-[06]--+-00.0 >> | \-00.1 >> +-0c.0-[05]----00.0 >> +-0d.0-[04]--+-00.0 >> | +-00.1 >> | +-00.2 >> | +-00.3 >> | +-00.4 >> | +-00.5 >> | +-00.6 >> | \-00.7 >> +-11.0 >> +-12.0 >> +-12.2 >> +-13.0 >> +-13.2 >> +-14.0 >> +-14.3 >> +-14.4-[03]----06.0 >> +-14.5 >> +-15.0-[02]-- >> +-16.0 >> +-16.2 >> +-18.0 >> +-18.1 >> +-18.2 >> +-18.3 >> \-18.4 >> >> >> >> >> >>> Thanks, >>> Wei >> >>>> I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. >>>> >>>> >>>>> * I would also like to know the symptoms of device 0x0700 when IO_PF >>>>> happened. Did it stop working? >>>> >>>> Yes it stops working, the video capture just freezes, but the driver doesn't bail out. >>>> For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. >>>> >>>>> (BTW: I copied a few options from your boot cmd line and it worked with >>>>> my RD890 system >>>> >>>>> dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps >>>>> cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug >>>>> apic=debug iommu=on,verbose,debug,no-sharept >>>> >>>>> * so, what OEM board you have?) >>>> >>>> MSI 890FXA-GD70 >>>> >>>>> Also from your log, these lines looks very strange: >>>> >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xd5, mfn=0xa4a11 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xd7, mfn=0xa4a0f >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xd9, mfn=0xa4a0d >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xdb, mfn=0xa4a0b >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xdd, mfn=0xa4a09 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xdf, mfn=0xa4a07 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xe1, mfn=0xa4a05 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xe3, mfn=0xa4a03 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xe5, mfn=0xa4a01 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xe7, mfn=0xa463f >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xe9, mfn=0xa463d >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xeb, mfn=0xa463b >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xed, mfn=0xa4639 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xef, mfn=0xa4637 >>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id >>>>> = 0x0a06, fault address = 0xc2c2c2c0 >>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>> id = 0x0700, fault address = 0xa90f8300 >>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>> id = 0x0700, fault address = 0xa90f8340 >>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>> id = 0x0700, fault address = 0xa90f8380 >>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>> id = 0x0700, fault address = 0xa90f83c0 >>>> >>>>> * they are just followed by the IO PAGE fault. Do you know where are >>>>> they from? Your video card driver maybe? >>>> >>>> From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. >>>> >>>> >>>>> Thanks, >>>>> Wei >>>> >>>> >>>>>> Complete xl dmesg and lspci -vvvknn attached. >>>>>> >>>>>> Thx >>>>>> >>>>>> -- >>>>>> Sander >>>> >>>> >>>> >>>> >>>> >> >> ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-07 10:01 ` Sander Eikelenboom @ 2012-09-07 11:29 ` Jan Beulich 2012-09-07 20:51 ` Konrad Rzeszutek Wilk 1 sibling, 0 replies; 22+ messages in thread From: Jan Beulich @ 2012-09-07 11:29 UTC (permalink / raw) To: Sander Eikelenboom; +Cc: Wei Wang, xen-devel@lists.xensource.com >>> On 07.09.12 at 12:01, Sander Eikelenboom <linux@eikelenboom.it> wrote: >>> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ > >> Eh... That is interesting. So which dom0 are you using? There is a c/s >> in 4.2 to prevent recent dom0 to disable iommu interrupt (changeset >> 25492:61844569a432) Otherwise, iommu cannot send any events including IO >> PAGE faults. You could try to revert dom0 to an old version like 2.6 >> pv_ops to see if you really have no io page faults on 4.1 > > Ok i will give that a try, only dom0 will have to be a 2.6 pv_ops i assume ? You could also drop the patch below into a kernel that has the problematic change. Will require #define PCI_CLASS_SYSTEM_IOMMU 0x0806 to be added at a suitable spot in include/linux/pci_ids.h. Jan --- head.orig/drivers/pci/msi.c +++ head/drivers/pci/msi.c @@ -20,6 +20,7 @@ #include <linux/errno.h> #include <linux/io.h> #include <linux/slab.h> +#include <xen/xen.h> #include "pci.h" #include "msi.h" @@ -1022,7 +1023,13 @@ void pci_msi_init_pci_dev(struct pci_dev /* Disable the msi hardware to avoid screaming interrupts * during boot. This is the power on reset default so * usually this should be a noop. + * But on a Xen host don't do this for IOMMUs which the hypervisor + * is in control of (and hence has already enabled on purpose). */ + if (xen_initial_domain() + && (dev->class >> 8) == PCI_CLASS_SYSTEM_IOMMU + && dev->vendor == PCI_VENDOR_ID_AMD) + return; pos = pci_find_capability(dev, PCI_CAP_ID_MSI); if (pos) msi_set_enable(dev, pos, 0); ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-07 10:01 ` Sander Eikelenboom 2012-09-07 11:29 ` Jan Beulich @ 2012-09-07 20:51 ` Konrad Rzeszutek Wilk 1 sibling, 0 replies; 22+ messages in thread From: Konrad Rzeszutek Wilk @ 2012-09-07 20:51 UTC (permalink / raw) To: Sander Eikelenboom; +Cc: Wei Wang, xen-devel@lists.xensource.com, Jan Beulich On Fri, Sep 07, 2012 at 12:01:33PM +0200, Sander Eikelenboom wrote: > > Friday, September 7, 2012, 10:54:40 AM, you wrote: > > > On 09/07/2012 09:32 AM, Sander Eikelenboom wrote: > >> > >> Thursday, September 6, 2012, 5:03:05 PM, you wrote: > >> > >>> On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: > >>>> > >>>> Thursday, September 6, 2012, 3:32:51 PM, you wrote: > >>>> > >>>>> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: > >>>>>> > >>>>>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: > >>>>>> > >>>>>>> Hi Jan, > >>>>>>> Attached patch dumps io page fault flags. The flags show the reason of > >>>>>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. > >>>>>> > >>>>>>> Thanks, > >>>>>>> Wei > >>>>>> > >>>>>>> signed-off-by: Wei Wang<wei.wang2@amd.com> > >>>>>> > >>>>>> > >>>>>> I have applied the patch and the flags seem to differ between the faults: > >>>>>> > >>>>>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 > >>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 > >>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 > >>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 > >>>> > >>>>> OK, so they are not interrupt requests. I guess further information from > >>>>> your system would be helpful to debug this issue: > >>>>> 1) xl info > >>>>> 2) xl list > >>>>> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) > >>>>> 4) cat /proc/iomem (in both dom0 and your hvm guest) > >>>> > >>>> dom14 is not a HVM guest,it's a PV guest. > >> > >>> Ah, I see. PV guest is quite different than hvm, it does use p2m tables > >>> as io page tables. So no-sharept option does not work in this case. PV > >>> guests always use separated io page tables. There might be some > >>> incorrect mappings on the page tables. I will check this on my side. > >> > >> I have reverted the machine to xen-4.1.4-pre (changeset 23353) and kept everything else the same. > >> I haven't seen any IO PAGE FAULTS after that. > >> > >> I did spot some differences in the output from lspci between xen 4.1 and 4.2, related to MSI enabled or not for the IOMMU device. > >> Have attached the xl/xm dmesg and lspci from booting with both versions. > >> > >> lspci: > >> > >> 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] > >> Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] > >> 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 10 > >> Capabilities: [40] Secure device<?> > >> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ > > > Eh... That is interesting. So which dom0 are you using? There is a c/s > > in 4.2 to prevent recent dom0 to disable iommu interrupt (changeset > > 25492:61844569a432) Otherwise, iommu cannot send any events including IO > > PAGE faults. You could try to revert dom0 to an old version like 2.6 > > pv_ops to see if you really have no io page faults on 4.1 > > Ok i will give that a try, only dom0 will have to be a 2.6 pv_ops i assume ? > So the failure they are describing is due to: http://lists.xen.org/archives/html/xen-devel/2012-06/msg00668.html Or you can use the patch that Jan posted http://lists.xen.org/archives/html/xen-devel/2012-06/msg01196.html and use the existing kernel.. But more interesting - is this device (00:00.2) in the Xen-pciback.hide arguments (if not, then don't worry)? ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-07 8:54 ` Wei Wang 2012-09-07 10:01 ` Sander Eikelenboom @ 2012-09-24 8:38 ` Sander Eikelenboom 2012-09-24 12:24 ` Wei Wang [not found] ` <74647167 <506050F0.7020703@amd.com> 2 siblings, 1 reply; 22+ messages in thread From: Sander Eikelenboom @ 2012-09-24 8:38 UTC (permalink / raw) To: Wei Wang; +Cc: xen-devel@lists.xensource.com, Jan Beulich [-- Attachment #1: Type: text/plain, Size: 13425 bytes --] Friday, September 7, 2012, 10:54:40 AM, you wrote: > On 09/07/2012 09:32 AM, Sander Eikelenboom wrote: >> >> Thursday, September 6, 2012, 5:03:05 PM, you wrote: >> >>> On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: >>>> >>>> Thursday, September 6, 2012, 3:32:51 PM, you wrote: >>>> >>>>> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >>>>>> >>>>>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >>>>>> >>>>>>> Hi Jan, >>>>>>> Attached patch dumps io page fault flags. The flags show the reason of >>>>>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >>>>>> >>>>>>> Thanks, >>>>>>> Wei >>>>>> >>>>>>> signed-off-by: Wei Wang<wei.wang2@amd.com> >>>>>> >>>>>> >>>>>> I have applied the patch and the flags seem to differ between the faults: >>>>>> >>>>>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 >>>> >>>>> OK, so they are not interrupt requests. I guess further information from >>>>> your system would be helpful to debug this issue: >>>>> 1) xl info >>>>> 2) xl list >>>>> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) >>>>> 4) cat /proc/iomem (in both dom0 and your hvm guest) >>>> >>>> dom14 is not a HVM guest,it's a PV guest. >> >>> Ah, I see. PV guest is quite different than hvm, it does use p2m tables >>> as io page tables. So no-sharept option does not work in this case. PV >>> guests always use separated io page tables. There might be some >>> incorrect mappings on the page tables. I will check this on my side. >> >> I have reverted the machine to xen-4.1.4-pre (changeset 23353) and kept everything else the same. >> I haven't seen any IO PAGE FAULTS after that. >> >> I did spot some differences in the output from lspci between xen 4.1 and 4.2, related to MSI enabled or not for the IOMMU device. >> Have attached the xl/xm dmesg and lspci from booting with both versions. >> >> lspci: >> >> 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >> Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >> 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 10 >> Capabilities: [40] Secure device<?> >> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ > Eh... That is interesting. So which dom0 are you using? There is a c/s > in 4.2 to prevent recent dom0 to disable iommu interrupt (changeset > 25492:61844569a432) Otherwise, iommu cannot send any events including IO > PAGE faults. You could try to revert dom0 to an old version like 2.6 > pv_ops to see if you really have no io page faults on 4.1 Ok i finally got the time to do some more testing, tested 4.2 around that changeset, and made a copy of the guest using HVM instead of PV. The results: - On xen-4.1.* and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine, both in a HVM as a PV guest, i don't see IO page faults getting reported. - On xen-4.2 changeset < 25492 and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine, both in a HVM as a PV guest, i don't see IO page faults getting reported. - On xen-4.2 changeset > 25492 and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine for a short while (around 5 to 10 minutes) in a PV guest, after that IO page faults get reported and the video freezes, i don't see any errors in the guest though. - On xen-unstable tip and a 3.6-rc6 kernel (dom0 and domU): PV: the video device passed through works fine for a short while (around 5 to 10 minutes), after that IO page faults get reported and the video freezes, i don't see any errors in the guest though. HVM: the video device passed through doesn't work from the start: - The device is there according to lspci - The video application start fine, but delivers a green image, so the device is not working properly. I don't see IO page faults though. Attached are (all with xen-unstable tip and the guest as HVM (domain 15): - xl dmesg - Patch which adds some more info, but all values reported seem to be zero (see xl dmesg) - lspci dom0 - lspci HVM guest >> 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ >> Address: 00000000fee0100c Data: 4128 >> Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ >> >> Although it seems enabled, shouldn't the IRQ number used be much higher than 10 for MSI interrupts ? > The IRQ number is fine. MSI vector is stored at Data: 4128 >> >> There is another difference in the bridge device that's in front of the 0a:00.6 device that faults before the kernel is even booted. >> >> 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode]) >> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ >> 4.1: Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort->SERR-<PERR- INTx- >> 4.2: 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=0a, subordinate=0a, sec-latency=0 >> I/O behind bridge: 0000f000-00000fff >> Memory behind bridge: f9f00000-f9ffffff >> Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff >> 4.1: Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort-<SERR-<PERR- >> 4.2: 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 3 >> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) >> Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- >> Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0<1us, L1<8us >> ClockPM- Surprise- 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- Surprise- >> Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ >> SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- >> Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- >> SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- >> Changed: MRL- PresDet+ LinkState+ > The probably because of the IO_PAGE_FAULT. > Thanks, > Wei >> serveerstertje:~# lspci -t >> -[0000:00]-+-00.0 >> +-00.2 >> +-02.0-[0b]----00.0 >> +-03.0-[0a]--+-00.0 >> | +-00.1 >> | +-00.2 >> | +-00.3 >> | +-00.4 >> | +-00.5 >> | +-00.6 >> | \-00.7 >> +-05.0-[09]----00.0 >> +-06.0-[08]----00.0 >> +-0a.0-[07]----00.0 >> +-0b.0-[06]--+-00.0 >> | \-00.1 >> +-0c.0-[05]----00.0 >> +-0d.0-[04]--+-00.0 >> | +-00.1 >> | +-00.2 >> | +-00.3 >> | +-00.4 >> | +-00.5 >> | +-00.6 >> | \-00.7 >> +-11.0 >> +-12.0 >> +-12.2 >> +-13.0 >> +-13.2 >> +-14.0 >> +-14.3 >> +-14.4-[03]----06.0 >> +-14.5 >> +-15.0-[02]-- >> +-16.0 >> +-16.2 >> +-18.0 >> +-18.1 >> +-18.2 >> +-18.3 >> \-18.4 >> >> >> >> >> >>> Thanks, >>> Wei >> >>>> I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. >>>> >>>> >>>>> * I would also like to know the symptoms of device 0x0700 when IO_PF >>>>> happened. Did it stop working? >>>> >>>> Yes it stops working, the video capture just freezes, but the driver doesn't bail out. >>>> For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. >>>> >>>>> (BTW: I copied a few options from your boot cmd line and it worked with >>>>> my RD890 system >>>> >>>>> dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps >>>>> cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug >>>>> apic=debug iommu=on,verbose,debug,no-sharept >>>> >>>>> * so, what OEM board you have?) >>>> >>>> MSI 890FXA-GD70 >>>> >>>>> Also from your log, these lines looks very strange: >>>> >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xd5, mfn=0xa4a11 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xd7, mfn=0xa4a0f >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xd9, mfn=0xa4a0d >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xdb, mfn=0xa4a0b >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xdd, mfn=0xa4a09 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xdf, mfn=0xa4a07 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xe1, mfn=0xa4a05 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xe3, mfn=0xa4a03 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xe5, mfn=0xa4a01 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xe7, mfn=0xa463f >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xe9, mfn=0xa463d >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xeb, mfn=0xa463b >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xed, mfn=0xa4639 >>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>> read-only memory page. gfn=0xef, mfn=0xa4637 >>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id >>>>> = 0x0a06, fault address = 0xc2c2c2c0 >>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>> id = 0x0700, fault address = 0xa90f8300 >>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>> id = 0x0700, fault address = 0xa90f8340 >>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>> id = 0x0700, fault address = 0xa90f8380 >>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>> id = 0x0700, fault address = 0xa90f83c0 >>>> >>>>> * they are just followed by the IO PAGE fault. Do you know where are >>>>> they from? Your video card driver maybe? >>>> >>>> From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. >>>> >>>> >>>>> Thanks, >>>>> Wei >>>> >>>> >>>>>> Complete xl dmesg and lspci -vvvknn attached. >>>>>> >>>>>> Thx >>>>>> >>>>>> -- >>>>>> Sander >>>> >>>> >>>> >>>> >>>> >> >> [-- Attachment #2: lspci-dom0.txt --] [-- Type: text/plain, Size: 81510 bytes --] 00:00.0 Host bridge [0600]: ATI Technologies Inc RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02) Subsystem: ATI Technologies Inc RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] 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: [f0] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [c4] HyperTransport: Slave or Primary Interface Command: BaseUnitID=0 UnitCnt=20 MastHost- DefDir- DUL- Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b- Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn- Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b- Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn- Revision ID: 3.00 Link Frequency 0: [b] Link Error 0: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend- Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- Link Frequency 1: 200MHz Link Error 1: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend- Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE- Prefetchable memory behind bridge Upper: 00-00 Bus Number: 00 Capabilities: [40] HyperTransport: Retry Mode Capabilities: [54] HyperTransport: UnitID Clumping Capabilities: [9c] HyperTransport: #1a Capabilities: [70] MSI: Enable- Count=1/4 Maskable- 64bit- Address: 00000000 Data: 0000 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] 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 10 Capabilities: [40] Secure device <?> Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 4128 Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ 00:02.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (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=0a, subordinate=0a, sec-latency=0 I/O behind bridge: 0000e000-0000efff Memory behind bridge: fa000000-fe9fffff Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #1, PowerLimit 25.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4151 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (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=09, subordinate=09, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9f00000-f9ffffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #3, PowerLimit 11.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4159 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:05.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (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=08, subordinate=08, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f9e00000-f9efffff Prefetchable memory behind bridge: 00000000cff00000-00000000cfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #5, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4161 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:06.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (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=07, subordinate=07, sec-latency=0 I/O behind bridge: 0000c000-0000cfff Memory behind bridge: f9d00000-f9dfffff Prefetchable memory behind bridge: 00000000cfe00000-00000000cfefffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #6, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4169 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0a.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=06, subordinate=06, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9a00000-f9bfffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #2, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4171 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0b.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (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=05, subordinate=05, sec-latency=0 I/O behind bridge: 0000b000-0000bfff Memory behind bridge: f9900000-f99fffff Prefetchable memory behind bridge: 00000000b0000000-00000000bfffffff 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 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x16, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #5, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4179 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:0d.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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=04, subordinate=04, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9800000-f98fffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Surprise- 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- Surprise- Slot #4, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee3f00c Data: 4181 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:5a11] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [190 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 00:11.0 SATA controller [0106]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode] [1002:4390] (rev 40) (prog-if 01 [AHCI 1.0]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 119 Region 0: I/O ports at 7000 [size=8] Region 1: I/O ports at 6000 [size=4] Region 2: I/O ports at 5000 [size=8] Region 3: I/O ports at 3000 [size=4] Region 4: I/O ports at 2000 [size=16] Region 5: Memory at f96ff000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] MSI: Enable+ Count=1/4 Maskable- 64bit+ Address: 00000000fee0100c Data: 41a9 Capabilities: [70] SATA HBA v1.0 InCfgSpace Capabilities: [a4] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: ahci 00:12.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f96f7000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:12.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f96ff400 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:13.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f96fc000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:13.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f96ff800 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 41) 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- 00:14.1 IDE interface [0101]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 IDE Controller [1002:439c] (rev 40) (prog-if 8a [Master SecP PriP]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 0 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 ff00 [size=16] 00:14.2 Audio device [0403]: ATI Technologies Inc SBx00 Azalia (Intel HDA) [1002:4383] (rev 40) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at f96f8000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: snd_hda_intel 00:14.3 ISA bridge [0601]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Bus: primary=00, secondary=03, subordinate=03, sec-latency=64 I/O behind bridge: 0000a000-0000afff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: fff00000-000fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- 00:14.5 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 C routed to IRQ 18 Region 0: Memory at f96fd000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:15.0 PCI bridge [0604]: ATI Technologies Inc SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (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: 0000f000-00000fff Memory behind bridge: fff00000-000fffff 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: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] 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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #32, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, 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- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ ARIFwd- DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee3f00c Data: 4189 Capabilities: [b0] Subsystem: ATI Technologies Inc Device [1002:0000] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Kernel driver in use: pcieport 00:16.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 A routed to IRQ 18 Region 0: Memory at f96fe000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:16.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 17 Region 0: Memory at f96ffc00 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Bridge: PM- B3+ Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200] 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: [80] HyperTransport: Host or Secondary Interface Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL- Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b- Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn- Revision ID: 3.00 Link Frequency: [b] Link Error: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend- Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE- 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201] 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:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202] 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:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203] 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: [f0] Secure device <?> Kernel driver in use: k10temp 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204] 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- 03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CM8738 [13f6:0111] (rev 10) Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111] 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 (500ns min, 6000ns max) Interrupt: pin A routed to IRQ 22 Region 0: I/O ports at a800 [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: pciback 04:00.0 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 40 Region 0: Memory at f98f8000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Kernel driver in use: pciback 04:00.1 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 40 Region 0: Memory at f98f9000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.2 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 41 Region 0: Memory at f98fa000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.3 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 41 Region 0: Memory at f98fb000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.4 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 42 Region 0: Memory at f98fc000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.5 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 42 Region 0: Memory at f98fd000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.6 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 43 Region 0: Memory at f98fe000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 04:00.7 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 43 Region 0: Memory at f98ff000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 05:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV620 LE [Radeon HD 3450] [1002:95c5] (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:01d4] 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 10 Region 0: Memory at b0000000 (64-bit, prefetchable) [disabled] [size=256M] Region 2: Memory at f99e0000 (64-bit, non-prefetchable) [disabled] [size=64K] Region 4: I/O ports at b000 [disabled] [size=256] Expansion ROM at f99c0000 [disabled] [size=128K] Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00 DevCap: MaxPayload 128 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 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> 05:00.1 Audio device [0403]: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series] [1002:aa28] Subsystem: ASUSTeK Computer Inc. Device [1043:aa28] 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 122 Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00 DevCap: MaxPayload 128 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 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 41d9 Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Kernel driver in use: snd_hda_intel 06:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210] 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 47 Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M] Capabilities: [40] 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 <2us, L1 <4us ClockPM- Surprise- 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: [80] Power Management version 3 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [200 v1] Virtual Channel Caps: LPEVC=1 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32+ WRR64+ WRR128- Ctrl: ArbSelect=WRR64 Status: InProgress- Port Arbitration Table [240] <?> VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Kernel driver in use: pciback 07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 121 Region 0: I/O ports at c800 [size=256] Region 2: Memory at cfeff000 (64-bit, prefetchable) [size=4K] Region 4: Memory at cfef8000 (64-bit, prefetchable) [size=16K] Expansion ROM at f9de0000 [disabled] [size=128K] Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 41c9 Capabilities: [70] Express (v2) Endpoint, MSI 01 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 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 <512ns, L1 <64us ClockPM+ Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis+ DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [ac] MSI-X: Enable- Count=4 Masked- Vector table: BAR=4 offset=00000000 PBA: BAR=4 offset=00000800 Capabilities: [cc] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [140 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00 Kernel driver in use: r8169 08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03) Subsystem: Micro-Star International Co., Ltd. Device [1462:7640] 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 120 Region 0: I/O ports at d800 [size=256] Region 2: Memory at cffff000 (64-bit, prefetchable) [size=4K] Region 4: Memory at cfff8000 (64-bit, prefetchable) [size=16K] Expansion ROM at f9ee0000 [disabled] [size=128K] Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0100c Data: 41b9 Capabilities: [70] Express (v2) Endpoint, MSI 01 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 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 <512ns, L1 <64us ClockPM+ Surprise- 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis+ DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [ac] MSI-X: Enable- Count=4 Masked- Vector table: BAR=4 offset=00000000 PBA: BAR=4 offset=00000800 Capabilities: [cc] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [140 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00 Kernel driver in use: r8169 09:00.0 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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: Memory at f9ff8000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Kernel driver in use: pciback 09:00.1 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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: Memory at f9ff9000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 09:00.2 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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: Memory at f9ffa000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 09:00.3 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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: Memory at f9ffb000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 09:00.4 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 30 Region 0: Memory at f9ffc000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 09:00.5 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 C routed to IRQ 30 Region 0: Memory at f9ffd000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 09:00.6 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 10 [OHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 31 Region 0: Memory at f9ffe000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 09:00.7 USB controller [0c03]: NetMos Technology MCS9990 PCIe to 4âPort USB 2.0 Host Controller [9710:9990] (prog-if 20 [EHCI]) Subsystem: Device [a000:4000] 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 D routed to IRQ 31 Region 0: Memory at f9fff000 (32-bit, non-prefetchable) [disabled] [size=4K] Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Power Management version 3 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 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 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <64ns, L1 unlimited ClockPM+ Surprise- 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- Kernel driver in use: pciback 0a:00.0 VGA compatible controller [0300]: nVidia Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:8266] 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 10 Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at e800 [size=128] Expansion ROM at fe9e0000 [disabled] [size=128K] Capabilities: [60] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Express (v1) 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 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [128 v1] Power Budgeting <?> Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> [-- Attachment #3: lspci-hvm.txt --] [-- Type: text/plain, Size: 5279 bytes --] 00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02) Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100] Physical Slot: 0 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 00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000] Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100] Physical Slot: 1 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 00:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] [8086:7010] (prog-if 80 [Master]) Subsystem: XenSource, Inc. Device [5853:0001] Physical Slot: 1 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 Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8] Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1] Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8] Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1] Region 4: I/O ports at c160 [size=16] 00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI]) Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100] Physical Slot: 1 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: 64 Interrupt: pin D routed to IRQ 23 Region 4: I/O ports at c140 [size=32] Kernel driver in use: uhci_hcd 00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 01) Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100] Physical Slot: 1 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 9 00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller]) Subsystem: XenSource, Inc. Device [5853:0001] Physical Slot: 2 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 Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M] Region 1: Memory at f3220000 (32-bit, non-prefetchable) [size=4K] Expansion ROM at <unassigned> [disabled] 00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device [5853:0001] (rev 01) Subsystem: XenSource, Inc. Xen Platform Device [5853:0001] Physical Slot: 3 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 28 Region 0: I/O ports at c000 [size=256] Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M] Kernel driver in use: xen-platform-pci 00:05.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210] Physical Slot: 5 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 36 Region 0: Memory at f3000000 (64-bit, non-prefetchable) [size=2M] Capabilities: [40] 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 <2us, L1 <4us ClockPM- Surprise- 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: [80] Power Management version 3 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Vital Product Data Unknown small resource type 00, will not decode more. Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v0] #14f1 Kernel driver in use: cx25821 [-- Attachment #4: patch.diff --] [-- Type: application/octet-stream, Size: 3744 bytes --] diff -r d364becfb083 xen/drivers/passthrough/amd/iommu_map.c --- a/xen/drivers/passthrough/amd/iommu_map.c Thu Sep 20 13:31:19 2012 +0200 +++ b/xen/drivers/passthrough/amd/iommu_map.c Mon Sep 24 10:35:15 2012 +0200 @@ -795,7 +795,8 @@ /* When sharing p2m with iommu, paging mode = 4 */ hd->paging_mode = IOMMU_PAGING_MODE_LEVEL_4; - AMD_IOMMU_DEBUG("Share p2m table with iommu: p2m table = 0x%lx\n", + AMD_IOMMU_DEBUG("Share p2m table with iommu: domain:%d p2m table = 0x%lx\n", + d->domain_id, mfn_x(pgd_mfn)); } } diff -r d364becfb083 xen/drivers/passthrough/amd/pci_amd_iommu.c --- a/xen/drivers/passthrough/amd/pci_amd_iommu.c Thu Sep 20 13:31:19 2012 +0200 +++ b/xen/drivers/passthrough/amd/pci_amd_iommu.c Mon Sep 24 10:35:15 2012 +0200 @@ -87,10 +87,11 @@ { void *dte; unsigned long flags; - int req_id, valid = 1; + int req_id, reqa_id,valid = 1; int dte_i = 0; u8 bus = PCI_BUS(bdf); u8 devfn = PCI_DEVFN2(bdf); + struct ivrs_mappings *ivrs_mappings; struct hvm_iommu *hd = domain_hvm_iommu(domain); @@ -120,12 +121,18 @@ iommu_dte_set_iotlb((u32 *)dte, dte_i); amd_iommu_flush_device(iommu, req_id); - + ivrs_mappings = get_ivrs_mappings(iommu->seg); + reqa_id = get_dma_requestor_id(iommu->seg, bdf); + AMD_IOMMU_DEBUG("Setup I/O page table: device id = 0x%04x, " "root table = 0x%"PRIx64", " - "domain = %d, paging mode = %d\n", req_id, + "domain = %d, paging mode = %d | %lx %lx %lx %lx\n", req_id, page_to_maddr(hd->root_table), - hd->domain_id, hd->paging_mode); + hd->domain_id, hd->paging_mode, + ivrs_mappings[reqa_id].addr_range_start, + ivrs_mappings[reqa_id].addr_range_length, + ivrs_mappings[bdf].addr_range_start, + ivrs_mappings[bdf].addr_range_length); } spin_unlock_irqrestore(&iommu->lock, flags); @@ -334,8 +341,10 @@ struct pci_dev *pdev; struct amd_iommu *iommu; int bdf; + int req_id; struct hvm_iommu *t = domain_hvm_iommu(target); - + struct ivrs_mappings *ivrs_mappings; + ASSERT(spin_is_locked(&pcidevs_lock)); pdev = pci_get_pdev_by_domain(source, seg, bus, devfn); if ( !pdev ) @@ -363,10 +372,17 @@ allocate_domain_resources(t); amd_iommu_setup_domain_device(target, iommu, bdf); - AMD_IOMMU_DEBUG("Re-assign %04x:%02x:%02x.%u from dom%d to dom%d\n", + + ivrs_mappings = get_ivrs_mappings(seg); + req_id = get_dma_requestor_id(seg, bdf); + + AMD_IOMMU_DEBUG("Re-assign %04x:%02x:%02x.%u from dom%d to dom%d %lx %lx %lx %lx\n", seg, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), - source->domain_id, target->domain_id); - + source->domain_id, target->domain_id, + ivrs_mappings[req_id].addr_range_start, + ivrs_mappings[req_id].addr_range_length, + ivrs_mappings[bdf].addr_range_start, + ivrs_mappings[bdf].addr_range_length); return 0; } @@ -385,6 +401,13 @@ ivrs_mappings[req_id].write_permission, ivrs_mappings[req_id].read_permission); } + AMD_IOMMU_DEBUG("amd_iommu_assign_device:" + " d:%d %04x:%02x:%02x.%u %lx %lx\n", + d->domain_id, + seg, bus, PCI_SLOT(devfn), + PCI_FUNC(devfn), + ivrs_mappings[req_id].addr_range_start, + ivrs_mappings[req_id].addr_range_length); return reassign_device(dom0, d, seg, bus, devfn); } [-- Attachment #5: xl-dmesg-hvm.txt --] [-- Type: text/plain, Size: 44331 bytes --] __ __ _ _ _____ _ _ _ \ \/ /___ _ __ | || | |___ / _ _ _ __ ___| |_ __ _| |__ | | ___ \ // _ \ '_ \ | || |_ |_ \ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ / \ __/ | | | |__ _| ___) |__| |_| | | | \__ \ || (_| | |_) | | __/ /_/\_\___|_| |_| |_|(_)____/ \__,_|_| |_|___/\__\__,_|_.__/|_|\___| (XEN) Xen version 4.3-unstable (root@dyndns.org) (gcc (Debian 4.4.5-8) 4.4.5) Sun Sep 23 20:24:42 CEST 2012 (XEN) Latest ChangeSet: Thu Sep 20 13:31:19 2012 +0200 25933:d364becfb083 (XEN) Bootloader: GRUB 1.98+20100804-14+squeeze1 (XEN) Command line: dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps vga=gfx-1280x1024x32 cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug apic=debug iommu=on,verbose,debug,amd-iommu-debug com1=38400,8n1 console=vga,com1 (XEN) Video information: (XEN) VGA is graphics mode 1280x1024, 32 bpp (XEN) VBE/DDC methods: V2; EDID transfer time: 1 seconds (XEN) Disc information: (XEN) Found 2 MBR signatures (XEN) Found 2 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 000000000009f000 (usable) (XEN) 000000000009f000 - 00000000000a0000 (reserved) (XEN) 00000000000e4000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000aff90000 (usable) (XEN) 00000000aff90000 - 00000000aff9e000 (ACPI data) (XEN) 00000000aff9e000 - 00000000affe0000 (ACPI NVS) (XEN) 00000000affe0000 - 00000000b0000000 (reserved) (XEN) 00000000ffe00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 0000000250000000 (usable) (XEN) ACPI: RSDP 000FB100, 0014 (r0 ACPIAM) (XEN) ACPI: RSDT AFF90000, 0048 (r1 MSI OEMSLIC 20100913 MSFT 97) (XEN) ACPI: FACP AFF90200, 0084 (r1 7640MS A7640100 20100913 MSFT 97) (XEN) ACPI: DSDT AFF905E0, 9427 (r1 A7640 A7640100 100 INTL 20051117) (XEN) ACPI: FACS AFF9E000, 0040 (XEN) ACPI: APIC AFF90390, 0088 (r1 7640MS A7640100 20100913 MSFT 97) (XEN) ACPI: MCFG AFF90420, 003C (r1 7640MS OEMMCFG 20100913 MSFT 97) (XEN) ACPI: SLIC AFF90460, 0176 (r1 MSI OEMSLIC 20100913 MSFT 97) (XEN) ACPI: OEMB AFF9E040, 0072 (r1 7640MS A7640100 20100913 MSFT 97) (XEN) ACPI: SRAT AFF9A5E0, 0108 (r3 AMD FAM_F_10 2 AMD 1) (XEN) ACPI: HPET AFF9A6F0, 0038 (r1 7640MS OEMHPET 20100913 MSFT 97) (XEN) ACPI: IVRS AFF9A730, 00F8 (r1 AMD RD890S 202031 AMD 0) (XEN) ACPI: SSDT AFF9A830, 0DA4 (r1 A M I POWERNOW 1 AMD 1) (XEN) System RAM: 8191MB (8387772kB) (XEN) SRAT: PXM 0 -> APIC 0 -> Node 0 (XEN) SRAT: PXM 0 -> APIC 1 -> Node 0 (XEN) SRAT: PXM 0 -> APIC 2 -> Node 0 (XEN) SRAT: PXM 0 -> APIC 3 -> Node 0 (XEN) SRAT: PXM 0 -> APIC 4 -> Node 0 (XEN) SRAT: PXM 0 -> APIC 5 -> Node 0 (XEN) SRAT: Node 0 PXM 0 0-a0000 (XEN) SRAT: Node 0 PXM 0 100000-b0000000 (XEN) SRAT: Node 0 PXM 0 100000000-250000000 (XEN) NUMA: Allocated memnodemap from 24d9a4000 - 24d9a7000 (XEN) NUMA: Using 8 for the hash shift. (XEN) Domain heap initialised (XEN) vesafb: framebuffer at 0xfb000000, mapped to 0xffff82c000000000, using 6144k, total 14336k (XEN) vesafb: mode is 1280x1024x32, linelength=5120, font 8x16 (XEN) vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 (XEN) found SMP MP-table at 000ff780 (XEN) DMI present. (XEN) APIC boot state is 'xapic' (XEN) Using APIC driver default (XEN) ACPI: PM-Timer IO Port: 0x808 (XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0] (XEN) ACPI: wakeup_vec[aff9e00c], vec_size[20] (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) (XEN) Processor #0 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) (XEN) Processor #1 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) (XEN) Processor #2 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) (XEN) Processor #3 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled) (XEN) Processor #4 0:10 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled) (XEN) Processor #5 0:10 APIC version 16 (XEN) ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23 (XEN) ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24]) (XEN) IOAPIC[1]: apic_id 7, version 33, address 0xfec20000, GSI 24-55 (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) (XEN) ACPI: IRQ0 used by override. (XEN) ACPI: IRQ2 used by override. (XEN) ACPI: IRQ9 used by override. (XEN) Enabling APIC mode: Flat. Using 2 I/O APICs (XEN) ACPI: HPET id: 0x8300 base: 0xfed00000 (XEN) Table is not found! (XEN) Using ACPI (MADT) for SMP configuration information (XEN) SMP: Allowing 6 CPUs (0 hotplug CPUs) (XEN) mapped APIC to ffff82c3ffdfb000 (fee00000) (XEN) mapped IOAPIC to ffff82c3ffdfa000 (fec00000) (XEN) mapped IOAPIC to ffff82c3ffdf9000 (fec20000) (XEN) IRQ limits: 56 GSI, 1112 MSI/MSI-X (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Detected 3200.200 MHz processor. (XEN) Initing memory sharing. (XEN) AMD Fam10h machine check reporting enabled (XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff (XEN) PCI: Not using MCFG for segment 0000 bus 00-ff (XEN) AMD-Vi: Found MSI capability block at 0x54 (XEN) AMD-Vi: ACPI Table: (XEN) AMD-Vi: Signature IVRS (XEN) AMD-Vi: Length 0xf8 (XEN) AMD-Vi: Revision 0x1 (XEN) AMD-Vi: CheckSum 0x98 (XEN) AMD-Vi: OEM_Id AMD (XEN) AMD-Vi: OEM_Table_Id RD890S (XEN) AMD-Vi: OEM_Revision 0x202031 (XEN) AMD-Vi: Creator_Id AMD (XEN) AMD-Vi: Creator_Revision 0x0 (XEN) AMD-Vi: IVRS Block: (XEN) AMD-Vi: Type 0x10 (XEN) AMD-Vi: Flags 0x3e (XEN) AMD-Vi: Length 0xc8 (XEN) AMD-Vi: Dev_Id 0x2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x0 -> 0x2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x10 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa00 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x18 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x900 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x900 -> 0x907 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x28 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x800 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x30 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x700 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x50 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x600 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x58 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x500 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x500 -> 0x501 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x68 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x400 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x400 -> 0x407 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x88 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x90 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x90 -> 0x92 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0x98 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x98 -> 0x9a (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa0 (XEN) AMD-Vi: Flags 0xd7 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa1 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa2 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa3 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa4 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x0 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x43 (XEN) AMD-Vi: Dev_Id 0x300 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0x300 -> 0x3ff (XEN) AMD-Vi: Dev_Id Alias: 0xa4 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa5 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa8 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0xa9 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x2 (XEN) AMD-Vi: Dev_Id 0x100 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x3 (XEN) AMD-Vi: Dev_Id 0xb0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: Dev_Id Range: 0xb0 -> 0xb2 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x0 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x48 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0xd7 (XEN) AMD-Vi: IVHD Device Entry: (XEN) AMD-Vi: Type 0x48 (XEN) AMD-Vi: Dev_Id 0x0 (XEN) AMD-Vi: Flags 0x0 (XEN) AMD-Vi: IOMMU 0 Enabled. (XEN) AMD-Vi: Enabling global vector map (XEN) I/O virtualisation enabled (XEN) - Dom0 mode: Relaxed (XEN) Getting VERSION: 80050010 (XEN) Getting VERSION: 80050010 (XEN) Getting ID: 0 (XEN) Getting LVT0: 700 (XEN) Getting LVT1: 400 (XEN) enabled ExtINT on CPU#0 (XEN) ESR value before enabling vector: 0x00000004 after: 0x00000000 (XEN) ENABLING IO-APIC IRQs (XEN) -> Using new ACK method (XEN) init IO_APIC IRQs (XEN) IO-APIC (apicid-pin) 6-0, 6-16, 6-17, 6-18, 6-19, 6-20, 6-21, 6-22, 6-23, 7-0, 7-1, 7-2, 7-3, 7-4, 7-5, 7-6, 7-7, 7-8, 7-9, 7-10, 7-11, 7-12, 7-13, 7-14, 7-15, 7-16, 7-17, 7-18, 7-19, 7-20, 7-21, 7-22, 7-23, 7-24, 7-25, 7-26, 7-27, 7-28, 7-29, 7-30, 7-31 not connected. (XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1 (XEN) number of MP IRQ sources: 15. (XEN) number of IO-APIC #6 registers: 24. (XEN) number of IO-APIC #7 registers: 32. (XEN) testing the IO APIC....................... (XEN) IO APIC #6...... (XEN) .... register #00: 06000000 (XEN) ....... : physical APIC id: 06 (XEN) ....... : Delivery Type: 0 (XEN) ....... : LTS : 0 (XEN) .... register #01: 00178021 (XEN) ....... : max redirection entries: 0017 (XEN) ....... : PRQ implemented: 1 (XEN) ....... : IO APIC version: 0021 (XEN) .... register #02: 06000000 (XEN) ....... : arbitration: 06 (XEN) .... register #03: 07000000 (XEN) ....... : Boot DT : 0 (XEN) .... IRQ redirection table: (XEN) NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: (XEN) 00 000 00 1 0 0 0 0 0 0 00 (XEN) 01 001 01 0 0 0 0 0 1 1 30 (XEN) 02 001 01 0 0 0 0 0 1 1 F0 (XEN) 03 001 01 0 0 0 0 0 1 1 38 (XEN) 04 001 01 0 0 0 0 0 1 1 F1 (XEN) 05 001 01 0 0 0 0 0 1 1 40 (XEN) 06 001 01 0 0 0 0 0 1 1 48 (XEN) 07 001 01 0 0 0 0 0 1 1 50 (XEN) 08 001 01 0 0 0 0 0 1 1 58 (XEN) 09 001 01 1 1 0 1 0 1 1 60 (XEN) 0a 001 01 0 0 0 0 0 1 1 68 (XEN) 0b 001 01 0 0 0 0 0 1 1 70 (XEN) 0c 001 01 0 0 0 0 0 1 1 78 (XEN) 0d 001 01 0 0 0 0 0 1 1 88 (XEN) 0e 001 01 0 0 0 0 0 1 1 90 (XEN) 0f 001 01 0 0 0 0 0 1 1 98 (XEN) 10 000 00 1 0 0 0 0 0 0 00 (XEN) 11 000 00 1 0 0 0 0 0 0 00 (XEN) 12 000 00 1 0 0 0 0 0 0 00 (XEN) 13 000 00 1 0 0 0 0 0 0 00 (XEN) 14 000 00 1 0 0 0 0 0 0 00 (XEN) 15 000 00 1 0 0 0 0 0 0 00 (XEN) 16 000 00 1 0 0 0 0 0 0 00 (XEN) 17 000 00 1 0 0 0 0 0 0 00 (XEN) IO APIC #7...... (XEN) .... register #00: 07000000 (XEN) ....... : physical APIC id: 07 (XEN) ....... : Delivery Type: 0 (XEN) ....... : LTS : 0 (XEN) .... register #01: 001F8021 (XEN) ....... : max redirection entries: 001F (XEN) ....... : PRQ implemented: 1 (XEN) ....... : IO APIC version: 0021 (XEN) .... register #02: 00000000 (XEN) ....... : arbitration: 00 (XEN) .... IRQ redirection table: (XEN) NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: (XEN) 00 000 00 1 0 0 0 0 0 0 00 (XEN) 01 000 00 1 0 0 0 0 0 0 00 (XEN) 02 000 00 1 0 0 0 0 0 0 00 (XEN) 03 000 00 1 0 0 0 0 0 0 00 (XEN) 04 000 00 1 0 0 0 0 0 0 00 (XEN) 05 000 00 1 0 0 0 0 0 0 00 (XEN) 06 000 00 1 0 0 0 0 0 0 00 (XEN) 07 000 00 1 0 0 0 0 0 0 00 (XEN) 08 000 00 1 0 0 0 0 0 0 00 (XEN) 09 000 00 1 0 0 0 0 0 0 00 (XEN) 0a 000 00 1 0 0 0 0 0 0 00 (XEN) 0b 000 00 1 0 0 0 0 0 0 00 (XEN) 0c 000 00 1 0 0 0 0 0 0 00 (XEN) 0d 000 00 1 0 0 0 0 0 0 00 (XEN) 0e 000 00 1 0 0 0 0 0 0 00 (XEN) 0f 000 00 1 0 0 0 0 0 0 00 (XEN) 10 000 00 1 0 0 0 0 0 0 00 (XEN) 11 000 00 1 0 0 0 0 0 0 00 (XEN) 12 000 00 1 0 0 0 0 0 0 00 (XEN) 13 000 00 1 0 0 0 0 0 0 00 (XEN) 14 000 00 1 0 0 0 0 0 0 00 (XEN) 15 000 00 1 0 0 0 0 0 0 00 (XEN) 16 000 00 1 0 0 0 0 0 0 00 (XEN) 17 000 00 1 0 0 0 0 0 0 00 (XEN) 18 000 00 1 0 0 0 0 0 0 00 (XEN) 19 000 00 1 0 0 0 0 0 0 00 (XEN) 1a 000 00 1 0 0 0 0 0 0 00 (XEN) 1b 000 00 1 0 0 0 0 0 0 00 (XEN) 1c 000 00 1 0 0 0 0 0 0 00 (XEN) 1d 000 00 1 0 0 0 0 0 0 00 (XEN) 1e 000 00 1 0 0 0 0 0 0 00 (XEN) 1f 000 00 1 0 0 0 0 0 0 00 (XEN) Using vector-based indexing (XEN) IRQ to pin mappings: (XEN) IRQ240 -> 0:2 (XEN) IRQ48 -> 0:1 (XEN) IRQ56 -> 0:3 (XEN) IRQ241 -> 0:4 (XEN) IRQ64 -> 0:5 (XEN) IRQ72 -> 0:6 (XEN) IRQ80 -> 0:7 (XEN) IRQ88 -> 0:8 (XEN) IRQ96 -> 0:9 (XEN) IRQ104 -> 0:10 (XEN) IRQ112 -> 0:11 (XEN) IRQ120 -> 0:12 (XEN) IRQ136 -> 0:13 (XEN) IRQ144 -> 0:14 (XEN) IRQ152 -> 0:15 (XEN) .................................... done. (XEN) Using local APIC timer interrupts. (XEN) calibrating APIC timer ... (XEN) ..... CPU clock speed is 3200.1608 MHz. (XEN) ..... host bus clock speed is 200.0099 MHz. (XEN) ..... bus_scale = 0x0000CCD7 (XEN) [2012-09-24 06:39:29] Platform timer is 14.318MHz HPET (XEN) [2012-09-24 06:39:29] Allocated console ring of 64 KiB. (XEN) [2012-09-24 06:39:29] HVM: ASIDs enabled. (XEN) [2012-09-24 06:39:29] SVM: Supported advanced features: (XEN) [2012-09-24 06:39:29] - Nested Page Tables (NPT) (XEN) [2012-09-24 06:39:29] - Last Branch Record (LBR) Virtualisation (XEN) [2012-09-24 06:39:29] - Next-RIP Saved on #VMEXIT (XEN) [2012-09-24 06:39:29] - Pause-Intercept Filter (XEN) [2012-09-24 06:39:29] HVM: SVM enabled (XEN) [2012-09-24 06:39:29] HVM: Hardware Assisted Paging (HAP) detected (XEN) [2012-09-24 06:39:29] HVM: HAP page sizes: 4kB, 2MB, 1GB (XEN) [2012-09-24 06:39:28] masked ExtINT on CPU#1 (XEN) [2012-09-24 06:39:29] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-24 06:39:28] masked ExtINT on CPU#2 (XEN) [2012-09-24 06:39:29] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-24 06:39:28] masked ExtINT on CPU#3 (XEN) [2012-09-24 06:39:29] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-24 06:39:28] masked ExtINT on CPU#4 (XEN) [2012-09-24 06:39:30] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-24 06:39:28] masked ExtINT on CPU#5 (XEN) [2012-09-24 06:39:30] Brought up 6 CPUs (XEN) [2012-09-24 06:39:30] microcode: collect_cpu_info: patch_id=0x10000bf (XEN) [2012-09-24 06:39:30] HPET's MSI mode hasn't been supported when Interrupt Remapping is enabled. (XEN) [2012-09-24 06:39:30] ACPI sleep modes: S3 (XEN) [2012-09-24 06:39:30] MCA: Use hw thresholding to adjust polling frequency (XEN) [2012-09-24 06:39:30] mcheck_poll: Machine check polling timer started. (XEN) [2012-09-24 06:39:30] Xenoprofile: Failed to setup IBS LVT offset, IBSCTL = 0xffffffff (XEN) [2012-09-24 06:39:30] *** LOADING DOMAIN 0 *** (XEN) [2012-09-24 06:39:30] elf_parse_binary: phdr: paddr=0x1000000 memsz=0xd6a000 (XEN) [2012-09-24 06:39:30] elf_parse_binary: phdr: paddr=0x1e00000 memsz=0xdb0e8 (XEN) [2012-09-24 06:39:30] elf_parse_binary: phdr: paddr=0x1edc000 memsz=0x13cc0 (XEN) [2012-09-24 06:39:30] elf_parse_binary: phdr: paddr=0x1ef0000 memsz=0xde5000 (XEN) [2012-09-24 06:39:30] elf_parse_binary: memory: 0x1000000 -> 0x2cd5000 (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: GUEST_OS = "linux" (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: GUEST_VERSION = "2.6" (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: XEN_VERSION = "xen-3.0" (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000 (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: ENTRY = 0xffffffff81ef0210 (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000 (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb" (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: PAE_MODE = "yes" (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: LOADER = "generic" (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: unknown xen elf note (0xd) (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: SUSPEND_CANCEL = 0x1 (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000 (XEN) [2012-09-24 06:39:30] elf_xen_parse_note: PADDR_OFFSET = 0x0 (XEN) [2012-09-24 06:39:30] elf_xen_addr_calc_check: addresses: (XEN) [2012-09-24 06:39:30] virt_base = 0xffffffff80000000 (XEN) [2012-09-24 06:39:30] elf_paddr_offset = 0x0 (XEN) [2012-09-24 06:39:30] virt_offset = 0xffffffff80000000 (XEN) [2012-09-24 06:39:30] virt_kstart = 0xffffffff81000000 (XEN) [2012-09-24 06:39:30] virt_kend = 0xffffffff82cd5000 (XEN) [2012-09-24 06:39:30] virt_entry = 0xffffffff81ef0210 (XEN) [2012-09-24 06:39:30] p2m_base = 0xffffffffffffffff (XEN) [2012-09-24 06:39:30] Xen kernel: 64-bit, lsb, compat32 (XEN) [2012-09-24 06:39:30] Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2cd5000 (XEN) [2012-09-24 06:39:30] PHYSICAL MEMORY ARRANGEMENT: (XEN) [2012-09-24 06:39:30] Dom0 alloc.: 0000000240000000->0000000244000000 (242428 pages to be allocated) (XEN) [2012-09-24 06:39:30] Init. ramdisk: 000000024f2fc000->000000024ffff800 (XEN) [2012-09-24 06:39:30] VIRTUAL MEMORY ARRANGEMENT: (XEN) [2012-09-24 06:39:30] Loaded kernel: ffffffff81000000->ffffffff82cd5000 (XEN) [2012-09-24 06:39:30] Init. ramdisk: ffffffff82cd5000->ffffffff839d8800 (XEN) [2012-09-24 06:39:30] Phys-Mach map: ffffffff839d9000->ffffffff83bd9000 (XEN) [2012-09-24 06:39:30] Start info: ffffffff83bd9000->ffffffff83bd94b4 (XEN) [2012-09-24 06:39:30] Page tables: ffffffff83bda000->ffffffff83bfd000 (XEN) [2012-09-24 06:39:30] Boot stack: ffffffff83bfd000->ffffffff83bfe000 (XEN) [2012-09-24 06:39:30] TOTAL: ffffffff80000000->ffffffff84000000 (XEN) [2012-09-24 06:39:30] ENTRY ADDRESS: ffffffff81ef0210 (XEN) [2012-09-24 06:39:30] Dom0 has maximum 6 VCPUs (XEN) [2012-09-24 06:39:30] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81d6a000 (XEN) [2012-09-24 06:39:30] elf_load_binary: phdr 1 at 0xffffffff81e00000 -> 0xffffffff81edb0e8 (XEN) [2012-09-24 06:39:30] elf_load_binary: phdr 2 at 0xffffffff81edc000 -> 0xffffffff81eefcc0 (XEN) [2012-09-24 06:39:30] elf_load_binary: phdr 3 at 0xffffffff81ef0000 -> 0xffffffff81f89000 (XEN) [2012-09-24 06:39:30] AMD-Vi: Setup I/O page table: device id = 0x0000, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:30] AMD-Vi: Setup I/O page table: device id = 0x0002, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:30] AMD-Vi: Setup I/O page table: device id = 0x0010, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:30] AMD-Vi: Setup I/O page table: device id = 0x0018, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:30] AMD-Vi: Setup I/O page table: device id = 0x0028, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:30] AMD-Vi: Setup I/O page table: device id = 0x0030, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:30] AMD-Vi: Setup I/O page table: device id = 0x0050, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:30] AMD-Vi: Setup I/O page table: device id = 0x0058, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:30] AMD-Vi: Setup I/O page table: device id = 0x0068, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:30] AMD-Vi: Setup I/O page table: device id = 0x0088, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0090, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0092, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0098, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x009a, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x00a0, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x00a1, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x00a2, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x00a3, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x00a4, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x00a5, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x00a8, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x00b0, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x00b2, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: No iommu for device 0000:00:18.0 (XEN) [2012-09-24 06:39:31] AMD-Vi: No iommu for device 0000:00:18.1 (XEN) [2012-09-24 06:39:31] AMD-Vi: No iommu for device 0000:00:18.2 (XEN) [2012-09-24 06:39:31] AMD-Vi: No iommu for device 0000:00:18.3 (XEN) [2012-09-24 06:39:31] AMD-Vi: No iommu for device 0000:00:18.4 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0400, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0401, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0402, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0403, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0404, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0405, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0406, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0407, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0500, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0501, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0600, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0700, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0800, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0900, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0901, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0902, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0903, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0904, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0905, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0906, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0907, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] AMD-Vi: Setup I/O page table: device id = 0x0a00, root table = 0x24d84d000, domain = 0, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:39:31] Scrubbing Free RAM: .......................................................................done. (XEN) [2012-09-24 06:39:33] Initial low memory virq threshold set at 0x4000 pages. (XEN) [2012-09-24 06:39:33] Std. Loglevel: All (XEN) [2012-09-24 06:39:33] Guest Loglevel: All (XEN) [2012-09-24 06:39:33] Xen is relinquishing VGA console. (XEN) [2012-09-24 06:39:33] *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen) (XEN) [2012-09-24 06:39:33] Freed 244kB init memory. (XEN) [2012-09-24 06:39:33] IOAPIC[0]: Set PCI routing entry (6-9 -> 0x60 -> IRQ 9 Mode:1 Active:1) (XEN) [2012-09-24 06:39:33] traps.c:2504:d0 Domain attempted WRMSR 00000000c0010004 from 0x0000eff0f8731f1c to 0x000000000000abcd. (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:00.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:00.2 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:02.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:03.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:05.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:06.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:0a.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:0b.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:0d.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:11.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:12.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:12.2 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:13.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:13.2 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:14.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:14.1 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:14.2 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:14.3 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:14.4 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:14.5 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:15.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:16.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:16.2 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:18.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:18.1 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:18.2 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:18.3 (XEN) [2012-09-24 06:39:33] PCI add device 0000:00:18.4 (XEN) [2012-09-24 06:39:33] PCI add device 0000:0a:00.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:09:00.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:09:00.1 (XEN) [2012-09-24 06:39:33] PCI add device 0000:09:00.2 (XEN) [2012-09-24 06:39:33] PCI add device 0000:09:00.3 (XEN) [2012-09-24 06:39:33] PCI add device 0000:09:00.4 (XEN) [2012-09-24 06:39:33] PCI add device 0000:09:00.5 (XEN) [2012-09-24 06:39:33] PCI add device 0000:09:00.6 (XEN) [2012-09-24 06:39:33] PCI add device 0000:09:00.7 (XEN) [2012-09-24 06:39:33] PCI add device 0000:08:00.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:07:00.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:06:00.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:05:00.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:05:00.1 (XEN) [2012-09-24 06:39:33] PCI add device 0000:04:00.0 (XEN) [2012-09-24 06:39:33] PCI add device 0000:04:00.1 (XEN) [2012-09-24 06:39:33] PCI add device 0000:04:00.2 (XEN) [2012-09-24 06:39:33] PCI add device 0000:04:00.3 (XEN) [2012-09-24 06:39:33] PCI add device 0000:04:00.4 (XEN) [2012-09-24 06:39:33] PCI add device 0000:04:00.5 (XEN) [2012-09-24 06:39:33] PCI add device 0000:04:00.6 (XEN) [2012-09-24 06:39:33] PCI add device 0000:04:00.7 (XEN) [2012-09-24 06:39:33] PCI add device 0000:03:06.0 (XEN) [2012-09-24 06:39:33] IOAPIC[0]: Set PCI routing entry (6-8 -> 0x58 -> IRQ 8 Mode:0 Active:0) (XEN) [2012-09-24 06:39:33] IOAPIC[0]: Set PCI routing entry (6-13 -> 0x88 -> IRQ 13 Mode:0 Active:0) (XEN) [2012-09-24 06:39:33] IOAPIC[1]: Set PCI routing entry (7-28 -> 0xa0 -> IRQ 52 Mode:1 Active:1) (XEN) [2012-09-24 06:39:33] IOAPIC[1]: Set PCI routing entry (7-29 -> 0xa8 -> IRQ 53 Mode:1 Active:1) (XEN) [2012-09-24 06:39:33] IOAPIC[1]: Set PCI routing entry (7-30 -> 0xb0 -> IRQ 54 Mode:1 Active:1) (XEN) [2012-09-24 06:39:33] IOAPIC[0]: Set PCI routing entry (6-16 -> 0xb8 -> IRQ 16 Mode:1 Active:1) (XEN) [2012-09-24 06:39:33] IOAPIC[0]: Set PCI routing entry (6-18 -> 0xc0 -> IRQ 18 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[0]: Set PCI routing entry (6-17 -> 0xc8 -> IRQ 17 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[1]: Set PCI routing entry (7-4 -> 0xd0 -> IRQ 28 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[1]: Set PCI routing entry (7-5 -> 0xd8 -> IRQ 29 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[1]: Set PCI routing entry (7-6 -> 0x21 -> IRQ 30 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[1]: Set PCI routing entry (7-7 -> 0x29 -> IRQ 31 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[1]: Set PCI routing entry (7-16 -> 0x31 -> IRQ 40 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[1]: Set PCI routing entry (7-17 -> 0x39 -> IRQ 41 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[1]: Set PCI routing entry (7-18 -> 0x41 -> IRQ 42 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[1]: Set PCI routing entry (7-19 -> 0x49 -> IRQ 43 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[0]: Set PCI routing entry (6-22 -> 0x91 -> IRQ 22 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[1]: Set PCI routing entry (7-23 -> 0x99 -> IRQ 47 Mode:1 Active:1) (XEN) [2012-09-24 06:39:34] IOAPIC[0]: Set PCI routing entry (6-19 -> 0xa1 -> IRQ 19 Mode:1 Active:1) (XEN) [2012-09-24 06:39:35] IOAPIC[1]: Set PCI routing entry (7-22 -> 0xb1 -> IRQ 46 Mode:1 Active:1) (XEN) [2012-09-24 06:39:35] IOAPIC[1]: Set PCI routing entry (7-27 -> 0xc1 -> IRQ 51 Mode:1 Active:1) (XEN) [2012-09-24 06:39:36] IOAPIC[1]: Set PCI routing entry (7-9 -> 0xd1 -> IRQ 33 Mode:1 Active:1) (XEN) [2012-09-24 06:40:42] traps.c:2504:d1 Domain attempted WRMSR 00000000c0010004 from 0x0000000007fbfc00 to 0x000000000000abcd. (XEN) [2012-09-24 06:40:48] traps.c:2504:d2 Domain attempted WRMSR 00000000c0010004 from 0x0000f5f029de6800 to 0x000000000000abcd. (XEN) [2012-09-24 06:40:54] traps.c:2504:d3 Domain attempted WRMSR 00000000c0010004 from 0x00008076c0e94063 to 0x000000000000abcd. (XEN) [2012-09-24 06:41:01] traps.c:2504:d4 Domain attempted WRMSR 00000000c0010004 from 0x00000cb446c2a305 to 0x000000000000abcd. (XEN) [2012-09-24 06:41:07] traps.c:2504:d5 Domain attempted WRMSR 00000000c0010004 from 0x0000000007fbfc00 to 0x000000000000abcd. (XEN) [2012-09-24 06:41:14] traps.c:2504:d6 Domain attempted WRMSR 00000000c0010004 from 0x0000f5f029de6800 to 0x000000000000abcd. (XEN) [2012-09-24 06:41:20] traps.c:2504:d7 Domain attempted WRMSR 00000000c0010004 from 0x00008076c0e94063 to 0x000000000000abcd. (XEN) [2012-09-24 06:41:25] traps.c:2504:d8 Domain attempted WRMSR 00000000c0010004 from 0x0000000007fbfc00 to 0x000000000000abcd. (XEN) [2012-09-24 06:41:31] traps.c:2504:d9 Domain attempted WRMSR 00000000c0010004 from 0x00008076c0e94063 to 0x000000000000abcd. (XEN) [2012-09-24 06:41:38] traps.c:2504:d10 Domain attempted WRMSR 00000000c0010004 from 0x0000000007fbfc00 to 0x000000000000abcd. (XEN) [2012-09-24 06:41:48] AMD-Vi: amd_iommu_assign_device: d:11 0000:03:06.0 0 0 (XEN) [2012-09-24 06:41:48] AMD-Vi: Disable: device id = 0x00a4, domain = 0, paging mode = 3 (XEN) [2012-09-24 06:41:48] AMD-Vi: Setup I/O page table: device id = 0x00a4, root table = 0x18e0a5000, domain = 11, paging mode = 3 | 0 0 0 0 (XEN) [2012-09-24 06:41:48] AMD-Vi: Re-assign 0000:03:06.0 from dom0 to dom11 0 0 0 0 (XEN) [2012-09-24 06:41:49] traps.c:2504:d11 Domain attempted WRMSR 00000000c0010004 from 0x00008076c0e94063 to 0x000000000000abcd. (XEN) [2012-09-24 06:41:55] traps.c:2504:d12 Domain attempted WRMSR 00000000c0010004 from 0x00000cb446c2a305 to 0x000000000000abcd. (XEN) [2012-09-24 06:42:01] traps.c:2504:d13 Domain attempted WRMSR 00000000c0010004 from 0x00008076c0e94063 to 0x000000000000abcd. (XEN) [2012-09-24 06:42:08] traps.c:2504:d14 Domain attempted WRMSR 00000000c0010004 from 0x00008076c0e94063 to 0x000000000000abcd. (XEN) [2012-09-24 06:44:16] traps.c:3062: GPF (0060): ffff82c48015e69e -> ffff82c4802262e3 (XEN) [2012-09-24 06:48:13] traps.c:3062: GPF (0060): ffff82c48015e69e -> ffff82c4802262e3 (XEN) [2012-09-24 06:49:23] traps.c:3062: GPF (0060): ffff82c48015e69e -> ffff82c4802262e3 (XEN) [2012-09-24 08:25:21] AMD-Vi: Share p2m table with iommu: domain:15 p2m table = 0x1c1f94 (XEN) [2012-09-24 08:25:22] [VT-D]io.c:282: d15: bind: m_gsi=16 g_gsi=36 device=5 intx=0 (XEN) [2012-09-24 08:25:22] AMD-Vi: amd_iommu_assign_device: d:15 0000:06:00.0 0 0 (XEN) [2012-09-24 08:25:22] AMD-Vi: Disable: device id = 0x0600, domain = 0, paging mode = 3 (XEN) [2012-09-24 08:25:22] AMD-Vi: Setup I/O page table: device id = 0x0600, root table = 0x1c1f94000, domain = 15, paging mode = 4 | 0 0 0 0 (XEN) [2012-09-24 08:25:22] AMD-Vi: Re-assign 0000:06:00.0 from dom0 to dom15 0 0 0 0 (XEN) [2012-09-24 08:25:22] HVM15: HVM Loader (XEN) [2012-09-24 08:25:22] HVM15: Detected Xen v4.3-unstable (XEN) [2012-09-24 08:25:22] HVM15: Xenbus rings @0xfeffc000, event channel 5 (XEN) [2012-09-24 08:25:22] HVM15: System requested ROMBIOS (XEN) [2012-09-24 08:25:22] HVM15: CPU speed is 3200 MHz (XEN) [2012-09-24 08:25:22] irq.c:270: Dom15 PCI link 0 changed 0 -> 5 (XEN) [2012-09-24 08:25:22] HVM15: PCI-ISA link 0 routed to IRQ5 (XEN) [2012-09-24 08:25:22] irq.c:270: Dom15 PCI link 1 changed 0 -> 10 (XEN) [2012-09-24 08:25:22] HVM15: PCI-ISA link 1 routed to IRQ10 (XEN) [2012-09-24 08:25:22] irq.c:270: Dom15 PCI link 2 changed 0 -> 11 (XEN) [2012-09-24 08:25:22] HVM15: PCI-ISA link 2 routed to IRQ11 (XEN) [2012-09-24 08:25:22] irq.c:270: Dom15 PCI link 3 changed 0 -> 5 (XEN) [2012-09-24 08:25:22] HVM15: PCI-ISA link 3 routed to IRQ5 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 01:2 INTD->IRQ5 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 01:3 INTA->IRQ10 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 03:0 INTA->IRQ5 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 04:0 INTA->IRQ5 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 05:0 INTA->IRQ10 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 02:0 bar 10 size 02000000: f0000008 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 03:0 bar 14 size 01000000: f2000008 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 05:0 bar 10 size 00200000: f3000004 (XEN) [2012-09-24 08:25:22] memory_map:add: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 04:0 bar 10 size 00020000: f3200000 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 02:0 bar 14 size 00001000: f3220000 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 03:0 bar 10 size 00000100: 0000c001 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 04:0 bar 14 size 00000040: 0000c101 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 01:2 bar 20 size 00000020: 0000c141 (XEN) [2012-09-24 08:25:22] HVM15: pci dev 01:1 bar 20 size 00000010: 0000c161 (XEN) [2012-09-24 08:25:22] HVM15: Multiprocessor initialisation: (XEN) [2012-09-24 08:25:22] HVM15: - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done. (XEN) [2012-09-24 08:25:22] HVM15: - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done. (XEN) [2012-09-24 08:25:22] HVM15: - CPU2 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done. (XEN) [2012-09-24 08:25:22] HVM15: Testing HVM environment: (XEN) [2012-09-24 08:25:22] HVM15: - REP INSB across page boundaries ... passed (XEN) [2012-09-24 08:25:22] HVM15: - GS base MSRs and SWAPGS ... passed (XEN) [2012-09-24 08:25:22] HVM15: Passed 2 of 2 tests (XEN) [2012-09-24 08:25:22] HVM15: Writing SMBIOS tables ... (XEN) [2012-09-24 08:25:22] HVM15: Loading ROMBIOS ... (XEN) [2012-09-24 08:25:22] HVM15: 9660 bytes of ROMBIOS high-memory extensions: (XEN) [2012-09-24 08:25:22] HVM15: Relocating to 0xfc001000-0xfc0035bc ... done (XEN) [2012-09-24 08:25:22] HVM15: Creating MP tables ... (XEN) [2012-09-24 08:25:22] HVM15: Loading Cirrus VGABIOS ... (XEN) [2012-09-24 08:25:22] HVM15: Loading PCI Option ROM ... (XEN) [2012-09-24 08:25:22] HVM15: - Manufacturer: http://ipxe.org (XEN) [2012-09-24 08:25:22] HVM15: - Product name: iPXE (XEN) [2012-09-24 08:25:22] HVM15: Option ROMs: (XEN) [2012-09-24 08:25:22] HVM15: c0000-c8fff: VGA BIOS (XEN) [2012-09-24 08:25:22] HVM15: c9000-d9fff: Etherboot ROM (XEN) [2012-09-24 08:25:22] HVM15: Loading ACPI ... (XEN) [2012-09-24 08:25:22] HVM15: vm86 TSS at fc00f680 (XEN) [2012-09-24 08:25:22] HVM15: BIOS map: (XEN) [2012-09-24 08:25:22] HVM15: f0000-fffff: Main BIOS (XEN) [2012-09-24 08:25:22] HVM15: E820 table: (XEN) [2012-09-24 08:25:22] HVM15: [00]: 00000000:00000000 - 00000000:0009e000: RAM (XEN) [2012-09-24 08:25:22] HVM15: [01]: 00000000:0009e000 - 00000000:000a0000: RESERVED (XEN) [2012-09-24 08:25:22] HVM15: HOLE: 00000000:000a0000 - 00000000:000e0000 (XEN) [2012-09-24 08:25:22] HVM15: [02]: 00000000:000e0000 - 00000000:00100000: RESERVED (XEN) [2012-09-24 08:25:22] HVM15: [03]: 00000000:00100000 - 00000000:3f800000: RAM (XEN) [2012-09-24 08:25:22] HVM15: HOLE: 00000000:3f800000 - 00000000:fc000000 (XEN) [2012-09-24 08:25:22] HVM15: [04]: 00000000:fc000000 - 00000001:00000000: RESERVED (XEN) [2012-09-24 08:25:22] HVM15: Invoking ROMBIOS ... (XEN) [2012-09-24 08:25:22] HVM15: $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $ (XEN) [2012-09-24 08:25:23] stdvga.c:147:d15 entering stdvga and caching modes (XEN) [2012-09-24 08:25:23] HVM15: VGABios $Id: vgabios.c,v 1.67 2008/01/27 09:44:12 vruppert Exp $ (XEN) [2012-09-24 08:25:23] HVM15: Bochs BIOS - build: 06/23/99 (XEN) [2012-09-24 08:25:23] HVM15: $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $ (XEN) [2012-09-24 08:25:23] HVM15: Options: apmbios pcibios eltorito PMM (XEN) [2012-09-24 08:25:23] HVM15: (XEN) [2012-09-24 08:25:23] HVM15: ata0-0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 (XEN) [2012-09-24 08:25:23] HVM15: ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (8192 MBytes) (XEN) [2012-09-24 08:25:23] HVM15: ata0-1: PCHS=1040/16/63 translation=lba LCHS=1024/16/63 (XEN) [2012-09-24 08:25:23] HVM15: ata0 slave: QEMU HARDDISK ATA-7 Hard-Disk ( 512 MBytes) (XEN) [2012-09-24 08:25:23] HVM15: ata1-0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 (XEN) [2012-09-24 08:25:23] HVM15: ata1 master: QEMU HARDDISK ATA-7 Hard-Disk ( 300 GBytes) (XEN) [2012-09-24 08:25:24] HVM15: IDE time out (XEN) [2012-09-24 08:25:24] HVM15: (XEN) [2012-09-24 08:25:24] HVM15: (XEN) [2012-09-24 08:25:24] HVM15: (XEN) [2012-09-24 08:25:24] HVM15: Press F12 for boot menu. (XEN) [2012-09-24 08:25:24] HVM15: (XEN) [2012-09-24 08:25:24] HVM15: Booting from Hard Disk... (XEN) [2012-09-24 08:25:24] HVM15: Booting from 0000:7c00 (XEN) [2012-09-24 08:25:25] stdvga.c:151:d15 leaving stdvga (XEN) [2012-09-24 08:25:32] stdvga.c:147:d15 entering stdvga and caching modes (XEN) [2012-09-24 08:25:33] irq.c:375: Dom15 callback via changed to Direct Vector 0xf3 (XEN) [2012-09-24 08:25:33] memory_map:remove: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:33] memory_map:add: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:33] memory_map:remove: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:33] memory_map:add: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:33] memory_map:remove: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:33] memory_map:add: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:33] memory_map:remove: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:33] memory_map:add: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:33] memory_map:remove: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:33] memory_map:add: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:33] memory_map:remove: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:33] memory_map:add: dom15 gfn=f3000 mfn=f9a00 nr=200 (XEN) [2012-09-24 08:25:34] irq.c:270: Dom15 PCI link 0 changed 5 -> 0 (XEN) [2012-09-24 08:25:34] irq.c:270: Dom15 PCI link 1 changed 10 -> 0 (XEN) [2012-09-24 08:25:34] irq.c:270: Dom15 PCI link 2 changed 11 -> 0 (XEN) [2012-09-24 08:25:34] irq.c:270: Dom15 PCI link 3 changed 5 -> 0 [-- Attachment #6: Type: text/plain, Size: 126 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-24 8:38 ` Sander Eikelenboom @ 2012-09-24 12:24 ` Wei Wang 0 siblings, 0 replies; 22+ messages in thread From: Wei Wang @ 2012-09-24 12:24 UTC (permalink / raw) To: Sander Eikelenboom; +Cc: xen-devel@lists.xensource.com, Jan Beulich On 09/24/2012 10:38 AM, Sander Eikelenboom wrote: > > Friday, September 7, 2012, 10:54:40 AM, you wrote: > >> On 09/07/2012 09:32 AM, Sander Eikelenboom wrote: >>> >>> Thursday, September 6, 2012, 5:03:05 PM, you wrote: >>> >>>> On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: >>>>> >>>>> Thursday, September 6, 2012, 3:32:51 PM, you wrote: >>>>> >>>>>> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >>>>>>> >>>>>>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >>>>>>> >>>>>>>> Hi Jan, >>>>>>>> Attached patch dumps io page fault flags. The flags show the reason of >>>>>>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >>>>>>> >>>>>>>> Thanks, >>>>>>>> Wei >>>>>>> >>>>>>>> signed-off-by: Wei Wang<wei.wang2@amd.com> >>>>>>> >>>>>>> >>>>>>> I have applied the patch and the flags seem to differ between the faults: >>>>>>> >>>>>>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 >>>>> >>>>>> OK, so they are not interrupt requests. I guess further information from >>>>>> your system would be helpful to debug this issue: >>>>>> 1) xl info >>>>>> 2) xl list >>>>>> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) >>>>>> 4) cat /proc/iomem (in both dom0 and your hvm guest) >>>>> >>>>> dom14 is not a HVM guest,it's a PV guest. >>> >>>> Ah, I see. PV guest is quite different than hvm, it does use p2m tables >>>> as io page tables. So no-sharept option does not work in this case. PV >>>> guests always use separated io page tables. There might be some >>>> incorrect mappings on the page tables. I will check this on my side. >>> >>> I have reverted the machine to xen-4.1.4-pre (changeset 23353) and kept everything else the same. >>> I haven't seen any IO PAGE FAULTS after that. >>> >>> I did spot some differences in the output from lspci between xen 4.1 and 4.2, related to MSI enabled or not for the IOMMU device. >>> Have attached the xl/xm dmesg and lspci from booting with both versions. >>> >>> lspci: >>> >>> 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >>> Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >>> 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 10 >>> Capabilities: [40] Secure device<?> >>> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ > >> Eh... That is interesting. So which dom0 are you using? There is a c/s >> in 4.2 to prevent recent dom0 to disable iommu interrupt (changeset >> 25492:61844569a432) Otherwise, iommu cannot send any events including IO >> PAGE faults. You could try to revert dom0 to an old version like 2.6 >> pv_ops to see if you really have no io page faults on 4.1 > > Ok i finally got the time to do some more testing, tested 4.2 around that changeset, and made a copy of the guest using HVM instead of PV. > > The results: > - On xen-4.1.* and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine, both in a HVM as a PV guest, i don't see IO page faults getting reported. > - On xen-4.2 changeset< 25492 and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine, both in a HVM as a PV guest, i don't see IO page faults getting reported. > - On xen-4.2 changeset> 25492 and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine for a short while (around 5 to 10 minutes) in a PV guest, after that IO page faults get reported and the video freezes, i don't see any errors in the guest though. > - On xen-unstable tip and a 3.6-rc6 kernel (dom0 and domU): > PV: the video device passed through works fine for a short while (around 5 to 10 minutes), after that IO page faults get reported and the video freezes, i don't see any errors in the guest though. > HVM: the video device passed through doesn't work from the start: > - The device is there according to lspci > - The video application start fine, but delivers a green image, so the device is not working properly. I don't see IO page faults though. > > Attached are (all with xen-unstable tip and the guest as HVM (domain 15): > - xl dmesg > - Patch which adds some more info, but all values reported seem to be zero (see xl dmesg) > - lspci dom0 > - lspci HVM guest HI, Thanks for the information, very very helpful for debugging. I hope I could start to look at this right after sending my next iommu patch queue upstream...another question is: Did you see this issue on a single pv/hvm guest system or you only saw it on a system with about 16 running VMs? Thanks, Wei > > > >>> 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ >>> Address: 00000000fee0100c Data: 4128 >>> Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ >>> >>> Although it seems enabled, shouldn't the IRQ number used be much higher than 10 for MSI interrupts ? > >> The IRQ number is fine. MSI vector is stored at Data: 4128 > >>> >>> There is another difference in the bridge device that's in front of the 0a:00.6 device that faults before the kernel is even booted. >>> >>> 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode]) >>> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ >>> 4.1: Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort->SERR-<PERR- INTx- >>> 4.2: 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=0a, subordinate=0a, sec-latency=0 >>> I/O behind bridge: 0000f000-00000fff >>> Memory behind bridge: f9f00000-f9ffffff >>> Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff >>> 4.1: Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort-<SERR-<PERR- >>> 4.2: 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 3 >>> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) >>> Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- >>> Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0<1us, L1<8us >>> ClockPM- Surprise- 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- Surprise- >>> Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ >>> SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- >>> Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- >>> SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- >>> Changed: MRL- PresDet+ LinkState+ > >> The probably because of the IO_PAGE_FAULT. > >> Thanks, >> Wei > >>> serveerstertje:~# lspci -t >>> -[0000:00]-+-00.0 >>> +-00.2 >>> +-02.0-[0b]----00.0 >>> +-03.0-[0a]--+-00.0 >>> | +-00.1 >>> | +-00.2 >>> | +-00.3 >>> | +-00.4 >>> | +-00.5 >>> | +-00.6 >>> | \-00.7 >>> +-05.0-[09]----00.0 >>> +-06.0-[08]----00.0 >>> +-0a.0-[07]----00.0 >>> +-0b.0-[06]--+-00.0 >>> | \-00.1 >>> +-0c.0-[05]----00.0 >>> +-0d.0-[04]--+-00.0 >>> | +-00.1 >>> | +-00.2 >>> | +-00.3 >>> | +-00.4 >>> | +-00.5 >>> | +-00.6 >>> | \-00.7 >>> +-11.0 >>> +-12.0 >>> +-12.2 >>> +-13.0 >>> +-13.2 >>> +-14.0 >>> +-14.3 >>> +-14.4-[03]----06.0 >>> +-14.5 >>> +-15.0-[02]-- >>> +-16.0 >>> +-16.2 >>> +-18.0 >>> +-18.1 >>> +-18.2 >>> +-18.3 >>> \-18.4 >>> >>> >>> >>> >>> >>>> Thanks, >>>> Wei >>> >>>>> I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. >>>>> >>>>> >>>>>> * I would also like to know the symptoms of device 0x0700 when IO_PF >>>>>> happened. Did it stop working? >>>>> >>>>> Yes it stops working, the video capture just freezes, but the driver doesn't bail out. >>>>> For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. >>>>> >>>>>> (BTW: I copied a few options from your boot cmd line and it worked with >>>>>> my RD890 system >>>>> >>>>>> dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps >>>>>> cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug >>>>>> apic=debug iommu=on,verbose,debug,no-sharept >>>>> >>>>>> * so, what OEM board you have?) >>>>> >>>>> MSI 890FXA-GD70 >>>>> >>>>>> Also from your log, these lines looks very strange: >>>>> >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xd5, mfn=0xa4a11 >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xd7, mfn=0xa4a0f >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xd9, mfn=0xa4a0d >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xdb, mfn=0xa4a0b >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xdd, mfn=0xa4a09 >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xdf, mfn=0xa4a07 >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xe1, mfn=0xa4a05 >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xe3, mfn=0xa4a03 >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xe5, mfn=0xa4a01 >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xe7, mfn=0xa463f >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xe9, mfn=0xa463d >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xeb, mfn=0xa463b >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xed, mfn=0xa4639 >>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>> read-only memory page. gfn=0xef, mfn=0xa4637 >>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id >>>>>> = 0x0a06, fault address = 0xc2c2c2c0 >>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>> id = 0x0700, fault address = 0xa90f8300 >>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>> id = 0x0700, fault address = 0xa90f8340 >>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>> id = 0x0700, fault address = 0xa90f8380 >>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>> id = 0x0700, fault address = 0xa90f83c0 >>>>> >>>>>> * they are just followed by the IO PAGE fault. Do you know where are >>>>>> they from? Your video card driver maybe? >>>>> >>>>> From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. >>>>> >>>>> >>>>>> Thanks, >>>>>> Wei >>>>> >>>>> >>>>>>> Complete xl dmesg and lspci -vvvknn attached. >>>>>>> >>>>>>> Thx >>>>>>> >>>>>>> -- >>>>>>> Sander >>>>> >>>>> >>>>> >>>>> >>>>> >>> >>> > > ^ permalink raw reply [flat|nested] 22+ messages in thread
[parent not found: <74647167 <506050F0.7020703@amd.com>]
[parent not found: <74647167<506050F0.7020703@amd.com>]
* Re: [PATCH] amd iommu: Dump flags of IO page faults [not found] ` <74647167<506050F0.7020703@amd.com> @ 2012-09-24 12:27 ` Sander Eikelenboom 2012-09-24 21:08 ` Sander Eikelenboom 2012-10-01 15:02 ` Sander Eikelenboom 2 siblings, 0 replies; 22+ messages in thread From: Sander Eikelenboom @ 2012-09-24 12:27 UTC (permalink / raw) To: Wei Wang; +Cc: xen-devel@lists.xensource.com, Jan Beulich Monday, September 24, 2012, 2:24:16 PM, you wrote: > On 09/24/2012 10:38 AM, Sander Eikelenboom wrote: >> >> Friday, September 7, 2012, 10:54:40 AM, you wrote: >> >>> On 09/07/2012 09:32 AM, Sander Eikelenboom wrote: >>>> >>>> Thursday, September 6, 2012, 5:03:05 PM, you wrote: >>>> >>>>> On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: >>>>>> >>>>>> Thursday, September 6, 2012, 3:32:51 PM, you wrote: >>>>>> >>>>>>> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >>>>>>>> >>>>>>>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >>>>>>>> >>>>>>>>> Hi Jan, >>>>>>>>> Attached patch dumps io page fault flags. The flags show the reason of >>>>>>>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Wei >>>>>>>> >>>>>>>>> signed-off-by: Wei Wang<wei.wang2@amd.com> >>>>>>>> >>>>>>>> >>>>>>>> I have applied the patch and the flags seem to differ between the faults: >>>>>>>> >>>>>>>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >>>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 >>>>>> >>>>>>> OK, so they are not interrupt requests. I guess further information from >>>>>>> your system would be helpful to debug this issue: >>>>>>> 1) xl info >>>>>>> 2) xl list >>>>>>> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) >>>>>>> 4) cat /proc/iomem (in both dom0 and your hvm guest) >>>>>> >>>>>> dom14 is not a HVM guest,it's a PV guest. >>>> >>>>> Ah, I see. PV guest is quite different than hvm, it does use p2m tables >>>>> as io page tables. So no-sharept option does not work in this case. PV >>>>> guests always use separated io page tables. There might be some >>>>> incorrect mappings on the page tables. I will check this on my side. >>>> >>>> I have reverted the machine to xen-4.1.4-pre (changeset 23353) and kept everything else the same. >>>> I haven't seen any IO PAGE FAULTS after that. >>>> >>>> I did spot some differences in the output from lspci between xen 4.1 and 4.2, related to MSI enabled or not for the IOMMU device. >>>> Have attached the xl/xm dmesg and lspci from booting with both versions. >>>> >>>> lspci: >>>> >>>> 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >>>> Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >>>> 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 10 >>>> Capabilities: [40] Secure device<?> >>>> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ >> >>> Eh... That is interesting. So which dom0 are you using? There is a c/s >>> in 4.2 to prevent recent dom0 to disable iommu interrupt (changeset >>> 25492:61844569a432) Otherwise, iommu cannot send any events including IO >>> PAGE faults. You could try to revert dom0 to an old version like 2.6 >>> pv_ops to see if you really have no io page faults on 4.1 >> >> Ok i finally got the time to do some more testing, tested 4.2 around that changeset, and made a copy of the guest using HVM instead of PV. >> >> The results: >> - On xen-4.1.* and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine, both in a HVM as a PV guest, i don't see IO page faults getting reported. >> - On xen-4.2 changeset< 25492 and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine, both in a HVM as a PV guest, i don't see IO page faults getting reported. >> - On xen-4.2 changeset> 25492 and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine for a short while (around 5 to 10 minutes) in a PV guest, after that IO page faults get reported and the video freezes, i don't see any errors in the guest though. >> - On xen-unstable tip and a 3.6-rc6 kernel (dom0 and domU): >> PV: the video device passed through works fine for a short while (around 5 to 10 minutes), after that IO page faults get reported and the video freezes, i don't see any errors in the guest though. >> HVM: the video device passed through doesn't work from the start: >> - The device is there according to lspci >> - The video application start fine, but delivers a green image, so the device is not working properly. I don't see IO page faults though. >> >> Attached are (all with xen-unstable tip and the guest as HVM (domain 15): >> - xl dmesg >> - Patch which adds some more info, but all values reported seem to be zero (see xl dmesg) >> - lspci dom0 >> - lspci HVM guest > HI, > Thanks for the information, very very helpful for debugging. I hope I > could start to look at this right after sending my next iommu patch > queue upstream...another question is: Did you see this issue on a single > pv/hvm guest system or you only saw it on a system with about 16 running > VMs? > Thanks, > Wei If you need more info, i'm more than happy to run additional debug patches. Haven't tested it with a single guest, will try right a way Thanks ! -- Sander >> >> >> >>>> 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ >>>> Address: 00000000fee0100c Data: 4128 >>>> Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ >>>> >>>> Although it seems enabled, shouldn't the IRQ number used be much higher than 10 for MSI interrupts ? >> >>> The IRQ number is fine. MSI vector is stored at Data: 4128 >> >>>> >>>> There is another difference in the bridge device that's in front of the 0a:00.6 device that faults before the kernel is even booted. >>>> >>>> 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode]) >>>> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ >>>> 4.1: Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort->SERR-<PERR- INTx- >>>> 4.2: 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=0a, subordinate=0a, sec-latency=0 >>>> I/O behind bridge: 0000f000-00000fff >>>> Memory behind bridge: f9f00000-f9ffffff >>>> Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff >>>> 4.1: Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort-<SERR-<PERR- >>>> 4.2: 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 3 >>>> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) >>>> Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- >>>> Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0<1us, L1<8us >>>> ClockPM- Surprise- 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- Surprise- >>>> Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ >>>> SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- >>>> Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- >>>> SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- >>>> Changed: MRL- PresDet+ LinkState+ >> >>> The probably because of the IO_PAGE_FAULT. >> >>> Thanks, >>> Wei >> >>>> serveerstertje:~# lspci -t >>>> -[0000:00]-+-00.0 >>>> +-00.2 >>>> +-02.0-[0b]----00.0 >>>> +-03.0-[0a]--+-00.0 >>>> | +-00.1 >>>> | +-00.2 >>>> | +-00.3 >>>> | +-00.4 >>>> | +-00.5 >>>> | +-00.6 >>>> | \-00.7 >>>> +-05.0-[09]----00.0 >>>> +-06.0-[08]----00.0 >>>> +-0a.0-[07]----00.0 >>>> +-0b.0-[06]--+-00.0 >>>> | \-00.1 >>>> +-0c.0-[05]----00.0 >>>> +-0d.0-[04]--+-00.0 >>>> | +-00.1 >>>> | +-00.2 >>>> | +-00.3 >>>> | +-00.4 >>>> | +-00.5 >>>> | +-00.6 >>>> | \-00.7 >>>> +-11.0 >>>> +-12.0 >>>> +-12.2 >>>> +-13.0 >>>> +-13.2 >>>> +-14.0 >>>> +-14.3 >>>> +-14.4-[03]----06.0 >>>> +-14.5 >>>> +-15.0-[02]-- >>>> +-16.0 >>>> +-16.2 >>>> +-18.0 >>>> +-18.1 >>>> +-18.2 >>>> +-18.3 >>>> \-18.4 >>>> >>>> >>>> >>>> >>>> >>>>> Thanks, >>>>> Wei >>>> >>>>>> I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. >>>>>> >>>>>> >>>>>>> * I would also like to know the symptoms of device 0x0700 when IO_PF >>>>>>> happened. Did it stop working? >>>>>> >>>>>> Yes it stops working, the video capture just freezes, but the driver doesn't bail out. >>>>>> For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. >>>>>> >>>>>>> (BTW: I copied a few options from your boot cmd line and it worked with >>>>>>> my RD890 system >>>>>> >>>>>>> dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps >>>>>>> cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug >>>>>>> apic=debug iommu=on,verbose,debug,no-sharept >>>>>> >>>>>>> * so, what OEM board you have?) >>>>>> >>>>>> MSI 890FXA-GD70 >>>>>> >>>>>>> Also from your log, these lines looks very strange: >>>>>> >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xd5, mfn=0xa4a11 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xd7, mfn=0xa4a0f >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xd9, mfn=0xa4a0d >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xdb, mfn=0xa4a0b >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xdd, mfn=0xa4a09 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xdf, mfn=0xa4a07 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe1, mfn=0xa4a05 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe3, mfn=0xa4a03 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe5, mfn=0xa4a01 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe7, mfn=0xa463f >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe9, mfn=0xa463d >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xeb, mfn=0xa463b >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xed, mfn=0xa4639 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xef, mfn=0xa4637 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id >>>>>>> = 0x0a06, fault address = 0xc2c2c2c0 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f8300 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f8340 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f8380 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f83c0 >>>>>> >>>>>>> * they are just followed by the IO PAGE fault. Do you know where are >>>>>>> they from? Your video card driver maybe? >>>>>> >>>>>> From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. >>>>>> >>>>>> >>>>>>> Thanks, >>>>>>> Wei >>>>>> >>>>>> >>>>>>>> Complete xl dmesg and lspci -vvvknn attached. >>>>>>>> >>>>>>>> Thx >>>>>>>> >>>>>>>> -- >>>>>>>> Sander >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>> >>>> >> >> ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults [not found] ` <74647167<506050F0.7020703@amd.com> 2012-09-24 12:27 ` Sander Eikelenboom @ 2012-09-24 21:08 ` Sander Eikelenboom 2012-10-01 15:02 ` Sander Eikelenboom 2 siblings, 0 replies; 22+ messages in thread From: Sander Eikelenboom @ 2012-09-24 21:08 UTC (permalink / raw) To: Wei Wang; +Cc: xen-devel@lists.xensource.com, Jan Beulich Monday, September 24, 2012, 2:24:16 PM, you wrote: > On 09/24/2012 10:38 AM, Sander Eikelenboom wrote: >> >> Friday, September 7, 2012, 10:54:40 AM, you wrote: >> >>> On 09/07/2012 09:32 AM, Sander Eikelenboom wrote: >>>> >>>> Thursday, September 6, 2012, 5:03:05 PM, you wrote: >>>> >>>>> On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: >>>>>> >>>>>> Thursday, September 6, 2012, 3:32:51 PM, you wrote: >>>>>> >>>>>>> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >>>>>>>> >>>>>>>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >>>>>>>> >>>>>>>>> Hi Jan, >>>>>>>>> Attached patch dumps io page fault flags. The flags show the reason of >>>>>>>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Wei >>>>>>>> >>>>>>>>> signed-off-by: Wei Wang<wei.wang2@amd.com> >>>>>>>> >>>>>>>> >>>>>>>> I have applied the patch and the flags seem to differ between the faults: >>>>>>>> >>>>>>>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >>>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 >>>>>> >>>>>>> OK, so they are not interrupt requests. I guess further information from >>>>>>> your system would be helpful to debug this issue: >>>>>>> 1) xl info >>>>>>> 2) xl list >>>>>>> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) >>>>>>> 4) cat /proc/iomem (in both dom0 and your hvm guest) >>>>>> >>>>>> dom14 is not a HVM guest,it's a PV guest. >>>> >>>>> Ah, I see. PV guest is quite different than hvm, it does use p2m tables >>>>> as io page tables. So no-sharept option does not work in this case. PV >>>>> guests always use separated io page tables. There might be some >>>>> incorrect mappings on the page tables. I will check this on my side. >>>> >>>> I have reverted the machine to xen-4.1.4-pre (changeset 23353) and kept everything else the same. >>>> I haven't seen any IO PAGE FAULTS after that. >>>> >>>> I did spot some differences in the output from lspci between xen 4.1 and 4.2, related to MSI enabled or not for the IOMMU device. >>>> Have attached the xl/xm dmesg and lspci from booting with both versions. >>>> >>>> lspci: >>>> >>>> 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >>>> Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >>>> 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 10 >>>> Capabilities: [40] Secure device<?> >>>> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ >> >>> Eh... That is interesting. So which dom0 are you using? There is a c/s >>> in 4.2 to prevent recent dom0 to disable iommu interrupt (changeset >>> 25492:61844569a432) Otherwise, iommu cannot send any events including IO >>> PAGE faults. You could try to revert dom0 to an old version like 2.6 >>> pv_ops to see if you really have no io page faults on 4.1 >> >> Ok i finally got the time to do some more testing, tested 4.2 around that changeset, and made a copy of the guest using HVM instead of PV. >> >> The results: >> - On xen-4.1.* and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine, both in a HVM as a PV guest, i don't see IO page faults getting reported. >> - On xen-4.2 changeset< 25492 and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine, both in a HVM as a PV guest, i don't see IO page faults getting reported. >> - On xen-4.2 changeset> 25492 and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine for a short while (around 5 to 10 minutes) in a PV guest, after that IO page faults get reported and the video freezes, i don't see any errors in the guest though. >> - On xen-unstable tip and a 3.6-rc6 kernel (dom0 and domU): >> PV: the video device passed through works fine for a short while (around 5 to 10 minutes), after that IO page faults get reported and the video freezes, i don't see any errors in the guest though. >> HVM: the video device passed through doesn't work from the start: >> - The device is there according to lspci >> - The video application start fine, but delivers a green image, so the device is not working properly. I don't see IO page faults though. >> >> Attached are (all with xen-unstable tip and the guest as HVM (domain 15): >> - xl dmesg >> - Patch which adds some more info, but all values reported seem to be zero (see xl dmesg) >> - lspci dom0 >> - lspci HVM guest > HI, > Thanks for the information, very very helpful for debugging. I hope I > could start to look at this right after sending my next iommu patch > queue upstream...another question is: Did you see this issue on a single > pv/hvm guest system or you only saw it on a system with about 16 running > VMs? The issue of the hvm not giving a video image also happens when it's the first and only guest running after a cold boot. > Thanks, > Wei >> >> >> >>>> 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ >>>> Address: 00000000fee0100c Data: 4128 >>>> Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ >>>> >>>> Although it seems enabled, shouldn't the IRQ number used be much higher than 10 for MSI interrupts ? >> >>> The IRQ number is fine. MSI vector is stored at Data: 4128 >> >>>> >>>> There is another difference in the bridge device that's in front of the 0a:00.6 device that faults before the kernel is even booted. >>>> >>>> 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode]) >>>> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ >>>> 4.1: Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort->SERR-<PERR- INTx- >>>> 4.2: 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=0a, subordinate=0a, sec-latency=0 >>>> I/O behind bridge: 0000f000-00000fff >>>> Memory behind bridge: f9f00000-f9ffffff >>>> Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff >>>> 4.1: Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort-<SERR-<PERR- >>>> 4.2: 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 3 >>>> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) >>>> Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- >>>> Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0<1us, L1<8us >>>> ClockPM- Surprise- 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- Surprise- >>>> Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ >>>> SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- >>>> Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- >>>> SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- >>>> Changed: MRL- PresDet+ LinkState+ >> >>> The probably because of the IO_PAGE_FAULT. >> >>> Thanks, >>> Wei >> >>>> serveerstertje:~# lspci -t >>>> -[0000:00]-+-00.0 >>>> +-00.2 >>>> +-02.0-[0b]----00.0 >>>> +-03.0-[0a]--+-00.0 >>>> | +-00.1 >>>> | +-00.2 >>>> | +-00.3 >>>> | +-00.4 >>>> | +-00.5 >>>> | +-00.6 >>>> | \-00.7 >>>> +-05.0-[09]----00.0 >>>> +-06.0-[08]----00.0 >>>> +-0a.0-[07]----00.0 >>>> +-0b.0-[06]--+-00.0 >>>> | \-00.1 >>>> +-0c.0-[05]----00.0 >>>> +-0d.0-[04]--+-00.0 >>>> | +-00.1 >>>> | +-00.2 >>>> | +-00.3 >>>> | +-00.4 >>>> | +-00.5 >>>> | +-00.6 >>>> | \-00.7 >>>> +-11.0 >>>> +-12.0 >>>> +-12.2 >>>> +-13.0 >>>> +-13.2 >>>> +-14.0 >>>> +-14.3 >>>> +-14.4-[03]----06.0 >>>> +-14.5 >>>> +-15.0-[02]-- >>>> +-16.0 >>>> +-16.2 >>>> +-18.0 >>>> +-18.1 >>>> +-18.2 >>>> +-18.3 >>>> \-18.4 >>>> >>>> >>>> >>>> >>>> >>>>> Thanks, >>>>> Wei >>>> >>>>>> I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. >>>>>> >>>>>> >>>>>>> * I would also like to know the symptoms of device 0x0700 when IO_PF >>>>>>> happened. Did it stop working? >>>>>> >>>>>> Yes it stops working, the video capture just freezes, but the driver doesn't bail out. >>>>>> For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. >>>>>> >>>>>>> (BTW: I copied a few options from your boot cmd line and it worked with >>>>>>> my RD890 system >>>>>> >>>>>>> dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps >>>>>>> cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug >>>>>>> apic=debug iommu=on,verbose,debug,no-sharept >>>>>> >>>>>>> * so, what OEM board you have?) >>>>>> >>>>>> MSI 890FXA-GD70 >>>>>> >>>>>>> Also from your log, these lines looks very strange: >>>>>> >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xd5, mfn=0xa4a11 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xd7, mfn=0xa4a0f >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xd9, mfn=0xa4a0d >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xdb, mfn=0xa4a0b >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xdd, mfn=0xa4a09 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xdf, mfn=0xa4a07 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe1, mfn=0xa4a05 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe3, mfn=0xa4a03 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe5, mfn=0xa4a01 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe7, mfn=0xa463f >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe9, mfn=0xa463d >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xeb, mfn=0xa463b >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xed, mfn=0xa4639 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xef, mfn=0xa4637 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id >>>>>>> = 0x0a06, fault address = 0xc2c2c2c0 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f8300 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f8340 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f8380 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f83c0 >>>>>> >>>>>>> * they are just followed by the IO PAGE fault. Do you know where are >>>>>>> they from? Your video card driver maybe? >>>>>> >>>>>> From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. >>>>>> >>>>>> >>>>>>> Thanks, >>>>>>> Wei >>>>>> >>>>>> >>>>>>>> Complete xl dmesg and lspci -vvvknn attached. >>>>>>>> >>>>>>>> Thx >>>>>>>> >>>>>>>> -- >>>>>>>> Sander >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>> >>>> >> >> ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults [not found] ` <74647167<506050F0.7020703@amd.com> 2012-09-24 12:27 ` Sander Eikelenboom 2012-09-24 21:08 ` Sander Eikelenboom @ 2012-10-01 15:02 ` Sander Eikelenboom 2 siblings, 0 replies; 22+ messages in thread From: Sander Eikelenboom @ 2012-10-01 15:02 UTC (permalink / raw) To: Wei Wang; +Cc: xen-devel@lists.xensource.com, Jan Beulich Monday, September 24, 2012, 2:24:16 PM, you wrote: > On 09/24/2012 10:38 AM, Sander Eikelenboom wrote: >> >> Friday, September 7, 2012, 10:54:40 AM, you wrote: >> >>> On 09/07/2012 09:32 AM, Sander Eikelenboom wrote: >>>> >>>> Thursday, September 6, 2012, 5:03:05 PM, you wrote: >>>> >>>>> On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: >>>>>> >>>>>> Thursday, September 6, 2012, 3:32:51 PM, you wrote: >>>>>> >>>>>>> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >>>>>>>> >>>>>>>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >>>>>>>> >>>>>>>>> Hi Jan, >>>>>>>>> Attached patch dumps io page fault flags. The flags show the reason of >>>>>>>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Wei >>>>>>>> >>>>>>>>> signed-off-by: Wei Wang<wei.wang2@amd.com> >>>>>>>> >>>>>>>> >>>>>>>> I have applied the patch and the flags seem to differ between the faults: >>>>>>>> >>>>>>>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >>>>>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 >>>>>> >>>>>>> OK, so they are not interrupt requests. I guess further information from >>>>>>> your system would be helpful to debug this issue: >>>>>>> 1) xl info >>>>>>> 2) xl list >>>>>>> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) >>>>>>> 4) cat /proc/iomem (in both dom0 and your hvm guest) >>>>>> >>>>>> dom14 is not a HVM guest,it's a PV guest. >>>> >>>>> Ah, I see. PV guest is quite different than hvm, it does use p2m tables >>>>> as io page tables. So no-sharept option does not work in this case. PV >>>>> guests always use separated io page tables. There might be some >>>>> incorrect mappings on the page tables. I will check this on my side. >>>> >>>> I have reverted the machine to xen-4.1.4-pre (changeset 23353) and kept everything else the same. >>>> I haven't seen any IO PAGE FAULTS after that. >>>> >>>> I did spot some differences in the output from lspci between xen 4.1 and 4.2, related to MSI enabled or not for the IOMMU device. >>>> Have attached the xl/xm dmesg and lspci from booting with both versions. >>>> >>>> lspci: >>>> >>>> 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >>>> Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] >>>> 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 10 >>>> Capabilities: [40] Secure device<?> >>>> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ >> >>> Eh... That is interesting. So which dom0 are you using? There is a c/s >>> in 4.2 to prevent recent dom0 to disable iommu interrupt (changeset >>> 25492:61844569a432) Otherwise, iommu cannot send any events including IO >>> PAGE faults. You could try to revert dom0 to an old version like 2.6 >>> pv_ops to see if you really have no io page faults on 4.1 >> >> Ok i finally got the time to do some more testing, tested 4.2 around that changeset, and made a copy of the guest using HVM instead of PV. >> >> The results: >> - On xen-4.1.* and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine, both in a HVM as a PV guest, i don't see IO page faults getting reported. >> - On xen-4.2 changeset< 25492 and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine, both in a HVM as a PV guest, i don't see IO page faults getting reported. >> - On xen-4.2 changeset> 25492 and a 3.6-rc6 kernel (dom0 and domU): the video device passed through works fine for a short while (around 5 to 10 minutes) in a PV guest, after that IO page faults get reported and the video freezes, i don't see any errors in the guest though. >> - On xen-unstable tip and a 3.6-rc6 kernel (dom0 and domU): >> PV: the video device passed through works fine for a short while (around 5 to 10 minutes), after that IO page faults get reported and the video freezes, i don't see any errors in the guest though. >> HVM: the video device passed through doesn't work from the start: >> - The device is there according to lspci >> - The video application start fine, but delivers a green image, so the device is not working properly. I don't see IO page faults though. >> >> Attached are (all with xen-unstable tip and the guest as HVM (domain 15): >> - xl dmesg >> - Patch which adds some more info, but all values reported seem to be zero (see xl dmesg) >> - lspci dom0 >> - lspci HVM guest > HI, > Thanks for the information, very very helpful for debugging. I hope I > could start to look at this right after sending my next iommu patch > queue upstream...another question is: Did you see this issue on a single > pv/hvm guest system or you only saw it on a system with about 16 running > VMs? I have an update on this one... The green screen when using a HVM guest was due to the driver no being able to communicate with the device via I2C. This problem disappeared when updating to the latest xen-unstable and 3.6-rc7 kernel with additionally the linux-next branch from konrad's tree pulled in. At the moment the HVM guest works: it shows video, it doesn't give IO PAGE FAULT's. Will try and see if it's also miraculously fixed for PV as well. > Thanks, > Wei >> >> >> >>>> 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ >>>> Address: 00000000fee0100c Data: 4128 >>>> Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ >>>> >>>> Although it seems enabled, shouldn't the IRQ number used be much higher than 10 for MSI interrupts ? >> >>> The IRQ number is fine. MSI vector is stored at Data: 4128 >> >>>> >>>> There is another difference in the bridge device that's in front of the 0a:00.6 device that faults before the kernel is even booted. >>>> >>>> 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode]) >>>> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ >>>> 4.1: Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort->SERR-<PERR- INTx- >>>> 4.2: 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=0a, subordinate=0a, sec-latency=0 >>>> I/O behind bridge: 0000f000-00000fff >>>> Memory behind bridge: f9f00000-f9ffffff >>>> Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff >>>> 4.1: Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast>TAbort-<TAbort-<MAbort-<SERR-<PERR- >>>> 4.2: 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 3 >>>> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) >>>> Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- >>>> Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0<1us, L1<8us >>>> ClockPM- Surprise- 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- Surprise- >>>> Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ >>>> SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- >>>> Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- >>>> SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- >>>> Changed: MRL- PresDet+ LinkState+ >> >>> The probably because of the IO_PAGE_FAULT. >> >>> Thanks, >>> Wei >> >>>> serveerstertje:~# lspci -t >>>> -[0000:00]-+-00.0 >>>> +-00.2 >>>> +-02.0-[0b]----00.0 >>>> +-03.0-[0a]--+-00.0 >>>> | +-00.1 >>>> | +-00.2 >>>> | +-00.3 >>>> | +-00.4 >>>> | +-00.5 >>>> | +-00.6 >>>> | \-00.7 >>>> +-05.0-[09]----00.0 >>>> +-06.0-[08]----00.0 >>>> +-0a.0-[07]----00.0 >>>> +-0b.0-[06]--+-00.0 >>>> | \-00.1 >>>> +-0c.0-[05]----00.0 >>>> +-0d.0-[04]--+-00.0 >>>> | +-00.1 >>>> | +-00.2 >>>> | +-00.3 >>>> | +-00.4 >>>> | +-00.5 >>>> | +-00.6 >>>> | \-00.7 >>>> +-11.0 >>>> +-12.0 >>>> +-12.2 >>>> +-13.0 >>>> +-13.2 >>>> +-14.0 >>>> +-14.3 >>>> +-14.4-[03]----06.0 >>>> +-14.5 >>>> +-15.0-[02]-- >>>> +-16.0 >>>> +-16.2 >>>> +-18.0 >>>> +-18.1 >>>> +-18.2 >>>> +-18.3 >>>> \-18.4 >>>> >>>> >>>> >>>> >>>> >>>>> Thanks, >>>>> Wei >>>> >>>>>> I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. >>>>>> >>>>>> >>>>>>> * I would also like to know the symptoms of device 0x0700 when IO_PF >>>>>>> happened. Did it stop working? >>>>>> >>>>>> Yes it stops working, the video capture just freezes, but the driver doesn't bail out. >>>>>> For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. >>>>>> >>>>>>> (BTW: I copied a few options from your boot cmd line and it worked with >>>>>>> my RD890 system >>>>>> >>>>>>> dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps >>>>>>> cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug >>>>>>> apic=debug iommu=on,verbose,debug,no-sharept >>>>>> >>>>>>> * so, what OEM board you have?) >>>>>> >>>>>> MSI 890FXA-GD70 >>>>>> >>>>>>> Also from your log, these lines looks very strange: >>>>>> >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xd5, mfn=0xa4a11 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xd7, mfn=0xa4a0f >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xd9, mfn=0xa4a0d >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xdb, mfn=0xa4a0b >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xdd, mfn=0xa4a09 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xdf, mfn=0xa4a07 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe1, mfn=0xa4a05 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe3, mfn=0xa4a03 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe5, mfn=0xa4a01 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe7, mfn=0xa463f >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xe9, mfn=0xa463d >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xeb, mfn=0xa463b >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xed, mfn=0xa4639 >>>>>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>>>>> read-only memory page. gfn=0xef, mfn=0xa4637 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id >>>>>>> = 0x0a06, fault address = 0xc2c2c2c0 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f8300 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f8340 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f8380 >>>>>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>>>>> id = 0x0700, fault address = 0xa90f83c0 >>>>>> >>>>>>> * they are just followed by the IO PAGE fault. Do you know where are >>>>>>> they from? Your video card driver maybe? >>>>>> >>>>>> From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. >>>>>> >>>>>> >>>>>>> Thanks, >>>>>>> Wei >>>>>> >>>>>> >>>>>>>> Complete xl dmesg and lspci -vvvknn attached. >>>>>>>> >>>>>>>> Thx >>>>>>>> >>>>>>>> -- >>>>>>>> Sander >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>> >>>> >> >> ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults (off topic - pci devices) 2012-09-07 7:32 ` Sander Eikelenboom 2012-09-07 8:54 ` Wei Wang @ 2012-09-07 9:17 ` Andrew Cooper 2012-09-07 9:53 ` [PATCH] amd iommu: Dump flags of IO page faults Jan Beulich 2 siblings, 0 replies; 22+ messages in thread From: Andrew Cooper @ 2012-09-07 9:17 UTC (permalink / raw) To: Sander Eikelenboom; +Cc: Wei Wang, xen-devel@lists.xensource.com, Jan Beulich On 07/09/12 08:32, Sander Eikelenboom wrote: > Thursday, September 6, 2012, 5:03:05 PM, you wrote: > >> On 09/06/2012 03:50 PM, Sander Eikelenboom wrote: >>> Thursday, September 6, 2012, 3:32:51 PM, you wrote: >>> >>>> On 09/06/2012 12:59 AM, Sander Eikelenboom wrote: >>>>> Wednesday, September 5, 2012, 4:42:42 PM, you wrote: >>>>> >>>>>> Hi Jan, >>>>>> Attached patch dumps io page fault flags. The flags show the reason of >>>>>> the fault and tell us if this is an unmapped interrupt fault or a DMA fault. >>>>>> Thanks, >>>>>> Wei >>>>>> signed-off-by: Wei Wang<wei.wang2@amd.com> >>>>> >>>>> I have applied the patch and the flags seem to differ between the faults: >>>>> >>>>> AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id = 0x0a06, fault address = 0xc2c2c2c0, flags = 0x000 >>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d339e0, flags = 0x020 >>>>> (XEN) [2012-09-05 20:54:16] AMD-Vi: IO_PAGE_FAULT: domain = 14, device id = 0x0700, fault address = 0xa8d33a40, flags = 0x020 >>>> OK, so they are not interrupt requests. I guess further information from >>>> your system would be helpful to debug this issue: >>>> 1) xl info >>>> 2) xl list >>>> 3) lscpi -vvv (NOTE: not in dom0 but in your guest) >>>> 4) cat /proc/iomem (in both dom0 and your hvm guest) >>> dom14 is not a HVM guest,it's a PV guest. >> Ah, I see. PV guest is quite different than hvm, it does use p2m tables >> as io page tables. So no-sharept option does not work in this case. PV >> guests always use separated io page tables. There might be some >> incorrect mappings on the page tables. I will check this on my side. > I have reverted the machine to xen-4.1.4-pre (changeset 23353) and kept everything else the same. > I haven't seen any IO PAGE FAULTS after that. > > I did spot some differences in the output from lspci between xen 4.1 and 4.2, related to MSI enabled or not for the IOMMU device. > Have attached the xl/xm dmesg and lspci from booting with both versions. > > lspci: > > 00:00.2 Generic system peripheral [0806]: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] > Subsystem: ATI Technologies Inc RD990 I/O Memory Management Unit (IOMMU) [1002:5a23] > 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 10 > Capabilities: [40] Secure device <?> > 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ > 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ > Address: 00000000fee0100c Data: 4128 > Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+ > > Although it seems enabled, shouldn't the IRQ number used be much higher than 10 for MSI interrupts ? For compatibility reasons, all real PCI devices have to have the ability to fall back to legacy line level interrupts. This is the IRQ10 which you see, which is #INTA in perhaps more recognizable notation. The line interrupt(s) will only be used if MSI and MSI-x interrupts are disabled. You should find that all devices in lspci show between 1 and 4 #INTs (a thru d), with the exception of SRIOV virtual function which are specified to only support MSI/MSI-x ~Andrew > > There is another difference in the bridge device that's in front of the 0a:00.6 device that faults before the kernel is even booted. > > 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode]) > Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ > 4.1: Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- > 4.2: 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=0a, subordinate=0a, sec-latency=0 > I/O behind bridge: 0000f000-00000fff > Memory behind bridge: f9f00000-f9ffffff > Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff > 4.1: Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- > 4.2: 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 3 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) > Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- > Capabilities: [58] 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 #1, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us > ClockPM- Surprise- 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- Surprise- > Slot #3, PowerLimit 10.000W; Interlock- NoCompl+ > SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- > Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- > SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- > Changed: MRL- PresDet+ LinkState+ > > serveerstertje:~# lspci -t > -[0000:00]-+-00.0 > +-00.2 > +-02.0-[0b]----00.0 > +-03.0-[0a]--+-00.0 > | +-00.1 > | +-00.2 > | +-00.3 > | +-00.4 > | +-00.5 > | +-00.6 > | \-00.7 > +-05.0-[09]----00.0 > +-06.0-[08]----00.0 > +-0a.0-[07]----00.0 > +-0b.0-[06]--+-00.0 > | \-00.1 > +-0c.0-[05]----00.0 > +-0d.0-[04]--+-00.0 > | +-00.1 > | +-00.2 > | +-00.3 > | +-00.4 > | +-00.5 > | +-00.6 > | \-00.7 > +-11.0 > +-12.0 > +-12.2 > +-13.0 > +-13.2 > +-14.0 > +-14.3 > +-14.4-[03]----06.0 > +-14.5 > +-15.0-[02]-- > +-16.0 > +-16.2 > +-18.0 > +-18.1 > +-18.2 > +-18.3 > \-18.4 > > > > > >> Thanks, >> Wei >>> I will try to make a complete package, and try with one pv domain only where the devices are being passed through just to simplify the setup. >>> >>> >>>> * I would also like to know the symptoms of device 0x0700 when IO_PF >>>> happened. Did it stop working? >>> Yes it stops working, the video capture just freezes, but the driver doesn't bail out. >>> For the USB controller (0x0a06) it starts to give errors for usbdev_open in the guest. >>> >>>> (BTW: I copied a few options from your boot cmd line and it worked with >>>> my RD890 system >>>> dom0_mem=1024M,max:1024M loglvl=all loglvl_guest=all console_timestamps >>>> cpuidle cpufreq=xen noreboot debug lapic=debug apic_verbosity=debug >>>> apic=debug iommu=on,verbose,debug,no-sharept >>>> * so, what OEM board you have?) >>> MSI 890FXA-GD70 >>> >>>> Also from your log, these lines looks very strange: >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xd5, mfn=0xa4a11 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xd7, mfn=0xa4a0f >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xd9, mfn=0xa4a0d >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xdb, mfn=0xa4a0b >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xdd, mfn=0xa4a09 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xdf, mfn=0xa4a07 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xe1, mfn=0xa4a05 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xe3, mfn=0xa4a03 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xe5, mfn=0xa4a01 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xe7, mfn=0xa463f >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xe9, mfn=0xa463d >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xeb, mfn=0xa463b >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xed, mfn=0xa4639 >>>> (XEN) [2012-09-04 15:54:35] hvm.c:2435:d15 guest attempted write to >>>> read-only memory page. gfn=0xef, mfn=0xa4637 >>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 0, device id >>>> = 0x0a06, fault address = 0xc2c2c2c0 >>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>> id = 0x0700, fault address = 0xa90f8300 >>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>> id = 0x0700, fault address = 0xa90f8340 >>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>> id = 0x0700, fault address = 0xa90f8380 >>>> (XEN) [2012-09-04 16:13:56] AMD-Vi: IO_PAGE_FAULT: domain = 14, device >>>> id = 0x0700, fault address = 0xa90f83c0 >>>> * they are just followed by the IO PAGE fault. Do you know where are >>>> they from? Your video card driver maybe? >>> From a HVM domain with a old (3.0.3) kernel, but the faults also occur without this domain being started. >>> >>> >>>> Thanks, >>>> Wei >>> >>>>> Complete xl dmesg and lspci -vvvknn attached. >>>>> >>>>> Thx >>>>> >>>>> -- >>>>> Sander >>> >>> >>> >>> > -- Andrew Cooper - Dom0 Kernel Engineer, Citrix XenServer T: +44 (0)1223 225 900, http://www.citrix.com ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-07 7:32 ` Sander Eikelenboom 2012-09-07 8:54 ` Wei Wang 2012-09-07 9:17 ` [PATCH] amd iommu: Dump flags of IO page faults (off topic - pci devices) Andrew Cooper @ 2012-09-07 9:53 ` Jan Beulich 2012-09-07 10:00 ` Sander Eikelenboom 2 siblings, 1 reply; 22+ messages in thread From: Jan Beulich @ 2012-09-07 9:53 UTC (permalink / raw) To: Wei Wang, Sander Eikelenboom; +Cc: xen-devel@lists.xensource.com >>> On 07.09.12 at 09:32, Sander Eikelenboom <linux@eikelenboom.it> wrote: > 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ > 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ No surprise you're not seeing any faults on 4.1 - there's no way they could get reported. I'm somewhat hesitant to pull the workaround patch from 4.2 into 4.1, as it's wrong for the kernel to touch the MSI setting of the IOMMU (which is under the control of Xen) in the first place, but the kernel side patch I had submitted a while ago wasn't received well. And that patch isn't really small, and it would remain to be seen what other dependencies it would have... Jan ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-07 9:53 ` [PATCH] amd iommu: Dump flags of IO page faults Jan Beulich @ 2012-09-07 10:00 ` Sander Eikelenboom 2012-09-07 10:06 ` Jan Beulich 0 siblings, 1 reply; 22+ messages in thread From: Sander Eikelenboom @ 2012-09-07 10:00 UTC (permalink / raw) To: Jan Beulich; +Cc: Wei Wang, xen-devel@lists.xensource.com Friday, September 7, 2012, 11:53:36 AM, you wrote: >>>> On 07.09.12 at 09:32, Sander Eikelenboom <linux@eikelenboom.it> wrote: >> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ >> 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ > No surprise you're not seeing any faults on 4.1 - there's no way > they could get reported. I'm somewhat hesitant to pull the > workaround patch from 4.2 into 4.1, as it's wrong for the kernel > to touch the MSI setting of the IOMMU (which is under the > control of Xen) in the first place, but the kernel side patch I had > submitted a while ago wasn't received well. And that patch isn't > really small, and it would remain to be seen what other > dependencies it would have... Ok so that would mean that in the 4.1 case, the IOMMU is doing nothing ? Because if the IOMMU is working, i would say: a) isn't it a bit strange that everything keeps working, although it should report the IO PAGE FAULT ? b) is the IO PAGE FAULT correct anyway, since the device keeps working fine ? > Jan ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-07 10:00 ` Sander Eikelenboom @ 2012-09-07 10:06 ` Jan Beulich 2012-09-07 10:15 ` Sander Eikelenboom 0 siblings, 1 reply; 22+ messages in thread From: Jan Beulich @ 2012-09-07 10:06 UTC (permalink / raw) To: Sander Eikelenboom; +Cc: Wei Wang, xen-devel@lists.xensource.com >>> On 07.09.12 at 12:00, Sander Eikelenboom <linux@eikelenboom.it> wrote: > Friday, September 7, 2012, 11:53:36 AM, you wrote: > >>>>> On 07.09.12 at 09:32, Sander Eikelenboom <linux@eikelenboom.it> wrote: >>> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ >>> 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ > >> No surprise you're not seeing any faults on 4.1 - there's no way >> they could get reported. I'm somewhat hesitant to pull the >> workaround patch from 4.2 into 4.1, as it's wrong for the kernel >> to touch the MSI setting of the IOMMU (which is under the >> control of Xen) in the first place, but the kernel side patch I had >> submitted a while ago wasn't received well. And that patch isn't >> really small, and it would remain to be seen what other >> dependencies it would have... > > Ok so that would mean that in the 4.1 case, the IOMMU is doing nothing ? No, it just can't report faults (they would need to be polled for). Also, saying "in the 4.1 case" is wrong here - this really depends on whether you have an affected Dom0 kernel. Things work fine if the Dom0 kernel doesn't trample over Xen's setup. Jan ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-07 10:06 ` Jan Beulich @ 2012-09-07 10:15 ` Sander Eikelenboom 2012-09-07 11:17 ` Jan Beulich 0 siblings, 1 reply; 22+ messages in thread From: Sander Eikelenboom @ 2012-09-07 10:15 UTC (permalink / raw) To: Jan Beulich; +Cc: Wei Wang, xen-devel@lists.xensource.com Friday, September 7, 2012, 12:06:31 PM, you wrote: >>>> On 07.09.12 at 12:00, Sander Eikelenboom <linux@eikelenboom.it> wrote: >> Friday, September 7, 2012, 11:53:36 AM, you wrote: >> >>>>>> On 07.09.12 at 09:32, Sander Eikelenboom <linux@eikelenboom.it> wrote: >>>> 4.1: Capabilities: [54] MSI: Enable- Count=1/1 Maskable- 64bit+ >>>> 4.2: Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+ >> >>> No surprise you're not seeing any faults on 4.1 - there's no way >>> they could get reported. I'm somewhat hesitant to pull the >>> workaround patch from 4.2 into 4.1, as it's wrong for the kernel >>> to touch the MSI setting of the IOMMU (which is under the >>> control of Xen) in the first place, but the kernel side patch I had >>> submitted a while ago wasn't received well. And that patch isn't >>> really small, and it would remain to be seen what other >>> dependencies it would have... >> >> Ok so that would mean that in the 4.1 case, the IOMMU is doing nothing ? > No, it just can't report faults (they would need to be polled for). > Also, saying "in the 4.1 case" is wrong here - this really depends > on whether you have an affected Dom0 kernel. Things work fine > if the Dom0 kernel doesn't trample over Xen's setup. Except for the IO PAGE FAULT in xl dmesg, which is reported before the kernel even gets loaded with xen-4.2. I don't see that one on 4.1 either, so that wouldn't add up to it being a dom0 kernel problem only ... > Jan ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH] amd iommu: Dump flags of IO page faults 2012-09-07 10:15 ` Sander Eikelenboom @ 2012-09-07 11:17 ` Jan Beulich 0 siblings, 0 replies; 22+ messages in thread From: Jan Beulich @ 2012-09-07 11:17 UTC (permalink / raw) To: Sander Eikelenboom; +Cc: Wei Wang, xen-devel@lists.xensource.com >>> On 07.09.12 at 12:15, Sander Eikelenboom <linux@eikelenboom.it> wrote: >> No, it just can't report faults (they would need to be polled for). >> Also, saying "in the 4.1 case" is wrong here - this really depends >> on whether you have an affected Dom0 kernel. Things work fine >> if the Dom0 kernel doesn't trample over Xen's setup. > > Except for the IO PAGE FAULT in xl dmesg, which is reported before the > kernel even gets loaded with xen-4.2. > I don't see that one on 4.1 either, so that wouldn't add up to it being a > dom0 kernel problem only ... Oh, yes, that certainly is a hypervisor only bug (if a bug under our control at all - as said before, a babbling device - eg left active by BIOS - is likely beyond our control). Jan ^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2012-10-01 15:02 UTC | newest] Thread overview: 22+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-09-05 14:42 [PATCH] amd iommu: Dump flags of IO page faults Wei Wang 2012-09-05 22:59 ` Sander Eikelenboom 2012-09-06 13:32 ` Wei Wang 2012-09-06 13:50 ` Sander Eikelenboom 2012-09-06 15:03 ` Wei Wang 2012-09-06 15:08 ` Sander Eikelenboom 2012-09-07 7:32 ` Sander Eikelenboom 2012-09-07 8:54 ` Wei Wang 2012-09-07 10:01 ` Sander Eikelenboom 2012-09-07 11:29 ` Jan Beulich 2012-09-07 20:51 ` Konrad Rzeszutek Wilk 2012-09-24 8:38 ` Sander Eikelenboom 2012-09-24 12:24 ` Wei Wang [not found] ` <74647167 <506050F0.7020703@amd.com> [not found] ` <74647167<506050F0.7020703@amd.com> 2012-09-24 12:27 ` Sander Eikelenboom 2012-09-24 21:08 ` Sander Eikelenboom 2012-10-01 15:02 ` Sander Eikelenboom 2012-09-07 9:17 ` [PATCH] amd iommu: Dump flags of IO page faults (off topic - pci devices) Andrew Cooper 2012-09-07 9:53 ` [PATCH] amd iommu: Dump flags of IO page faults Jan Beulich 2012-09-07 10:00 ` Sander Eikelenboom 2012-09-07 10:06 ` Jan Beulich 2012-09-07 10:15 ` Sander Eikelenboom 2012-09-07 11:17 ` Jan Beulich
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).