Jump to content

Clover General discussion


ErmaC
29,872 posts in this topic

Recommended Posts

I'm currently using the i7-4770k on an Asus Maximus VI Gene motherboard. WiFi 802.11ac and Bluetooth 4.0 is native through a custom PCI Express card. Combined with a stock Nvidia GTX 780. Airplay Mirroring even works with the MacPro5,1 SMBIOS, as I managed to have the HD4600 active as well.

Link to comment
Share on other sites

Fab1Man you are a genius!

Frankiee you have the key to my answers!

Mac-F60DEB81FF30ACF6.plist show that SSDT be obsolete!

Nothing confirmed yet, but States be introduced by Apple this plist:



<key>ringFreqTables</key>
<array>
<array>
<dict>
<key>gtFreq</key>
<integer>700</integer>
<key>ringFreq</key>
<integer>1100</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>750</integer>
<key>ringFreq</key>
<integer>1100</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>800</integer>
<key>ringFreq</key>
<integer>1200</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>850</integer>
<key>ringFreq</key>
<integer>1300</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>900</integer>
<key>ringFreq</key>
<integer>1600</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>950</integer>
<key>ringFreq</key>
<integer>1700</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>1000</integer>
<key>ringFreq</key>
<integer>1800</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>1050</integer>
<key>ringFreq</key>
<integer>1900</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>1100</integer>
<key>ringFreq</key>
<integer>2000</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>1150</integer>
<key>ringFreq</key>
<integer>2100</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>1200</integer>
<key>ringFreq</key>
<integer>2200</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>1250</integer>
<key>ringFreq</key>
<integer>2300</integer>
</dict>
<dict>
<key>gtFreq</key>
<integer>1300</integer>
<key>ringFreq</key>
<integer>2300</integer>
</dict>

Here we see 13 States processing;

If this is true then we can introduce our own States of SSDT.

I will do tests and soon return to more realistic conclusions!!!!!

  • Like 1
Link to comment
Share on other sites

It's not my idea, but it's very badly documented and with some nifty Google searching, I found it out.

For anyone that doesn't know...

 

First you go to you X86PlatformPlugin.kext's Resource folder:

cd /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/

Then find out what the Board-ID is from the Mac you want to use SpeedStep from, in my case iMac14,2. I then make a copy of the .plist changing the name to the MacPro5,1 Board-ID:

sudo cp Mac-27ADBB7B4CEE8E61.plist Mac-F221BEC8.plist

It should then load the appropriate Power Management states of the iMac14,2 and apply them on the MacPro5,1 SMBIOS.

 

My Ivy Bridge build worked this way, this does generate P states, but not the right ones I have the feeling.


xGVoEvel.png

 

You can see it does load AGPMEnabler, but I only get P states 8, 35 and 39.

 

Or maybe it just doesn't generate enough?

zVnXrk8l.png

Link to comment
Share on other sites

It's not my idea, but it's very badly documented and with some nifty Google searching, I found it out.

For anyone that doesn't know...

 

First you go to you X86PlatformPlugin.kext's Resource folder:

cd /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/

Then find out what the Board-ID is from the Mac you want to use SpeedStep from, in my case iMac14,2. I then make a copy of the .plist changing the name to the MacPro5,1 Board-ID:

sudo cp Mac-27ADBB7B4CEE8E61.plist Mac-F221BEC8.plist

It should then load the appropriate Power Management states of the iMac14,2 and apply them on the MacPro5,1 SMBIOS.

 

My Ivy Bridge build worked this way, this does generate P states, but not the right ones I have the feeling.

xGVoEvel.png

 

You can see it does load AGPMEnabler, but I only get P states 8, 35 and 39.

 

Or maybe it just doesn't generate enough?

zVnXrk8l.png

You have prepared for SSDT CStates correct?

Link to comment
Share on other sites

I'm currently using the i7-4770k on an Asus Maximus VI Gene motherboard. WiFi 802.11ac and Bluetooth 4.0 is native through a custom PCI Express card. Combined with a stock Nvidia GTX 780. Airplay Mirroring even works with the MacPro5,1 SMBIOS, as I managed to have the HD4600 active as well.

You only need to copy the FrequencyVector data from Mac-2BD1B31983FE1663.plist (MacBookPro11,3) into your Mac-F60DEB81FF30ACF6.plist and then it will support your Haswell processor.

 

@Bruxo: Sorry to disappoint you, but ringFreqTables are used since I don't know how long ago; one example is the MacBookAir4,1

Link to comment
Share on other sites

You only need to copy the FrequencyVector data from Mac-2BD1B31983FE1663.plist (MacBookPro11,3) into your Mac-F60DEB81FF30ACF6.plist and then it will support your Haswell processor.

 

For us that we have MacPro5,1 SMBIOS can we create Mac-F221BEC8.plist with F.Vector? It help us with Haswell or must change SMBIOS in MacPro6,1?

Link to comment
Share on other sites

For us that we have MacPro5,1 SMBIOS can we create Mac-F221BEC8.plist with F.Vector? It help us with Haswell or must change SMBIOS in MacPro6,1?

I already did that with the iMac14,2-Board-ID.plist, which has FrequencyVector data (that iMac also has an i7 Haswell configuration), but PM doesn't work for me.

Link to comment
Share on other sites

Why do you say that?

 

First. The new Mac Pro comes with Ivy Bridge Xeon's and isn't even available with a single Haswell processor, and secondly. Apple uses FrequencyVectors for models that come with a Haswell processor, to support a new feature in Mavericks. One of them being:

 

In OS X Mavericks, Timer Coalescing groups low-level operations together, creating tiny periods of idle time that allow your CPU to enter a low-power state more often. With its activity reduced up to 72 percent, the CPU uses less energy, giving your battery a break, too. This happens so fast you won’t notice a thing. And your Mac still gets just as much done just as quickly.

 

Note: This feature is currently not supported by the new Mac Pro.

Oh, you're right, I just didn't say what I meant. But weirdly timer coalescing actually makes it so your cpu enters and exits the low power state less frequently, because it's super costly and timers are allowed to be less precise, so unsure why it says that. It will just stay in the low power state longer....

 

You only need to copy the FrequencyVector data from Mac-2BD1B31983FE1663.plist (MacBookPro11,3) into your Mac-F60DEB81FF30ACF6.plist and then it will support your Haswell processor.

 

@Bruxo: Sorry to disappoint you, but ringFreqTables are used since I don't know how long ago; one example is the MacBookAir4,1

This is what I meant. To copy the macbookpro smbios information into what he's using, unless he was going to use the macbookpro smbios. Not getting enough sleep........................

Link to comment
Share on other sites

OK, so unfortunately, I didn't manage to get much further. So I have installed 10.9.2 with 6,1 SMBIOS, but still without CPU PM (stuck at x34 multiplier). Next I generated a custom SSDT using the ssdtPRGen.sh script, but that did not seem to change much.

 

Sleep behaves at the moment just like with my main config, ie does not enter full sleep state anymore and is not able to wake up either from this state. GK110 GPU PM is also not working 100% yet, but this is still the issue between OpenCL and the NVIDIA driver, so let's hope they release some new webdrivers soon. USB also still the same.

 

But I think in regard to CPU PM it is still me, missing something with the CPU config, so any help still greatly appreciated!

 

 

I don't see any device ids because I think in linux you need to also specify -n or -nn. It must be a device id issue as linux is using the generic ehci pci driver...

 

OK, so I produced another file, using "sudo lspci -vv -nn > output.txt" (still in Ubuntu)

 

here it is - if you need a somewhat better output, let me know:

00:00.0 Host bridge [0600]: Intel Corporation Xeon E5 v2/Core i7 DMI2 [8086:0e00] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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 0
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L1, Latency L0 <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] 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: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [144 v1] Vendor Specific Information: ID=0004 Rev=1 Len=03c <?>
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>

00:01.0 PCI bridge [0604]: Intel Corporation Xeon E5 v2/Core i7 PCI Express Root Port 1a [8086:0e02] (rev 04) (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
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x8, ASPM unknown, Latency L0 unlimited, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power+ Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] 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: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 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: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
	Kernel driver in use: pcieport

00:02.0 PCI bridge [0604]: Intel Corporation Xeon E5 v2/Core i7 PCI Express Root Port 2a [8086:0e04] (rev 04) (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=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fa000000-fb0fffff
	Prefetchable memory behind bridge: 00000000f0000000-00000000f9ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM unknown, Latency L0 unlimited, L1 <16us
			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 #4, PowerLimit 75.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power+ Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [e0] 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: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 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: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
	Kernel driver in use: pcieport

00:03.0 PCI bridge [0604]: Intel Corporation Xeon E5 v2/Core i7 PCI Express Root Port 3a [8086:0e08] (rev 04) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM unknown, Latency L0 unlimited, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 75.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power+ Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] 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: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 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: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
	Kernel driver in use: pcieport

00:05.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 VTd/Memory Map/Misc [8086:0e28] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-

00:05.2 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 IIO RAS [8086:0e2a] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-

00:05.4 PIC [0800]: Intel Corporation Xeon E5 v2/Core i7 IOAPIC [8086:0e2c] (rev 04) (prog-if 20 [IO(X)-APIC])
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Region 0: Memory at fb62a000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [44] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [e0] 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-

00:11.0 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Virtual Root Port [8086:1d3e] (rev 06) (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
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (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 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #17, 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 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	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: [88] Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  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: [138 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:16.0 Communication controller [0780]: Intel Corporation C600/X79 series chipset MEI Controller #1 [8086:1d3a] (rev 05)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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 98
	Region 0: Memory at fb629000 (64-bit, non-prefetchable) [size=16]
	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: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 40c4
	Kernel driver in use: mei_me

00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 06)
	Subsystem: ASUSTeK Computer Inc. P8P67 Deluxe Motherboard [1043:849c]
	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 96
	Region 0: Memory at fb600000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fb628000 (32-bit, non-prefetchable) [size=4K]
	Region 2: I/O ports at f040 [size=32]
	Capabilities: [c8] 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=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee06000  Data: 40d5
	Capabilities: [e0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: e1000e

00:1a.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #2 [8086:1d2d] (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 21
	Region 0: Memory at fb627000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1b.0 Audio device [0403]: Intel Corporation C600/X79 series chipset High Definition Audio Controller [8086:1d20] (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84f8]
	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 99
	Region 0: Memory at fb620000 (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-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 40e4
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, 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=01
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=2 ArbSelect=Fixed TC/VC=44
			Status:	NegoPending- InProgress-
	Capabilities: [130 v1] Root Complex Link
		Desc:	PortNumber=0f ComponentID=00 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed1c000
	Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 1 [8086:1d10] (rev b6) (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=06, sec-latency=0
	Memory behind bridge: fb500000-fb5fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (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 <512ns, 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-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, 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 BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, 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: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Capabilities: [a0] 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: pcieport

00:1c.1 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 2 [8086:1d12] (rev b6) (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
	Memory behind bridge: fb400000-fb4fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (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 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, 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 BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Capabilities: [a0] 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: pcieport

00:1c.2 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 3 [8086:1d14] (rev b6) (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
	Memory behind bridge: fb300000-fb3fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (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 #3, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, 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 BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Capabilities: [a0] 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: pcieport

00:1c.3 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 4 [8086:1d16] (rev b6) (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
	Memory behind bridge: fb200000-fb2fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (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 #4, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 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 BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Capabilities: [a0] 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: pcieport

00:1c.4 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 5 [8086:1d18] (rev b6) (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
	Memory behind bridge: fb100000-fb1fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (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 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #4, 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 BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Capabilities: [a0] 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: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #1 [8086:1d26] (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at fb626000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev a6) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=32
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]

00:1f.0 ISA bridge [0601]: Intel Corporation C600/X79 series chipset LPC Controller [8086:1d41] (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation C600/X79 series chipset 6-Port SATA AHCI Controller [8086:1d02] (rev 06) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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 97
	Region 0: I/O ports at f090 [size=8]
	Region 1: I/O ports at f080 [size=4]
	Region 2: I/O ports at f070 [size=8]
	Region 3: I/O ports at f060 [size=4]
	Region 4: I/O ports at f020 [size=32]
	Region 5: Memory at fb625000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee06000  Data: 40a5
	Capabilities: [70] 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: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:1f.3 SMBus [0c05]: Intel Corporation C600/X79 series chipset SMBus Host Controller [8086:1d22] (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 255
	Region 0: Memory at fb624000 (64-bit, non-prefetchable) [disabled] [size=256]
	Region 4: I/O ports at f000 [size=32]

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK110 [GeForce GTX Titan] [10de:1005] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: NVIDIA Corporation GeForce GTX Titan [10de:1035]
	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 32
	Region 0: Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at f0000000 (64-bit, prefetchable) [size=128M]
	Region 3: Memory at f8000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at e000 [size=128]
	Expansion ROM at fb000000 [disabled] [size=512K]
	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 (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, 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 x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	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=01
			Status:	NegoPending- InProgress-
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [420 v2] 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: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Capabilities: [900 v1] #19
	Kernel driver in use: nouveau

01:00.1 Audio device [0403]: NVIDIA Corporation GK110 HDMI Audio [10de:0e1a] (rev a1)
	Subsystem: NVIDIA Corporation Device [10de:1035]
	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 36
	Region 0: Memory at fb080000 (32-bit, non-prefetchable) [size=16K]
	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 (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; 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: Range AB, 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: snd_hda_intel

05:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge [104c:8231] (rev 03) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=05, secondary=06, subordinate=06, sec-latency=32
	Memory behind bridge: fb500000-fb5fffff
	Secondary status: 66MHz+ FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] 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: [60] MSI: Enable- Count=1/16 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [80] Subsystem: Device [5678:1234]
	Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	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-

06:00.0 FireWire (IEEE 1394) [0c00]: Texas Instruments XIO2200A IEEE-1394a-2000 Controller (PHY/Link) [104c:8235] (rev 01) (prog-if 10 [OHCI])
	Subsystem: Texas Instruments Device [104c:2200]
	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: 32 (500ns min, 1000ns max), Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at fb504000 (32-bit, non-prefetchable) [size=2K]
	Region 1: Memory at fb500000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [44] 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: firewire_ohci

07:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042] (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8488]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at fb400000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [68] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00002080
	Capabilities: [78] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 <2us
			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 5GT/s, Width x1, ASPM L0s L1, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 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: 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	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=01
			Status:	NegoPending- InProgress-
	Kernel driver in use: xhci_hcd

08:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042] (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8488]
	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 18
	Region 0: Memory at fb300000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [68] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00002080
	Capabilities: [78] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 <2us
			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 5GT/s, Width x1, ASPM L0s L1, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 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: 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	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=01
			Status:	NegoPending- InProgress-
	Kernel driver in use: xhci_hcd

09:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042] (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8488]
	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 19
	Region 0: Memory at fb200000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [68] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00002080
	Capabilities: [78] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 <2us
			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 5GT/s, Width x1, ASPM L0s L1, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 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: 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	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=01
			Status:	NegoPending- InProgress-
	Kernel driver in use: xhci_hcd

0a:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042] (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8488]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at fb100000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [68] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00002080
	Capabilities: [78] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 <2us
			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 5GT/s, Width x1, ASPM L0s L1, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 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: 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, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	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=01
			Status:	NegoPending- InProgress-
	Kernel driver in use: xhci_hcd

ff:08.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 QPI Link 0 [8086:0e80] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:09.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 QPI Link 1 [8086:0e90] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0a.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Power Control Unit 0 [8086:0ec0] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0a.1 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Power Control Unit 1 [8086:0ec1] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0a.2 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Power Control Unit 2 [8086:0ec2] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0a.3 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Power Control Unit 3 [8086:0ec3] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0b.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 UBOX Registers [8086:0e1e] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0b.3 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 UBOX Registers [8086:0e1f] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0c.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Unicast Registers [8086:0ee0] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0c.1 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Unicast Registers [8086:0ee2] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0c.2 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Unicast Registers [8086:0ee4] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0d.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Unicast Registers [8086:0ee1] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0d.1 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Unicast Registers [8086:0ee3] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0d.2 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Unicast Registers [8086:0ee5] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0e.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Home Agent 0 [8086:0ea0] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:0e.1 Performance counters [1101]: Intel Corporation Xeon E5 v2/Core i7 Home Agent 0 [8086:0e30] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-
	Kernel driver in use: ivt_uncore

ff:0f.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 0 Target Address/Thermal Registers [8086:0ea8] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-

ff:0f.1 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 0 RAS Registers [8086:0e71] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-

ff:0f.2 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers [8086:0eaa] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-

ff:0f.3 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers [8086:0eab] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-

ff:0f.4 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers [8086:0eac] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-

ff:0f.5 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers [8086:0ead] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-

ff:10.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 0 [8086:0eb0] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: ivt_uncore

ff:10.1 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 1 [8086:0eb1] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: ivt_uncore

ff:10.2 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 0 [8086:0eb2] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-

ff:10.3 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 1 [8086:0eb3] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-

ff:10.4 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 2 [8086:0eb4] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: ivt_uncore

ff:10.5 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 3 [8086:0eb5] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: ivt_uncore

ff:10.6 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 2 [8086:0eb6] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-

ff:10.7 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 3 [8086:0eb7] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-

ff:13.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 R2PCIe [8086:0e1d] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:13.1 Performance counters [1101]: Intel Corporation Xeon E5 v2/Core i7 R2PCIe [8086:0e34] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-
	Kernel driver in use: ivt_uncore

ff:13.4 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 QPI Ring Registers [8086:0e81] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:13.5 Performance counters [1101]: Intel Corporation Xeon E5 v2/Core i7 QPI Ring Performance Ring Monitoring [8086:0e36] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-
	Kernel driver in use: ivt_uncore

ff:16.0 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 System Address Decoder [8086:0ec8] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:16.1 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Broadcast Registers [8086:0ec9] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-

ff:16.2 System peripheral [0880]: Intel Corporation Xeon E5 v2/Core i7 Broadcast Registers [8086:0eca] (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84ef]
	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-


Change Devices/FakeID/XHCI to hex device id you want to fake, then make sure you enable ACPI/DSDT/Fixes/FixUSB_1000=true. Also it is always a good idea to use a patched dsdt even though it may be difficult to patch, since you probably need many other fixes and why you have sleep issue. This issue is most definitely caused by improper dsdt for os x, it's happened to many people. I think that just fixing ehci will probably fix it though.

 

But what ID should I enter then? Anyone?

 

 

About cpu, what does your boot.log look like, can you post it?

 

Yeah sure, here it is: (using the custom SSDT described above, but no other patches at this time):

0:100  0:100  MemLog inited, TSC freq: 3401956800
0:100  0:000  
0:100  0:000  Now is 3.1.2014,  15:50:51 (GMT+2047)
0:100  0:000  Starting Clover rev 2403 on American Megatrends EFI
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x1,0x0)\USB(0x4,0x0)\HD(1,GPT,CE7FB786-A179-45A7-9EE6-C353FB77CDFD,0x28,0x64000) @D98FA898
0:100  0:000  SelfDirPath = \EFI\BOOT
0:101  0:000  Total Memory Slots Count = 8
0:101  0:000  Type 17 Index = 0
0:101  0:000  SmbiosTable.Type17->Speed = 1333
0:101  0:000  SmbiosTable.Type17->Size = 8192
0:101  0:000  Type 17 Index = 1
0:101  0:000  SmbiosTable.Type17->Speed = 1333
0:101  0:000  SmbiosTable.Type17->Size = 8192
0:101  0:000  Type 17 Index = 2
0:101  0:000  SmbiosTable.Type17->Speed = 1333
0:101  0:000  SmbiosTable.Type17->Size = 8192
0:101  0:000  Type 17 Index = 3
0:101  0:000  SmbiosTable.Type17->Speed = 1333
0:101  0:000  SmbiosTable.Type17->Size = 8192
0:101  0:000  Type 17 Index = 4
0:101  0:000  SmbiosTable.Type17->Speed = 1333
0:101  0:000  SmbiosTable.Type17->Size = 8192
0:101  0:000  Type 17 Index = 5
0:101  0:000  SmbiosTable.Type17->Speed = 1333
0:101  0:000  SmbiosTable.Type17->Size = 8192
0:101  0:000  Type 17 Index = 6
0:101  0:000  SmbiosTable.Type17->Speed = 1333
0:101  0:000  SmbiosTable.Type17->Size = 8192
0:101  0:000  Type 17 Index = 7
0:101  0:000  SmbiosTable.Type17->Speed = 1333
0:101  0:000  SmbiosTable.Type17->Size = 8192
0:101  0:000  Boot status=0
0:101  0:000  Clover revision: 2403  running on System Product Name
0:101  0:000  ... with board RAMPAGE IV EXTREME
0:101  0:000  Clover load options size = 4 bytes
0:104  0:003  PlistPath: EFI\CLOVER\AMB.plist
0:104  0:000  Oem AMB.plist not found at path: EFI\CLOVER\AMB.plist
0:104  0:000  Error loading AMB.plist! Status=Not Found
0:104  0:000  EFI\CLOVER\AMB.plist not loaded with name from LoadOptions: Not Found
0:104  0:000  PlistPath: EFI\CLOVER\config.plist
0:120  0:016  Using OEM config.plist at path: EFI\CLOVER\config.plist
0:121  0:000  EFI\CLOVER\config.plist loaded: Success
0:124  0:002  Found theme applestyle
0:127  0:003  Found theme BGM
0:135  0:007  Found theme BLUEMAC
0:140  0:004  Found theme BOOTCAMP
0:143  0:003  Loading early settings
0:143  0:000  timeout set to 5
0:143  0:000  Default theme: applestyle
0:143  0:000  Hiding entries with string Windows
0:143  0:000  Hiding entries with string \EFI\BOOT\BOOTX64.EFI
0:143  0:000  Secure Boot: Disabled
0:143  0:000  LoadDrivers() start
0:145  0:002  Loading EmuVariableUefi-64.efi
0:150  0:004  EmuVariableUefi Initialize: VariableCommonInitialize = Success, orig services stored, install gEmuVariableControlProtocolGuid = Success
0:151  0:001  Loading FSInject-64.efi
0:155  0:003  Loading OsxAptioFixDrv-64.efi
0:159  0:004  Loading OsxFatBinaryDrv-64.efi
0:171  0:011  Loading VBoxHfs-64.efi
0:174  0:003   - driver needs connecting
0:174  0:000  1 drivers needs connecting ...
0:174  0:000  PlatformDriverOverrideProtocol not found. Installing ... Success
0:174  0:000  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
0:652  0:477  LoadDrivers() end
0:652  0:000  EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent = Success, done
0:661  0:009  SetMaxResolution: found best mode 11: 1920x1200 - already set
0:661  0:000  Console modes reported: 3, available modes:
0:661  0:000    Mode 0: 80x25 (current mode)
0:661  0:000    Mode 1: 80x50
0:661  0:000    Mode 2: 100x31
0:661  0:000  SetScreenResolution: 1920x1200 - already set
0:661  0:000  reinit: self device path=PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x1,0x0)\USB(0x4,0x0)\HD(1,GPT,CE7FB786-A179-45A7-9EE6-C353FB77CDFD,0x28,0x64000)
0:661  0:000  new SelfHandle=D98FA898
0:662  0:000  CPU Vendor = 756E6547 Model=306E4
0:662  0:000  The CPU supported turbo
0:662  0:000  BrandString = Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz
0:662  0:000  FSBFrequency=100MHz
0:662  0:000  Corrected FSBFrequency=100MHz
0:662  0:000  Vendor/Model/Stepping: 0x756E6547/0x3E/0x4
0:662  0:000  Family/ExtFamily: 0x6/0x0
0:662  0:000  MaxDiv/MinDiv: 34.0/12
0:662  0:000  Turbo: 37/37/37/39
0:662  0:000  Features: 0xBFEBFBFF
0:662  0:000  Threads: 12
0:662  0:000  Cores: 6
0:662  0:000  FSB: 100 MHz
0:662  0:000  CPU: 3400 MHz
0:662  0:000  TSC: 3400 MHz
0:662  0:000  PIS: 400 MHz
0:662  0:000  PCI (00|00:00.00) : 8086 0E00 class=060000
0:662  0:000  PCI (00|00:02.00) : 8086 0E04 class=060400
0:662  0:000  PCI (00|01:00.00) : 10DE 1005 class=030000
0:662  0:000  Found NVidia model=Unknown
0:662  0:000  PCI (00|01:00.01) : 10DE 0E1A class=040300
0:662  0:000  PCI (00|00:01.00) : 8086 0E02 class=060400
0:662  0:000  PCI (00|00:03.00) : 8086 0E08 class=060400
0:662  0:000  PCI (00|00:05.00) : 8086 0E28 class=088000
0:662  0:000  PCI (00|00:05.02) : 8086 0E2A class=088000
0:662  0:000  PCI (00|00:05.04) : 8086 0E2C class=080020
0:662  0:000  PCI (00|00:11.00) : 8086 1D3E class=060400
0:662  0:000  PCI (00|00:16.00) : 8086 1D3A class=078000
0:662  0:000  PCI (00|00:19.00) : 8086 1503 class=020000
0:662  0:000  PCI (00|00:1A.00) : 8086 1D2D class=0C0320
0:662  0:000  PCI (00|00:1B.00) : 8086 1D20 class=040300
0:662  0:000  PCI (00|00:1C.00) : 8086 1D10 class=060400
0:662  0:000  PCI (00|05:00.00) : 104C 8231 class=060400
0:662  0:000  PCI (00|06:00.00) : 104C 8235 class=0C0010
0:662  0:000  PCI (00|00:1C.01) : 8086 1D12 class=060400
0:662  0:000  PCI (00|07:00.00) : 1B21 1042 class=0C0330
0:662  0:000  PCI (00|00:1C.02) : 8086 1D14 class=060400
0:662  0:000  PCI (00|08:00.00) : 1B21 1042 class=0C0330
0:662  0:000  PCI (00|00:1C.03) : 8086 1D16 class=060400
0:662  0:000  PCI (00|09:00.00) : 1B21 1042 class=0C0330
0:662  0:000  PCI (00|00:1C.04) : 8086 1D18 class=060400
0:662  0:000  PCI (00|0A:00.00) : 1B21 1042 class=0C0330
0:662  0:000  PCI (00|00:1D.00) : 8086 1D26 class=0C0320
0:662  0:000  PCI (00|00:1E.00) : 8086 244E class=060401
0:663  0:000  PCI (00|00:1F.00) : 8086 1D41 class=060100
0:663  0:000  PCI (00|00:1F.02) : 8086 1D02 class=010601
0:663  0:000  PCI (00|00:1F.03) : 8086 1D22 class=0C0500
0:663  0:000  ScanSPD() start
0:663  0:000  SMBus CmdReg: 0x1
0:663  0:000  Scanning SMBus [8086:1D22], mmio: 0xFB624004, ioport: 0xF000, hostc: 0x1
0:807  0:144  ScanSPD() end
0:807  0:000  Get Acpi Tables List from RSDT:
0:807  0:000   Found table: FACP  A M I len=132
0:807  0:000   Found table: APIC  A M I len=256
0:807  0:000   Found table: FPDT  A M I len=68
0:807  0:000   Found table: MCFG  OEMMCFG. len=60
0:807  0:000   Found table: HPET  A M I len=56
0:807  0:000   Found table: BGRT  A M I len=56
0:807  0:000   Found table: SSDT  CpuPm len=839976
0:807  0:000  Calibrated TSC frequency =3401956800 =3401MHz
0:807  0:000  PlistPath: EFI\CLOVER\smbios.plist
0:807  0:000  Oem smbios.plist not found at path: EFI\CLOVER\smbios.plist
0:807  0:000  Error loading smbios.plist! Status=Not Found
0:807  0:000  Loading main settings
0:807  0:000  Dropping 1 tables
0:807  0:000  Drop table 0 signature="DMAR" (52414D44)
0:807  0:000  set table: 52414D44,                0 to drop:
0:807  0:000  Config set MinMultiplier=8
0:807  0:000  Config set ChassisType=0x6
0:807  0:000  KextsToPatch: 1 requested
0:807  0:000  KextToPatch 0: AppleAHCIPort (External icons patch) Kext bin patch, data len: 8
0:807  0:000  PlistPath: EFI\CLOVER\smbios.plist
0:807  0:000  Oem smbios.plist not found at path: EFI\CLOVER\smbios.plist
0:807  0:000  Error loading smbios.plist! Status=Not Found
0:807  0:000  smbios.plist not found, not overriding config.plist
0:807  0:000  found 25 volumes with blockIO
0:807  0:000   0. Volume:
0:807  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)
0:810  0:002    Result of bootcode detection: bootable <null string> (<null string>)
0:810  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
0:810  0:000   1. Volume:
0:810  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,40B36E53-15B6-4E22-92B3-93B76757564D,0x28,0x64000)
0:810  0:000    Result of bootcode detection: bootable Windows (vista,win)
0:817  0:006    Volume 'EFI', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID = 40B36E53-15B6-4E22-92B3-93B76757564D
0:817  0:000   2. Volume:
0:817  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,8876591C-9731-4769-AEF7-1E71C3E0640A,0x64028,0x517DA030)
0:818  0:000    Result of bootcode detection: bootable <null string> (<null string>)
0:818  0:000    Volume 'OS X', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 8876591C-9731-4769-AEF7-1E71C3E0640A
0:818  0:000   3. Volume:
0:818  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,645FDE7E-D508-4EC1-9C68-7DB2F092CACC,0x5183E058,0x135F20)
0:819  0:000    Volume 'Recovery HD', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 645FDE7E-D508-4EC1-9C68-7DB2F092CACC
0:819  0:000   4. Volume:
0:819  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(4,GPT,F37FB723-603A-4A46-BDF8-E071AB3BC0AB,0x51974000,0x40000)
0:819  0:000    Volume 'Legacy HD4', LegacyOS '', LegacyIcon(s) 'legacy', GUID = F37FB723-603A-4A46-BDF8-E071AB3BC0AB
0:819  0:000   5. Volume:
0:819  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(5,GPT,5E02AC33-98E7-43B5-A586-C2B214D81C77,0x519B4000,0x22CA3800)
0:820  0:000    Result of bootcode detection: bootable Windows (vista,win)
0:820  0:000    Volume 'Legacy HD5', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID = 5E02AC33-98E7-43B5-A586-C2B214D81C77
0:820  0:000   6. Volume:
0:820  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(6,GPT,F8B4474F-11A1-4F26-8525-44C45E7FF5BE,0x74657800,0xAF000)
0:821  0:000    Result of bootcode detection: bootable Windows (vista,win)
0:821  0:000    Volume 'Legacy HD6', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID = F8B4474F-11A1-4F26-8525-44C45E7FF5BE
0:821  0:000   7. Volume:
0:821  0:000    PciRoot(0x0)\Pci(0x1A,0x0)\USB(0x1,0x0)\USB(0x3,0x0)
0:821  0:000    USB volume
0:821  0:000    USB volume
0:821  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
0:821  0:000   8. Volume:
0:821  0:000    PciRoot(0x0)\Pci(0x1A,0x0)\USB(0x1,0x0)\USB(0x4,0x0)
0:822  0:001    USB volume
0:822  0:000    USB volume
0:822  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
0:822  0:000   9. Volume:
0:822  0:000    PciRoot(0x0)\Pci(0x1A,0x0)\USB(0x1,0x0)\USB(0x4,0x0)\HD(1,MBR,0x00000000,0x2,0x78FBFE)
0:824  0:001    Result of bootcode detection: bootable <null string> (<null string>)
0:824  0:000    USB volume
0:824  0:000    USB volume
1:142  0:317    Volume 'UNTITLED', LegacyOS '', LegacyIcon(s) '<null string>', GUID = <null guid>
1:142  0:000  10. Volume:
1:142  0:000    PciRoot(0x0)\Pci(0x1A,0x0)\USB(0x1,0x0)\USB(0x3,0x0)\Scsi(0x0,0x1)
1:142  0:000    USB volume
1:142  0:000    USB volume
1:142  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:142  0:000  11. Volume:
1:142  0:000    PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x1,0x0)\USB(0x4,0x0)
1:143  0:000    Result of bootcode detection: bootable <null string> (<null string>)
1:143  0:000    USB volume
1:143  0:000    USB volume
1:143  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:143  0:000  12. Volume:
1:143  0:000    PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x1,0x0)\USB(0x4,0x0)\HD(1,GPT,CE7FB786-A179-45A7-9EE6-C353FB77CDFD,0x28,0x64000)
1:144  0:000    Result of bootcode detection: bootable Clover (clover)
1:144  0:000    USB volume
1:144  0:000    USB volume
1:302  0:158    Volume 'EFI', LegacyOS 'Clover', LegacyIcon(s) 'clover', GUID = CE7FB786-A179-45A7-9EE6-C353FB77CDFD
1:302  0:000    This is SelfVolume !!
1:302  0:000  13. Volume:
1:302  0:000    PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x1,0x0)\USB(0x4,0x0)\HD(2,GPT,E0558335-24B8-469B-A8E2-636EDC3B32F6,0x64028,0x3A1EC0C0)
1:303  0:000    USB volume
1:303  0:000    USB volume
1:303  0:000    Volume 'OS X TEST', LegacyOS '', LegacyIcon(s) '<null string>', GUID = E0558335-24B8-469B-A8E2-636EDC3B32F6
1:303  0:000  14. Volume:
1:303  0:000    PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x1,0x0)\USB(0x4,0x0)\HD(3,GPT,00C97E23-8737-474B-8C4B-132A78128CD8,0x3A2500E8,0x135F20)
1:304  0:000    USB volume
1:304  0:000    USB volume
1:304  0:000    Volume 'Recovery HD', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 00C97E23-8737-474B-8C4B-132A78128CD8
1:304  0:000  15. Volume:
1:304  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)
1:305  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:305  0:000  16. Volume:
1:305  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)
1:305  0:000    found optical drive
1:305  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:305  0:000  17. Volume:
1:305  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)
1:305  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:305  0:000  18. Volume:
1:305  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)
1:306  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:306  0:000  19. Volume:
1:306  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,39131A41-C057-4DC5-8D6D-BCF5BBFB1769,0x28,0x64000)
1:306  0:000    Result of bootcode detection: bootable <null string> (<null string>)
1:314  0:007    Volume 'EFI', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 39131A41-C057-4DC5-8D6D-BCF5BBFB1769
1:314  0:000  20. Volume:
1:314  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,B00DB2E1-FCF5-4F5E-AFEB-E9ADB54AA020,0x64028,0x74662D60)
1:314  0:000    Volume 'Daten', LegacyOS '', LegacyIcon(s) '<null string>', GUID = B00DB2E1-FCF5-4F5E-AFEB-E9ADB54AA020
1:314  0:000  21. Volume:
1:314  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)\HD(1,GPT,ED01F70A-100A-4705-B8C3-B9EFEDDE09D5,0x28,0x64000)
1:315  0:000    Result of bootcode detection: bootable <null string> (<null string>)
1:324  0:008    Volume 'EFI', LegacyOS '', LegacyIcon(s) '<null string>', GUID = ED01F70A-100A-4705-B8C3-B9EFEDDE09D5
1:324  0:000  22. Volume:
1:324  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)\HD(2,GPT,DB6E1ED7-167A-4397-957B-4E547D138717,0x64028,0x15D466360)
1:324  0:000    Volume 'Backup', LegacyOS '', LegacyIcon(s) '<null string>', GUID = DB6E1ED7-167A-4397-957B-4E547D138717
1:324  0:000  23. Volume:
1:324  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(1,GPT,2EEE6F84-6640-47A3-9454-F3B74DE0D192,0x28,0x64000)
1:325  0:000    Result of bootcode detection: bootable <null string> (<null string>)
1:342  0:017    Volume 'EFI', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 2EEE6F84-6640-47A3-9454-F3B74DE0D192
1:342  0:000  24. Volume:
1:342  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(2,GPT,253EA693-82EC-4A1F-8464-9A6B58DB001A,0x64028,0x15D466360)
1:343  0:000    Volume 'Extra', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 253EA693-82EC-4A1F-8464-9A6B58DB001A
1:343  0:000  Searching volumes for latest nvram.plist ...
1:343  0:000    1. Volume 'EFI', GUID = 40B36E53-15B6-4E22-92B3-93B76757564D - no nvram.plist - skipping!
1:343  0:000    2. Volume 'OS X', GUID = 8876591C-9731-4769-AEF7-1E71C3E0640A Modified = 2014-1-3 15:50:20 (3667045820000 ms) - newer - will use this one
1:348  0:005    3. Volume 'Recovery HD', GUID = 645FDE7E-D508-4EC1-9C68-7DB2F092CACC - no nvram.plist - skipping!
1:349  0:000    9. Volume 'UNTITLED', GUID = <null guid> - not GPT - no nvram.plist - skipping!
1:349  0:000   12. Volume 'EFI', GUID = CE7FB786-A179-45A7-9EE6-C353FB77CDFD - no nvram.plist - skipping!
1:349  0:000   13. Volume 'OS X TEST', GUID = E0558335-24B8-469B-A8E2-636EDC3B32F6 Modified = 2014-1-3 15:29:40 (3667044580000 ms) - older - skipping!
1:370  0:021   14. Volume 'Recovery HD', GUID = 00C97E23-8737-474B-8C4B-132A78128CD8 - no nvram.plist - skipping!
1:371  0:001   19. Volume 'EFI', GUID = 39131A41-C057-4DC5-8D6D-BCF5BBFB1769 - no nvram.plist - skipping!
1:371  0:000   20. Volume 'Daten', GUID = B00DB2E1-FCF5-4F5E-AFEB-E9ADB54AA020 - no nvram.plist - skipping!
1:375  0:003   21. Volume 'EFI', GUID = ED01F70A-100A-4705-B8C3-B9EFEDDE09D5 - no nvram.plist - skipping!
1:375  0:000   22. Volume 'Backup', GUID = DB6E1ED7-167A-4397-957B-4E547D138717 - no nvram.plist - skipping!
1:423  0:047   23. Volume 'EFI', GUID = 2EEE6F84-6640-47A3-9454-F3B74DE0D192 - no nvram.plist - skipping!
1:423  0:000   24. Volume 'Extra', GUID = 253EA693-82EC-4A1F-8464-9A6B58DB001A - no nvram.plist - skipping!
1:446  0:022  Loading nvram.plist from Vol 'OS X' - loaded, size=1549
1:446  0:000  PutNvramPlistToRtVars ...
1:446  0:000   Adding Key: BackgroundClear: Data: Size = 4: Success
1:446  0:000   Adding Key: Clover.KeepBackupLimit: Data: Size = 1: Success
1:446  0:000   Adding Key: Clover.LogEveryBoot: Data: Size = 2: Success
1:446  0:000   Adding Key: Clover.LogLineCount: Data: Size = 4: Success
1:446  0:000   Adding Key: Clover.MountEFI: Data: Size = 2: Success
1:446  0:000   Adding Key: Clover.Theme: Data: Size = 7: Success
1:446  0:000   Skipping EmuVariableUefiPresent
1:446  0:000   Adding Key: LocationServicesEnabled: Data: Size = 1: Success
1:446  0:000   Skipping OsxAptioFixDrv-RelocBase
1:446  0:000   Adding Key: SystemAudioVolume: Data: Size = 1: Success
1:446  0:000   Adding Key: bluetoothActiveControllerInfo: Data: Size = 16: Success
1:446  0:000   Adding Key: efi-boot-device: Data: Size = 216: Success
1:446  0:000   Adding Key: efi-boot-device-data: Data: Size = 74: Success
1:446  0:000   Adding Key: fmm-computer-name: Data: Size = 8: Success
1:446  0:000   Adding Key: prev-lang:kbd: Data: Size = 4: Success
1:446  0:000   Adding Key: security-mode: String: Size = 4, Val = 'none': Success
1:446  0:000   Adding Key: test: Data: Size = 4: Success
1:446  0:000  Invalidating BuiltinIcons...
1:446  0:000  default theme newyear is absent, using embedded
1:446  0:000  Font 0 prepared WxH=7x12 CharWidth=7
1:447  0:000  Custom entries start
1:447  0:000  Custom entries finish
1:447  0:000  Scanning loaders...
1:447  0:000   0: 'Whole Disc Boot' no file system
1:447  0:000   1: 'EFI'
1:447  0:000  Text <internal_ntfs> rendered
1:447  0:000  found PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,40B36E53-15B6-4E22-92B3-93B76757564D,0x28,0x64000)\EFI\Microsoft\Boot\bootmgfw.efi
1:448  0:000  Text <internal> rendered
1:448  0:000  found PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,40B36E53-15B6-4E22-92B3-93B76757564D,0x28,0x64000)\EFI\BOOT\BOOTX64.efi
1:448  0:000   2: 'OS X'
1:460  0:011  Text <internal_hfs> rendered
1:460  0:000  found PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,8876591C-9731-4769-AEF7-1E71C3E0640A,0x64028,0x517DA030)\System\Library\CoreServices\boot.efi
1:506  0:046   3: 'Recovery HD'
1:508  0:001  Text <recovery> rendered
1:508  0:000  found PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,645FDE7E-D508-4EC1-9C68-7DB2F092CACC,0x5183E058,0x135F20)\com.apple.recovery.boot\boot.efi
1:509  0:001   4: 'Legacy HD4' no file system
1:509  0:000   5: 'Legacy HD5' no file system
1:509  0:000   6: 'Legacy HD6' no file system
1:509  0:000   7: 'Whole Disc Boot' no file system
1:509  0:000   8: 'Whole Disc Boot' no file system
1:509  0:000   9: 'UNTITLED'
1:509  0:000  10: 'Whole Disc Boot' no file system
1:509  0:000  11: 'Whole Disc Boot' no file system
1:509  0:000  12: 'EFI'
2:937  1:427  skipped because path `PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x1,0x0)\USB(0x4,0x0)\HD(1,GPT,CE7FB786-A179-45A7-9EE6-C353FB77CDFD,0x28,0x64000)\EFI\BOOT\BOOTX64.efi` is self path!
2:937  0:000  13: 'OS X TEST'
3:045  0:108  Text <external> rendered
3:045  0:000  found PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x1,0x0)\USB(0x4,0x0)\HD(2,GPT,E0558335-24B8-469B-A8E2-636EDC3B32F6,0x64028,0x3A1EC0C0)\System\Library\CoreServices\boot.efi
3:049  0:004  14: 'Recovery HD'
3:081  0:031  found PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x1,0x0)\USB(0x4,0x0)\HD(3,GPT,00C97E23-8737-474B-8C4B-132A78128CD8,0x3A2500E8,0x135F20)\com.apple.recovery.boot\boot.efi
3:082  0:001  15: 'Whole Disc Boot' no file system
3:082  0:000  16: 'Whole Disc Boot' no file system
3:082  0:000  17: 'Whole Disc Boot' no file system
3:082  0:000  18: 'Whole Disc Boot' no file system
3:082  0:000  19: 'EFI'
3:083  0:000  20: 'Daten'
3:085  0:002  21: 'EFI'
3:086  0:000  22: 'Backup'
3:089  0:002  23: 'EFI'
3:089  0:000  24: 'Extra'
3:091  0:002  Custom legacy start
3:091  0:000  Custom legacy end
3:091  0:000  Custom tool start
3:091  0:000  Custom tool end
3:091  0:000  Text <options> rendered
3:091  0:000  Text <about> rendered
3:091  0:000  Text <reset> rendered
3:091  0:000  Text <shutdown> rendered
3:091  0:000  FindDefaultEntry ...
3:091  0:000  EmuVariable InstallEmulation: EFI_ALREADY_STARTED
3:091  0:000  FindStartupDiskVolume ...
3:091  0:000  GetEfiBootDeviceFromNvram:
3:091  0:000   efi-boot-device-data: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,8876591C-9731-4769-AEF7-1E71C3E0640A,0x64028,0x517DA030)
3:091  0:000   Volume: 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,8876591C-9731-4769-AEF7-1E71C3E0640A,0x64028,0x517DA030)'
3:091  0:000   LoaderPath: '<null string>'
3:091  0:000   Guid = 8876591C-9731-4769-AEF7-1E71C3E0640A
3:091  0:000  FindStartupDiskVolume searching ...
3:091  0:000   volume: partition = PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,8876591C-9731-4769-AEF7-1E71C3E0640A,0x64028,0x517DA030)
3:091  0:000   searching for that partition
3:091  0:000    found entry 2. 'Boot Mac OS X from OS X', Volume 'OS X'
3:091  0:000  Boot redirected to Entry 2. 'Boot Mac OS X from OS X'
3:091  0:000  EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored
3:092  0:000  DefaultIndex=2 and MainMenu.EntryCount=10
3:106  0:014  GUI ready
7:744  4:637  StartLoader() start
7:744  0:000  Finally: Bus=100057kHz CPU=3401MHz
7:744  0:000  Loading boot.efi
7:891  0:147  EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent = Success, done
7:901  0:010  no airport for table 9
7:903  0:001  Trusting SMBIOS...
7:903  0:000  Detected alternating SMBIOS channel banks
7:903  0:000  Channels: 4
7:903  0:000  Interleave: 0 2 4 6 1 3 5 7 8 10 12 14 9 11 13 15 16 18 20 22 17 19 21 23
7:903  0:000   partNum=F3-17000C11-8GBZL     
7:903  0:000  SMBIOS Type 17 Index = 0 => 0 0:
7:903  0:000  BANK0 DIMM0 1333MHz 8192MB
7:903  0:000  mTotalSystemMemory = 8192
7:903  0:000   partNum=F3-17000C11-8GBZL     
7:903  0:000  SMBIOS Type 17 Index = 1 => 1 2:
7:903  0:000  BANK1 DIMM0 1333MHz 8192MB
7:903  0:000  mTotalSystemMemory = 16384
7:903  0:000   partNum=F3-17000C11-8GBZL     
7:903  0:000  SMBIOS Type 17 Index = 2 => 2 4:
7:903  0:000  BANK2 DIMM0 1333MHz 8192MB
7:903  0:000  mTotalSystemMemory = 24576
7:903  0:000   partNum=F3-17000C11-8GBZL     
7:903  0:000  SMBIOS Type 17 Index = 3 => 3 6:
7:903  0:000  BANK3 DIMM0 1333MHz 8192MB
7:903  0:000  mTotalSystemMemory = 32768
7:903  0:000   partNum=F3-17000C11-8GBZL     
7:903  0:000  SMBIOS Type 17 Index = 4 => 4 1:
7:903  0:000  BANK0 DIMM1 1333MHz 8192MB
7:903  0:000  mTotalSystemMemory = 40960
7:903  0:000   partNum=F3-17000C11-8GBZL     
7:903  0:000  SMBIOS Type 17 Index = 5 => 5 3:
7:903  0:000  BANK1 DIMM1 1333MHz 8192MB
7:903  0:000  mTotalSystemMemory = 49152
7:903  0:000   partNum=F3-17000C11-8GBZL     
7:903  0:000  SMBIOS Type 17 Index = 6 => 6 5:
7:903  0:000  BANK2 DIMM1 1333MHz 8192MB
7:903  0:000  mTotalSystemMemory = 57344
7:903  0:000   partNum=F3-17000C11-8GBZL     
7:903  0:000  SMBIOS Type 17 Index = 7 => 7 7:
7:903  0:000  BANK3 DIMM1 1333MHz 8192MB
7:903  0:000  mTotalSystemMemory = 65536
7:903  0:000  NumberOfMemoryDevices = 8
7:903  0:000  Type20[0]->End = 0x7FFFFF, Type17[0] = 0x2000
7:903  0:000  Type20[1]->End = 0xFFFFFF, Type17[1] = 0x6000
7:903  0:000  Type20[2]->End = 0x17FFFFF, Type17[2] = 0xC000
7:903  0:000  Type20[3]->End = 0x1FFFFFF, Type17[3] = 0x14000
7:903  0:000  Type20[4]->End = 0x27FFFFF, Type17[4] = 0x1E000
7:903  0:000  Type20[5]->End = 0x2FFFFFF, Type17[5] = 0x2A000
7:903  0:000  Type20[6]->End = 0x37FFFFF, Type17[6] = 0x38000
7:903  0:000  RSDT 0xDC357028
7:903  0:000  FADT from RSDT: 0xDC3570E0
7:903  0:000  XSDT 0xDC357070
7:903  0:000  FADT from XSDT: 0xDC3611F0
7:903  0:000  Xsdt reallocation done
7:903  0:000  old FADT length=10C
7:918  0:014  DSDT len = 0xA088 new len = 0xB499
7:918  0:000  Apply DsdtFixMask=0x00000000 old way
7:918  0:000  ========= Auto patch DSDT Starting ========
7:918  0:000  VideoCard devID=0x100510DE
7:918  0:000  DisplayADR1[0] = 0x20000, DisplayADR2[0] = 0x0
7:918  0:000  Display 0 is  notPCIE
7:940  0:021  USBADR[0] = 0x1A0000 and PCIe = 0xFFFE
7:995  0:054  USBADR[1] = 0x1C0001 and PCIe = 0x0
7:995  0:000  USBADR[2] = 0x1C0002 and PCIe = 0x0
7:995  0:000  USBADR[3] = 0x1C0003 and PCIe = 0x0
7:995  0:000  USBADR[4] = 0x1C0004 and PCIe = 0x0
7:995  0:000  USBADR[5] = 0x1D0000 and PCIe = 0xFFFE
7:995  0:000  Found ACPI CPU: C000 And C001 And C002 And C003 And C004 And C005 And C006 And C007 And C008 And C009 And C00A And C00B And C00C And C00D And C00E And C00F And C010 And C011 And C012 And C013 And C014 And C015 And C016 And C017 And C018 And C019 And C01A And C01B And C01C And C01D And C100 And C101
7:995  0:000  Found PCIROOTUID = 0
7:995  0:000  ========= Auto patch DSDT Finished ========
7:995  0:000  Patch table: SSDT  CpuPm
7:995  0:000   SSDT len = 0xCD128
7:998  0:002  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
7:998  0:000   Xsdt has tables count=7
7:998  0:000  corrected XSDT length=92
7:998  0:000  Inserting SSDT.aml from EFI\CLOVER\ACPI\patched ... Success
8:015  0:016   CPUBase=0 and ApicCPUBase=0 ApicCPUNum=12
8:015  0:000  EdidDiscovered size=128
8:015  0:000  00 | 00 FF FF FF FF FF FF 00 15 C3 90 20 01 01 01 01
8:015  0:000  16 | 2A 13 01 04 B5 34 21 78 E2 1E C5 AE 4F 34 B1 26
8:015  0:000  32 | 0E 50 54 A1 08 00 A9 40 81 80 81 40 B3 00 01 01
8:015  0:000  48 | 01 01 01 01 01 01 28 3C 80 A0 70 B0 23 40 30 20
8:015  0:000  64 | 36 00 07 44 21 00 00 1A 00 00 00 FF 00 32 36 32
8:015  0:000  80 | 34 36 31 30 39 0A 20 20 20 20 00 00 00 FD 00 3B
8:015  0:000  96 | 3D 1A 4E 11 00 0A 20 20 20 20 20 20 00 00 00 FC
8:015  0:000  112 | 00 43 47 32 34 33 57 0A 20 20 20 20 20 20 00 F6
8:015  0:000  NVidia GFX injection not set
8:015  0:000  LAN Controller [8086:1503] :: PciRoot(0x0)\Pci(0x19,0x0)
8:015  0:000  stringlength = 220
8:015  0:000  CurrentMode: Width=1920 Height=1200
8:015  0:000  FSInjection:, skipping kext injection (not requested)
8:023  0:008  OnSimpleFileSystem occured
8:023  0:000   - done!
8:024  0:000  SetStartupDiskVolume ...
 Volume: 'OS X TEST', LoaderPath: '<null string>'

8:024  0:000   DevPath: OS X TEST
8:024  0:000   GUID = E0558335-24B8-469B-A8E2-636EDC3B32F6
8:024  0:000   efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>E0558335-24B8-469B-A8E2-636EDC3B32F6</string></dict></dict></dict></array>
8:024  0:000  Closing log

Hope this helps!

 

Edit:  just saw I still had some USB settings active in clover. Just deleted them and reuploaded the boot.log

Also did a dump using Darwin Dumper, so if you need any data from that let me know.

Link to comment
Share on other sites

We're in the same boat frankiee, but I don't even have sleep working. GPU same thing, no PM at all, it runs idle 55 degrees :S.

 

I also do not have sleep working correctly. Seems that I have a total of 4 issues right now:

 

1) No CPU PM - should work now with 10.9.2 but still no PStates at least. Maybe still some missing settings?

2) No sleep in clover - might be related to 1), so I'd like to solve Issue 1) first to see if that is actually the case

3) only partially working GPU PM - does work with me until you invoke OpenCL. Then the GPU clock is stuck at 836MHz. But I think this cannot be solved by us, seems a bug with OpenCL and the NVIDIA drivers.

4) the problem with USB2 ports - here it seems to be at least more clear now what is causing this. Hope there is solution even without  DSDT patching, so I am curious what Apianti has to say.

 

Edit:  now tried with clover r2435 - no apparent differences.

Link to comment
Share on other sites

If I lookup AGPM in the Console, it says UnknownPlatform. So it doesn't recognize my GPU with the MacPro5,1 SMBIOS. The AppleGraphicsPowerManagement.kext holds the same P-state information just like X86PlatformPlugin. It even already has the MacPro6,1 PM states:

<key>Mac-F60DEB81FF30ACF6</key>
				<dict>
					<key>GFX1</key>
					<dict>
						<key>AGDCEnabled</key>
						<integer>1</integer>
						<key>Heuristic</key>
						<dict>
							<key>ID</key>
							<integer>-1</integer>
						</dict>
						<key>control-id</key>
						<integer>16</integer>
						<key>max-power-state</key>
						<integer>15</integer>
						<key>min-power-state</key>
						<integer>0</integer>
					</dict>
					<key>GFX2</key>
					<dict>
						<key>AGDCEnabled</key>
						<integer>1</integer>
						<key>Heuristic</key>
						<dict>
							<key>ID</key>
							<integer>-1</integer>
						</dict>
						<key>control-id</key>
						<integer>17</integer>
						<key>max-power-state</key>
						<integer>15</integer>
						<key>min-power-state</key>
						<integer>0</integer>
					</dict>
				</dict>

I copied the iMac14,2 part to MacPro5,1. With my Kepler Nvidia (GTX 780), and copying the entries of iMac14,2 to MacPro5,1, should enable PM for the GPU. But it doesn't...

 

It's an OpenCL bug, still present in 10.9.2: http://www.insanelymac.com/forum/topic/292663-graphics-no-gpu-power-management/page-6

We simply can't do anything about it but go back to ML, until Apple has a fix.

Link to comment
Share on other sites

If I lookup AGPM in the Console, it says UnknownPlatform. So it doesn't recognize my GPU with the MacPro5,1 SMBIOS. The AppleGraphicsPowerManagement.kext holds the same P-state information just like X86PlatformPlugin. It even already has the MacPro6,1 PM states:

<key>Mac-F60DEB81FF30ACF6</key>
				<dict>
					<key>GFX1</key>
					<dict>
						<key>AGDCEnabled</key>
						<integer>1</integer>
						<key>Heuristic</key>
						<dict>
							<key>ID</key>
							<integer>-1</integer>
						</dict>
						<key>control-id</key>
						<integer>16</integer>
						<key>max-power-state</key>
						<integer>15</integer>
						<key>min-power-state</key>
						<integer>0</integer>
					</dict>
					<key>GFX2</key>
					<dict>
						<key>AGDCEnabled</key>
						<integer>1</integer>
						<key>Heuristic</key>
						<dict>
							<key>ID</key>
							<integer>-1</integer>
						</dict>
						<key>control-id</key>
						<integer>17</integer>
						<key>max-power-state</key>
						<integer>15</integer>
						<key>min-power-state</key>
						<integer>0</integer>
					</dict>
				</dict>

I copied the iMac14,2 part to MacPro5,1. With my Kepler Nvidia (GTX 780), and copying the entries of iMac14,2 to MacPro5,1, should enable PM for the GPU. But it doesn't...

 

It's an OpenCL bug, still present in 10.9.2: http://www.insanelymac.com/forum/topic/292663-graphics-no-gpu-power-management/page-6

We simply can't do anything about it but go back to ML, until Apple has a fix.

Let me get well!
Do you want to PM on GPU via AGPM?
Nothing connected to control anergy CPU then?
Link to comment
Share on other sites

If I lookup AGPM in the Console, it says UnknownPlatform. So it doesn't recognize my GPU with the MacPro5,1 SMBIOS. The AppleGraphicsPowerManagement.kext holds the same P-state information just like X86PlatformPlugin. It even already has the MacPro6,1 PM states:

<key>Mac-F60DEB81FF30ACF6</key>
				<dict>
					<key>GFX1</key>
					<dict>
						<key>AGDCEnabled</key>
						<integer>1</integer>
						<key>Heuristic</key>
						<dict>
							<key>ID</key>
							<integer>-1</integer>
						</dict>
						<key>control-id</key>
						<integer>16</integer>
						<key>max-power-state</key>
						<integer>15</integer>
						<key>min-power-state</key>
						<integer>0</integer>
					</dict>
					<key>GFX2</key>
					<dict>
						<key>AGDCEnabled</key>
						<integer>1</integer>
						<key>Heuristic</key>
						<dict>
							<key>ID</key>
							<integer>-1</integer>
						</dict>
						<key>control-id</key>
						<integer>17</integer>
						<key>max-power-state</key>
						<integer>15</integer>
						<key>min-power-state</key>
						<integer>0</integer>
					</dict>
				</dict>

I copied the iMac14,2 part to MacPro5,1. With my Kepler Nvidia (GTX 780), and copying the entries of iMac14,2 to MacPro5,1, should enable PM for the GPU. But it doesn't...

 

It's an OpenCL bug, still present in 10.9.2: http://www.insanelymac.com/forum/topic/292663-graphics-no-gpu-power-management/page-6

We simply can't do anything about it but go back to ML, until Apple has a fix.

 

Did you add your device id to the kext or use fake id? I doubt your device id matches the device id for a card that comes in mac.

 

I also do not have sleep working correctly. Seems that I have a total of 4 issues right now:

 

1) No CPU PM - should work now with 10.9.2 but still no PStates at least. Maybe still some missing settings?

2) No sleep in clover - might be related to 1), so I'd like to solve Issue 1) first to see if that is actually the case

3) only partially working GPU PM - does work with me until you invoke OpenCL. Then the GPU clock is stuck at 836MHz. But I think this cannot be solved by us, seems a bug with OpenCL and the NVIDIA drivers.

4) the problem with USB2 ports - here it seems to be at least more clear now what is causing this. Hope there is solution even without  DSDT patching, so I am curious what Apianti has to say.

 

Edit:  now tried with clover r2435 - no apparent differences.

1) You need to drop your power management ssdt. Use either ACPI/DropTables with SSDT and CpuPm or ACPI/SSDT/DropOem=true.

0:807  0:000  Dropping 1 tables
0:807  0:000  Drop table 0 signature="DMAR" (52414D44)
0:807  0:000  set table: 52414D44,                0 to drop: 

Clover appears to have no problem detecting you cpu: 

0:662  0:000  CPU Vendor = 756E6547 Model=306E4
0:662  0:000  The CPU supported turbo
0:662  0:000  BrandString = Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz
0:662  0:000  FSBFrequency=100MHz
0:662  0:000  Corrected FSBFrequency=100MHz
0:662  0:000  Vendor/Model/Stepping: 0x756E6547/0x3E/0x4
0:662  0:000  Family/ExtFamily: 0x6/0x0
0:662  0:000  MaxDiv/MinDiv: 34.0/12
0:662  0:000  Turbo: 37/37/37/39
0:662  0:000  Features: 0xBFEBFBFF
0:662  0:000  Threads: 12
0:662  0:000  Cores: 6
0:662  0:000  FSB: 100 MHz
0:662  0:000  CPU: 3400 MHz
0:662  0:000  TSC: 3400 MHz
0:662  0:000  PIS: 400 MHz

The problem must be that it's injecting wrong value for cpu type or that it's entirely unsupported by os x, although i bet it's probably first and needs to have xeon cpu type injected.

 

2) Yeah this is least important issue, once other issues are fixed then we'll come back to this if needed, but hopefully it will be gone, or your dsdt needs to be patched somehow.

3) I see that your card is not recognized by clover, so I wonder if os x is getting correct information about it....

0:662  0:000  PCI (00|01:00.00) : 10DE 1005 class=030000
0:662  0:000  Found NVidia model=Unknown
0:662  0:000  PCI (00|01:00.01) : 10DE 0E1A class=040300
8:015  0:000  NVidia GFX injection not set 

However the opencl issue among other kext issues is well known for nvidia cards................. :(

4) Your device ids appear to be the same, so I'm not exactly sure what's going on here, it's probably pretty likely it's dsdt or third party kext conflict or something similar, I can't recall but you said that the ports work in clover gui but not is os x, right?

00:1d.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #1 [8086:1d26] (rev 06) (prog-if 20 [EHCI])
00:1a.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #2 [8086:1d2d] (rev 06) (prog-if 20 [EHCI]) 

You can always try the six, seven, or eight series device ids. I believe that they are 1a, 1c, and 1e, instead of 1d. There is many pci device id databases that you can look.

Link to comment
Share on other sites

 

iCloudFix

Chameleon's system-id can be found by booting with Chameleon and then checking IOReg IODeviceTree:/efi/platform or just from Terminal:> ioreg -l -p IODeviceTree | grep \"system-idHope it's not too complicated.Also be sure your Ethernet card is set to built-in.

I'm new to hackintoshi & clover

 

If I only installed clover, but not chameleon, how I can get this customer uuid?

 

Thanks

Link to comment
Share on other sites

I got the exact same problems as him, but my GPU is recognized, although as a GTX 780 Ti (it is a normal GTX 780), but it shows the correct Device ID (1004), as well in in Clover as in OS X.

-------------------------------
DATE: 2014-01-04 TIME: 12:16:16
-------------------------------
0:100  0:100  MemLog inited, TSC freq: 3499991480
0:100  0:000  
0:100  0:000  Now is 4.1.2014,  11:15:0 (GMT+2047)
0:100  0:000  Starting Clover rev 2428 on American Megatrends EFI
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,0F3582E4-D5F4-42BA-8FA7-013996A0475C,0x28,0x64000) @C5F97B18
0:100  0:000  SelfDirPath = \EFI\BOOT
0:100  0:000  Total Memory Slots Count = 4
0:100  0:000  Type 17 Index = 0
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0
0:100  0:000  SmbiosTable.Type17->Size = 0
0:100  0:000  Type 17 Index = 1
0:100  0:000  SmbiosTable.Type17->Speed = 1600
0:100  0:000  SmbiosTable.Type17->Size = 8192
0:100  0:000  Type 17 Index = 2
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0
0:100  0:000  SmbiosTable.Type17->Size = 0
0:100  0:000  Type 17 Index = 3
0:100  0:000  SmbiosTable.Type17->Speed = 1600
0:100  0:000  SmbiosTable.Type17->Size = 8192
0:100  0:000  Boot status=0
0:100  0:000  Clover revision: 2428  running on All Series
0:100  0:000  ... with board MAXIMUS VI GENE
0:100  0:000  Clover load options size = 0 bytes
0:104  0:004  PlistPath: EFI\CLOVER\config.plist
0:105  0:001  Using OEM config.plist at path: EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\config.plist
0:106  0:000  EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\config.plist loaded: Success
0:108  0:002  Found theme METAL
0:113  0:004  Found theme MLCAMP
0:118  0:005  Found theme LoginToApplestyle
0:123  0:005  Loading early settings
0:123  0:000  timeout set to 5
0:123  0:000  Default theme: mlcamp
0:123  0:000  Hiding entries with string HD(1,GPT,031A7308-A953-448D-AC13-DF16C772C478)
0:123  0:000  Hiding entries with string HD(2,GPT,D35FB078-F5FB-43C3-A6EE-856EF6C96C07)
0:123  0:000  Secure Boot: Disabled
0:123  0:000  LoadDrivers() start
0:125  0:002  Loading EmuVariableUefi-64.efi
0:127  0:001  EmuVariableUefi Initialize: VariableCommonInitialize = Success, orig services stored, install gEmuVariableControlProtocolGuid = Success
0:128  0:001  Loading FSInject-64.efi
0:128  0:000  Loading OsxAptioFixDrv-64.efi
0:129  0:001  Loading OsxFatBinaryDrv-64.efi
0:130  0:000  Loading HFSPlus.efi
0:132  0:001   - driver needs connecting
0:132  0:000  1 drivers needs connecting ...
0:132  0:000  PlatformDriverOverrideProtocol not found. Installing ... Success
0:132  0:000  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
0:321  0:188  LoadDrivers() end
0:321  0:000  EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent = Success, done
0:327  0:006  SetMaxResolution: found best mode 0: 2560x1440 - already set
0:327  0:000  Console modes reported: 4, available modes:
0:327  0:000    Mode 0: 80x25 (current mode)
0:327  0:000    Mode 1: 80x50
0:327  0:000    Mode 2: 100x31
0:327  0:000    Mode 3: 320x75
0:327  0:000  reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,0F3582E4-D5F4-42BA-8FA7-013996A0475C,0x28,0x64000)
0:327  0:000  new SelfHandle=C5F97B18
0:327  0:000  CPU Vendor = 756E6547 Model=306C3
0:327  0:000  The CPU supported turbo
0:327  0:000  BrandString = Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
0:327  0:000  non-usable FLEX_RATIO = F0000
0:327  0:000  corrected FLEX_RATIO = E0000
0:327  0:000  FSBFrequency=100MHz
0:327  0:000  Corrected FSBFrequency=100MHz
0:327  0:000  Vendor/Model/Stepping: 0x756E6547/0x3C/0x3
0:327  0:000  Family/ExtFamily: 0x6/0x0
0:327  0:000  MaxDiv/MinDiv: 35.0/8
0:327  0:000  Turbo: 39/39/39/39
0:327  0:000  Features: 0xBFEBFBFF
0:327  0:000  Threads: 8
0:327  0:000  Cores: 4
0:327  0:000  FSB: 100 MHz
0:327  0:000  CPU: 3509 MHz
0:327  0:000  TSC: 3509 MHz
0:327  0:000  PIS: 400 MHz
0:327  0:000  PCI (00|00:00.00) : 8086 0C00 class=060000
0:327  0:000  PCI (00|00:01.00) : 8086 0C01 class=060400
0:328  0:000  PCI (00|01:00.00) : 10DE 1004 class=030000
0:328  0:000  Found NVidia model=GTX 780 TI
0:328  0:000  PCI (00|01:00.01) : 10DE 0E1A class=040300
0:328  0:000  PCI (00|00:02.00) : 8086 0412 class=030000
0:328  0:000  Found GFX model=Intel HD Graphics 4600
0:328  0:000  PCI (00|00:03.00) : 8086 0C0C class=040300
0:328  0:000  PCI (00|00:14.00) : 8086 8C31 class=0C0330
0:328  0:000  PCI (00|00:16.00) : 8086 8C3A class=078000
0:328  0:000  PCI (00|00:16.01) : FFFF FFFF class=FFFFFF
0:328  0:000  PCI (00|00:19.00) : 8086 153B class=020000
0:328  0:000  PCI (00|00:1A.00) : 8086 8C2D class=0C0320
0:328  0:000  PCI (00|00:1B.00) : 8086 8C20 class=040300
0:328  0:000  PCI (00|00:1C.00) : 8086 8C10 class=060400
0:328  0:000  PCI (00|00:1C.03) : 8086 8C16 class=060400
0:328  0:000  PCI (00|03:00.00) : 1B21 0612 class=010601
0:328  0:000  PCI (00|00:1C.04) : 8086 8C18 class=060400
0:328  0:000  PCI (00|04:00.00) : 14E4 43A0 class=028000
0:328  0:000  PCI (00|00:1D.00) : 8086 8C26 class=0C0320
0:328  0:000  PCI (00|00:1F.00) : 8086 8C44 class=060100
0:328  0:000  PCI (00|00:1F.02) : 8086 8C02 class=010601
0:328  0:000  PCI (00|00:1F.03) : 8086 8C22 class=0C0500
0:328  0:000  PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF
0:328  0:000  ScanSPD() start
0:328  0:000  SMBus CmdReg: 0x3
0:328  0:000  Scanning SMBus [8086:8C22], mmio: 0xF7C39004, ioport: 0xF040, hostc: 0x1
0:348  0:020  SPD[1]: Type 11 @0x51 
0:357  0:008  Using XMP Profile1 instead of standard frequency 1333MHz
0:357  0:000  DDR speed 1600MHz 
0:357  0:000  Slot: 1 Type 24 8192MB 1600MHz Vendor=Crucial Technology PartNo=BLT8G3D1608ET3LX0. SerialNo=0A09000408070105 
0:377  0:020  SPD[3]: Type 11 @0x53 
0:386  0:008  Using XMP Profile1 instead of standard frequency 1333MHz
0:386  0:000  DDR speed 1600MHz 
0:386  0:000  Slot: 3 Type 24 8192MB 1600MHz Vendor=Crucial Technology PartNo=BLT8G3D1608ET3LX0. SerialNo=0A09000408060A03 
0:506  0:120  ScanSPD() end
0:506  0:000  Get Acpi Tables List from RSDT:
0:506  0:000   Found table: FACP  A M I len=132
0:506  0:000   Found table: APIC  A M I len=146
0:506  0:000   Found table: FPDT  A M I len=68
0:506  0:000   Found table: SSDT  Cpu0Ist len=1337
0:506  0:000   Found table: SSDT  CpuPm len=2776
0:506  0:000   Found table: MCFG  A M I len=60
0:506  0:000   Found table: HPET  A M I len=56
0:506  0:000   Found table: SSDT  SataTabl len=877
0:506  0:000   Found table: SSDT  SaSsdt  len=12958
0:506  0:000   Found table: BGRT  A M I len=56
0:506  0:000  Calibrated TSC frequency =3499991480 =3499MHz
0:506  0:000  PlistPath: EFI\CLOVER\smbios.plist
0:506  0:000  Oem smbios.plist not found at path: EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\smbios.plist
0:506  0:000  Error loading smbios.plist! Status=Not Found
0:506  0:000  Loading main settings
0:506  0:000  KextsToPatch: 2 requested
0:506  0:000  KextToPatch 0: IOAHCIBlockStorage Kext bin patch, data len: 10
0:506  0:000  KextToPatch 1: AppleTyMCEDriver Kext bin patch, data len: 24
0:506  0:000  PlistPath: EFI\CLOVER\smbios.plist
0:506  0:000  Oem smbios.plist not found at path: EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\smbios.plist
0:506  0:000  Error loading smbios.plist! Status=Not Found
0:506  0:000  smbios.plist not found, not overriding config.plist
0:506  0:000  found 9 volumes with blockIO
0:506  0:000   0. Volume:
0:506  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)
0:506  0:000    found optical drive
0:506  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
0:506  0:000   1. Volume:
0:506  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)
0:507  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
0:507  0:000   2. Volume:
0:507  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)
0:507  0:000    Result of bootcode detection: bootable <null string> (<null string>)
0:507  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
0:507  0:000   3. Volume:
0:508  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,0F3582E4-D5F4-42BA-8FA7-013996A0475C,0x28,0x64000)
0:508  0:000    Result of bootcode detection: bootable <null string> (<null string>)
0:514  0:005    Volume 'EFI', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 0F3582E4-D5F4-42BA-8FA7-013996A0475C
0:514  0:000    This is SelfVolume !!
0:514  0:000   4. Volume:
0:514  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5,0x64028,0x244640B0)
0:514  0:000    Volume 'Macintosh SSD', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5
0:514  0:000   5. Volume:
0:514  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(3,GPT,DAE6FD8B-3D41-4529-B1FE-006E50933417,0x244C80D8,0x135F28)
0:515  0:000    Volume 'Recovery HD', LegacyOS '', LegacyIcon(s) '<null string>', GUID = DAE6FD8B-3D41-4529-B1FE-006E50933417
0:515  0:000   6. Volume:
0:515  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(4,GPT,896874EF-2639-4D21-9624-BC84A00130CD,0x245FE000,0x173E3000)
0:515  0:000    Result of bootcode detection: bootable <null string> (<null string>)
0:578  0:062    Volume 'WINDOWS', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 896874EF-2639-4D21-9624-BC84A00130CD
0:578  0:000   7. Volume:
0:578  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,031A7308-A953-448D-AC13-DF16C772C478,0x22,0x40000)
0:579  0:000    Volume 'Legacy HD1', LegacyOS '', LegacyIcon(s) 'legacy', GUID = 031A7308-A953-448D-AC13-DF16C772C478
0:579  0:000   8. Volume:
0:579  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,2D256788-7DCD-4A90-8F8B-0CE316FDE105,0x40800,0x15D4C9800)
0:586  0:007    Result of bootcode detection: bootable Windows (vista,win)
0:586  0:000    Volume 'Legacy HD2', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID = 2D256788-7DCD-4A90-8F8B-0CE316FDE105
0:586  0:000  Searching volumes for latest nvram.plist ...
0:586  0:000    3. Volume 'EFI', GUID = 0F3582E4-D5F4-42BA-8FA7-013996A0475C - no nvram.plist - skipping!
0:586  0:000    4. Volume 'Macintosh SSD', GUID = 9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5 Modified = 2014-1-4 11:14:49 (3667115689000 ms) - newer - will use this one
0:587  0:001    5. Volume 'Recovery HD', GUID = DAE6FD8B-3D41-4529-B1FE-006E50933417 - no nvram.plist - skipping!
0:587  0:000    6. Volume 'WINDOWS', GUID = 896874EF-2639-4D21-9624-BC84A00130CD - no nvram.plist - skipping!
0:587  0:000  Loading nvram.plist from Vol 'Macintosh SSD' - loaded, size=2177
0:588  0:000  PutNvramPlistToRtVars ...
0:588  0:000   Adding Key: BackgroundClear: Data: Size = 4: Success
0:588  0:000   Adding Key: Clover.LogEveryBoot: Data: Size = 3: Success
0:588  0:000   Adding Key: Clover.LogLineCount: Data: Size = 4: Success
0:588  0:000   Adding Key: Clover.MountEFI: Data: Size = 2: Success
0:588  0:000   Skipping EmuVariableUefiPresent
0:588  0:000   Adding Key: LocationServicesEnabled: Data: Size = 1: Success
0:588  0:000   Skipping OsxAptioFixDrv-RelocBase
0:588  0:000   Adding Key: SystemAudioVolume: Data: Size = 1: Success
0:588  0:000   Adding Key: bluetoothActiveControllerInfo: Data: Size = 16: Success
0:588  0:000   Adding Key: efi-boot-device: Data: Size = 216: Success
0:588  0:000   Adding Key: efi-boot-device-data: Data: Size = 74: Success
0:588  0:000   Adding Key: fmm-computer-name: Data: Size = 15: Success
0:588  0:000   Adding Key: fmm-mobileme-token-FMM: Data: Size = 514: Success
0:588  0:000   Adding Key: platform-uuid: Data: Size = 16: Success
0:588  0:000   Adding Key: security-mode: String: Size = 4, Val = 'none': Success
0:588  0:000  Invalidating BuiltinIcons...
0:588  0:000  special theme newyear not found, skipping
0:589  0:001  Using theme 'mlcamp' (EFI\CLOVER\themes\mlcamp)
0:598  0:009  font mpr.png loaded from themedir
0:598  0:000  Font loaded: ImageWidth=176 ImageHeight=288
0:598  0:000  Font 2 prepared WxH=11x18 CharWidth=10
0:598  0:000  Choosing theme mlcamp
0:599  0:000  Custom entries start
0:599  0:000  Custom entry 0 skipped because it is disabled.
0:599  0:000  Custom entry 1 skipped because it is hidden.
0:599  0:000  Custom entry 2 "\System\Library\CoreServices\boot.efi" "" (1) 0x0 matching "9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5" ...
0:599  0:000     Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,0F3582E4-D5F4-42BA-8FA7-013996A0475C,0x28,0x64000)) ... skipped
0:599  0:000     Checking volume "Macintosh SSD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5,0x64028,0x244640B0)) ... match!
0:622  0:023  found PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5,0x64028,0x244640B0)\System\Library\CoreServices\boot.efi
0:622  0:000     Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(3,GPT,DAE6FD8B-3D41-4529-B1FE-006E50933417,0x244C80D8,0x135F28)) ... skipped
0:622  0:000     Checking volume "WINDOWS" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(4,GPT,896874EF-2639-4D21-9624-BC84A00130CD,0x245FE000,0x173E3000)) ... skipped
0:622  0:000  Custom entry 3 "\EFI\Microsoft\Boot\bootmgfw-orig.efi" "" (7) 0x0 matching "896874EF-2639-4D21-9624-BC84A00130CD" ...
0:622  0:000     Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,0F3582E4-D5F4-42BA-8FA7-013996A0475C,0x28,0x64000)) ... skipped
0:622  0:000     Checking volume "Macintosh SSD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5,0x64028,0x244640B0)) ... skipped
0:622  0:000     Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(3,GPT,DAE6FD8B-3D41-4529-B1FE-006E50933417,0x244C80D8,0x135F28)) ... skipped
0:622  0:000     Checking volume "WINDOWS" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(4,GPT,896874EF-2639-4D21-9624-BC84A00130CD,0x245FE000,0x173E3000)) ... skipped because path does not exist
0:622  0:000  Custom entries finish
0:622  0:000  Scanning loaders...
0:622  0:000   0: 'Whole Disc Boot' no file system
0:622  0:000   1: 'Whole Disc Boot' no file system
0:622  0:000   2: 'Whole Disc Boot' no file system
0:622  0:000   3: 'EFI'
0:623  0:000  skipped because path `PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,0F3582E4-D5F4-42BA-8FA7-013996A0475C,0x28,0x64000)\EFI\BOOT\BOOTX64.efi` is self path!
0:623  0:000   4: 'Macintosh SSD'
0:623  0:000  skipped because path `PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5,0x64028,0x244640B0)\System\Library\CoreServices\boot.efi` already exists for another entry!
0:624  0:000   5: 'Recovery HD'
0:624  0:000  volume did not match for path `PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(3,GPT,DAE6FD8B-3D41-4529-B1FE-006E50933417,0x244C80D8,0x135F28)\com.apple.recovery.boot\boot.efi` and custom entry 0
0:625  0:000  skipped path `PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(3,GPT,DAE6FD8B-3D41-4529-B1FE-006E50933417,0x244C80D8,0x135F28)\com.apple.recovery.boot\boot.efi` because it is a volume and type match for custom entry 1!
0:625  0:000   6: 'WINDOWS'
0:625  0:000   7: 'Legacy HD1' no file system
0:625  0:000   8: 'Legacy HD2' no file system
0:625  0:000  Custom legacy start
0:625  0:000  Custom legacy end
0:625  0:000  Custom tool start
0:625  0:000  Custom tool end
0:628  0:002  found tool \EFI\CLOVER\tools\Shell64U.efi
0:628  0:000  Checking EFI partition Volume 3 for Clover
0:628  0:000   Found Clover
0:628  0:000    Icon 2 (icons\func_clover.png) not found
0:628  0:000    Theme path EFI\CLOVER\themes\mlcamp, ThemeDir=C5F81C98
0:628  0:000  Text <clover> rendered
0:628  0:000  EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored
0:628  0:000  FindBootOptionForFile: C5F97B18, \EFI\CLOVER\CLOVERX64.EFI
0:628  0:000  BootOrder: 1: Boot0001
0:628  0:000   Searching for: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,0F3582E4-D5F4-42BA-8FA7-013996A0475C,0x28,0x64000)\EFI\CLOVER\CLOVERX64.EFI (Len: 130)
0:628  0:000   and for: HD(1,GPT,0F3582E4-D5F4-42BA-8FA7-013996A0475C,0x28,0x64000)\EFI\CLOVER\CLOVERX64.EFI (Len: 102)
0:628  0:000  FindBootOptionForFile: Not found.
0:634  0:005  FindDefaultEntry ...
0:634  0:000  EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent = Success, done
0:641  0:007  FindStartupDiskVolume ...
0:641  0:000  GetEfiBootDeviceFromNvram:
0:641  0:000   efi-boot-device-data: PciRoot(0x0)\Pci(0x1C,0x3)\Pci(0x0,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5,0x64028,0x244640B0)
0:641  0:000   Volume: 'PciRoot(0x0)\Pci(0x1C,0x3)\Pci(0x0,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5,0x64028,0x244640B0)'
0:641  0:000   LoaderPath: '<null string>'
0:641  0:000   Guid = 9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5
0:641  0:000  FindStartupDiskVolume searching ...
0:641  0:000   volume: partition = PciRoot(0x0)\Pci(0x1C,0x3)\Pci(0x0,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5,0x64028,0x244640B0)
0:641  0:000   searching for that partition
0:641  0:000    not found
0:641  0:000   searching again, but comparing Media dev path nodes
0:641  0:000    found entry 0. 'Mac', Volume 'Macintosh SSD'
0:641  0:000  Boot redirected to Entry 0. 'Mac'
0:641  0:000  EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored
0:641  0:000  DefaultIndex=0 and MainMenu.EntryCount=7
1:304  0:662  Found Mouse device:
1:305  0:001  GUI ready
2:048  0:742  StartLoader() start
2:048  0:000  Finally: Bus=99999kHz CPU=3499MHz
2:048  0:000  Loading boot.efi
2:056  0:008  EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent = Success, done
2:063  0:007  insert table 9 for Airport
2:064  0:000  Trusting SMBIOS...
2:064  0:000  Channels: 2
2:064  0:000  Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23
2:064  0:000  SMBIOS Type 17 Index = 0 => 0 0:
2:064  0:000   DIMM1 EMPTY
2:064  0:000  SMBIOS Type 17 Index = 1 => 2 2:
2:064  0:000   DIMM2 EMPTY
2:064  0:000   partNum=BLT8G3D1608ET3LX0.
2:064  0:000  SMBIOS Type 17 Index = 2 => 1 1:
2:064  0:000   DIMM3 1600MHz 8192MB
2:064  0:000  mTotalSystemMemory = 8192
2:064  0:000   partNum=BLT8G3D1608ET3LX0.
2:064  0:000  SMBIOS Type 17 Index = 3 => 3 3:
2:064  0:000   DIMM4 1600MHz 8192MB
2:064  0:000  mTotalSystemMemory = 16384
2:064  0:000  NumberOfMemoryDevices = 4
2:064  0:000  Type20[0]->End = 0x7FFFFF, Type17[2] = 0x2000
2:064  0:000  Type20[1]->End = 0xFFFFFF, Type17[3] = 0x6000
2:064  0:000  Table 131 is present, CPUType=31
2:064  0:000  Change to: 705
2:064  0:000  RSDT 0xC8781028
2:064  0:000  FADT from RSDT: 0xC8781100
2:064  0:000  XSDT 0xC8781080
2:064  0:000  FADT from XSDT: 0xC878D950
2:064  0:000  Xsdt reallocation done
2:064  0:000  old FADT length=10C
2:065  0:001  DSDT found in Clover volume OEM folder: EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\ACPI\patched\DSDT.aml
2:067  0:001  page is allocated, write DSDT into
2:067  0:000  Apply DsdtFixMask=0x00000000 old way
2:067  0:000  ========= Auto patch DSDT Starting ========
2:067  0:000  VideoCard devID=0x100410DE
2:067  0:000  DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0
2:067  0:000  Display 0 is  notPCIE
2:176  0:108  VideoCard devID=0x4128086
2:176  0:000  DisplayADR1[1] = 0x20000, DisplayADR2[1] = 0xFFFE
2:176  0:000  Display 1 is  notPCIE
2:283  0:107  USBADR[0] = 0x140000 and PCIe = 0xFFFE
2:283  0:000  USBADR[1] = 0x1A0000 and PCIe = 0xFFFE
2:390  0:107  Found Airport BCM at 0x1C0004, 0x0
2:390  0:000  USBADR[2] = 0x1D0000 and PCIe = 0xFFFE
2:390  0:000  Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7 
2:390  0:000  Found PCIROOTUID = 0
2:390  0:000  ========= Auto patch DSDT Finished ========
2:390  0:000  Drop tables from Xsdt, SIGN=SSDT TableID= Length=0
2:390  0:000   Xsdt has tables count=10 
2:390  0:000   Table: SSDT  Cpu0Ist  1337 dropped
2:390  0:000   Table: SSDT  CpuPm  2776 dropped
2:390  0:000   Table: SSDT  SataTabl  877 dropped
2:390  0:000   Table: SSDT  SaSsdt   12958 dropped
2:390  0:000  corrected XSDT length=84
2:390  0:000  Inserting SSDT.aml from EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\ACPI\patched ... Success
2:392  0:001   CPUBase=0 and ApicCPUBase=1 ApicCPUNum=8
2:392  0:000  Maximum control=23
2:392  0:000  Turbo control=27
2:392  0:000  P-States: min 0x7, max 0x27
2:392  0:000  SSDT with CPU P-States generated successfully
2:392  0:000  SSDT with CPU C-States generated successfully
2:392  0:000  EdidDiscovered size=256
2:392  0:000  00 | 00 FF FF FF FF FF FF 00 06 10 26 92 FC 03 09 17 
2:392  0:000  16 | 09 17 01 04 B5 3C 22 78 22 6F B1 A7 55 4C 9E 25 
2:392  0:000  32 | 0C 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 
2:392  0:000  48 | 01 01 01 01 01 01 56 5E 00 A0 A0 A0 29 50 30 20 
2:392  0:000  64 | 35 00 55 50 21 00 00 1A 1A 1D 00 80 51 D0 1C 20 
2:392  0:000  80 | 40 80 35 00 55 50 21 00 00 1C 00 00 00 FF 00 57 
2:392  0:000  96 | 38 33 30 39 30 57 30 36 4A 4C 0A 20 00 00 00 FC 
2:392  0:000  112 | 00 4C 45 44 20 43 69 6E 65 6D 61 0A 20 20 01 9F 
2:392  0:000  128 | 02 03 0C C1 23 09 07 07 83 01 00 00 56 5E 00 A0 
2:392  0:000  144 | A0 A0 29 50 30 20 35 00 55 50 21 00 00 1A 1A 1D 
2:392  0:000  160 | 00 80 51 D0 1C 20 40 80 35 00 55 50 21 00 00 1C 
2:392  0:000  176 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
2:392  0:000  192 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
2:392  0:000  208 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
2:392  0:000  224 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
2:392  0:000  240 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 13 
2:392  0:000  NVidia GFX injection not set
2:392  0:000  Intel Intel HD Graphics 4600 [8086:0412] :: PciRoot(0x0)\Pci(0x2,0x0)
2:392  0:000  Intel GFX revision  =0x6
2:392  0:000  HDA Controller [8086:0C0C] :: PciRoot(0x0)\Pci(0x3,0x0) => codec not detected
2:499  0:107  LAN Controller [8086:153B] :: PciRoot(0x0)\Pci(0x19,0x0)
2:499  0:000  HDA Controller [8086:8C20] :: PciRoot(0x0)\Pci(0x1B,0x0) => codec not detected
2:607  0:107  stringlength = 1446
2:607  0:000  CurrentMode: Width=2560 Height=1440
2:607  0:000  FSInjection:, injecting kexts from: 'EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\kexts\10.9'OnSimpleFileSystem occured
2:608  0:001   - done!
2:608  0:000  Injecting kexts for arch=x86_64 from EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\kexts\10.9
2:609  0:001  Extra kext: EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\kexts\10.9\FakeSMC.kext
2:615  0:006  Extra PlugIn kext: EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\kexts\10.9\FakeSMC.kext\Contents\PlugIns\ACPISensors.kext
2:619  0:003  Extra PlugIn kext: EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\kexts\10.9\FakeSMC.kext\Contents\PlugIns\AppleIntelE1000e.kext
2:627  0:007  Extra PlugIn kext: EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\kexts\10.9\FakeSMC.kext\Contents\PlugIns\CPUSensors.kext
2:629  0:002  Extra PlugIn kext: EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\kexts\10.9\FakeSMC.kext\Contents\PlugIns\FakeSMCKeyStore.kext
2:634  0:004  Extra PlugIn kext: EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\kexts\10.9\FakeSMC.kext\Contents\PlugIns\GPUSensors.kext
2:638  0:004  Extra PlugIn kext: EFI\CLOVER\OEM\MAXIMUS VI GENE\UEFI\kexts\10.9\FakeSMC.kext\Contents\PlugIns\LPCSensors.kext
2:651  0:012  count: 7       
2:651  0:000  mm_extra_size: 308       
2:651  0:000  extra_size: 897024       
2:651  0:000  offset: 901084           
2:651  0:000  SetStartupDiskVolume ...
 Volume: 'Macintosh SSD', LoaderPath: '<null string>'

2:651  0:000   DevPath: Macintosh SSD
2:651  0:000   GUID = 9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5
2:651  0:000   efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5</string></dict></dict></dict></array>
2:651  0:000  Closing log
 

I boot with this config.plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Name</key>
			<string>DSDT.aml</string>
		</dict>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<true/>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string></string>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<true/>
		<key>Log</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>USB</key>
		<dict>
			<key>Inject</key>
			<false/>
			<key>FixOwnership</key>
			<false/>
			<key>AddClockID</key>
			<false/>
		</dict>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Scan</key>
		<dict>
			<key>Tool</key>
			<true/>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<false/>
		</dict>
		<key>Hide</key>
		<array>
			<string>HD(1,GPT,031A7308-A953-448D-AC13-DF16C772C478)</string>
			<string>HD(2,GPT,D35FB078-F5FB-43C3-A6EE-856EF6C96C07)</string>
		</array>
		<key>Custom</key>
		<dict>
			<key>Entries</key>
			<array>
				<dict>
					<key>Volume</key>
					<string>0F3582E4-D5F4-42BA-8FA7-013996A0475C</string>
					<key>Path</key>
					<string>\EFI\BOOT\BOOTX64.efi</string>
					<key>Disabled</key>
					<true/>
					<key>Hidden</key>
					<true/>
				</dict>
				<dict>
					<key>Volume</key>
					<string>DAE6FD8B-3D41-4529-B1FE-006E50933417</string>
					<key>Hidden</key>
					<true/>
					<key>Disabled</key>
					<false/>
					<key>FullTitle</key>
					<string>Recovery</string>
					<key>Type</key>
					<string>OSXRecovery</string>
				</dict>
				<dict>
					<key>Volume</key>
					<string>9748EF3F-6433-45BA-80F7-F6D9FDA3EFE5</string>
					<key>FullTitle</key>
					<string>Mac</string>
					<key>Type</key>
					<string>OSX</string>
				</dict>
				<dict>
					<key>Volume</key>
					<string>896874EF-2639-4D21-9624-BC84A00130CD</string>
					<key>Path</key>
					<string>\EFI\Microsoft\Boot\bootmgfw-orig.efi</string>
					<key>FullTitle</key>
					<string>Windows 8</string>
					<key>Type</key>
					<string>Windows</string>
					<key>InjectKexts</key>
					<false/>
					<key>AddArguments</key>
					<string></string>
				</dict>
			</array>
		</dict>
		<key>Theme</key>
		<string>mlcamp</string>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
			<key>Speed</key>
			<integer>2</integer>
			<key>DoubleClick</key>
			<integer>500</integer>
			<key>Mirror</key>
			<false/>
		</dict>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>Intel</key>
			<true/>
		</dict>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<false/>
		<key>AsusAICPUPM</key>
		<false/>
		<key>Debug</key>
		<false/>
		<key>KernelCpu</key>
		<false/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Find</key>
				<data>QVBQTEUgU1NEAA==</data>
				<key>Replace</key>
				<data>AAAAAAAAAAAAAA==</data>
			</dict>
			<dict>
				<key>Name</key>
				<string>AppleTyMCEDriver</string>
				<key>Find</key>
				<data>cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY</data>
				<key>Replace</key>
				<data>cgoAAAAAAAAAAAAAAAAAAAAAAAAAAABY</data>
			</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>LogLineCount</key>
		<integer>3000</integer>
		<key>MountEFI</key>
		<false/>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>ProductName</key>
		<string>MacPro5,1</string>
		<key>SerialNumber</key>
		<string>SERIALHIDDEN</string>
		<key>SmUUID</key>
		<string>SMUUIDHIDDEN</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>CustomUUID</key>
		<string>CUSTOMUUIDHIDDEN</string>
		<key>InjectSystemID</key>
		<false/>
		<key>InjectKexts</key>
		<true/>
	</dict>
</dict>
</plist>

That combined with SSDT and DSDT gives me no CPU PM and no GPU PM on my Asus Maximus VI Gene with i7-4770k and no sleep either.

Link to comment
Share on other sites

I have bridger Sand i5 2500k and not Ivy Bridger!

But I'm activating X86PlatformPlugin and all its derivatives to MacPro6 1

CPU 1600MHZ lay down and not get out of it;

Console shows such errors!

post-814746-0-14277300-1388851480_thumb.png

Link to comment
Share on other sites

I got the exact same problems as him, but my GPU is recognized, although as a GTX 780 Ti (it is a normal GTX 780), but it shows the correct Device ID (1004), as well in in Clover as in OS X.

I boot with this config.plist:

That combined with SSDT and DSDT gives me no CPU PM and no GPU PM on my Asus Maximus VI Gene with i7-4770k and no sleep either.

don't drop all ssdts, only CpuPm and Cpu0Ist. have you tried graphics injector for nvidia? you're using vanilla nvidia driver kexts right? also why disable the usb fixes? pene will be able to help you better with nvidia issues, as i've only ever owned one and i hated it.... :lol: i just stick with ati/amd.

 

 

I have bridger Sand i5 2500k and not Ivy Bridger!
But I'm activating X86PlatformPlugin and all its derivatives to MacPro6 1
CPU 1600MHZ lay down and not get out of it;
Console shows such errors!

 

okay..... but why? totally unnecessary just use imac or other macpro.....

Link to comment
Share on other sites

What do you mean, for injector? Just to try..... You may have wrongly patched dsdt, it is big issue if you have a lot of non working stuff.... But you probably don't have sleep because you're dropping some ssdts that you shouldn't please check out http://clover-wiki.zetam.org/Configuration/ACPI#DropTables

 

EDIT: Also don't generate p and c states and inject your own custom patched ssdt. This is conflict and known to cause sleep and speedstep issues.

Link to comment
Share on other sites

What do you mean, for injector? Just to try..... You may have wrongly patched dsdt, it is big issue if you have a lot of non working stuff.... But you probably don't have sleep because you're dropping some ssdts that you shouldn't please check out http://clover-wiki.zetam.org/Configuration/ACPI#DropTables

 

EDIT: Also don't generate p and c states and inject your own custom patched ssdt. This is conflict and known to cause sleep and speedstep issues.

Yes I meant USB. Normally I thought you'd use ownership if USB doesn't work after sleep. When sleep worked, USB worked too so.

Link to comment
Share on other sites

okay..... but why? totally unnecessary just use imac or other macpro.....

The issue is that many are using the SMBIOS MacPro5, 1 and I show that the Ivy CPU and Haswell MacPro6 be the correct 1 for better ACPI!
X86Plat ... be correct!
Link to comment
Share on other sites

×
×
  • Create New...