Jump to content

DSDT Auto-Patcher


MaLd0n
 Share

5,753 posts in this topic

Recommended Posts

use the search forum

you should find a solution

;)

..thx again...had to downgrade my drivers...GraphicsEnabler=Yes works now...but in my dsdt wanderings..i've lost the dvd drive...fine in windows7 but not in snow or leo(using the same dsdt for both) is it possible we wrote it out?

post-11772-1298013677_thumb.png

Link to comment
Share on other sites

No this fix also don't enable kextless restart.

But i can live with a kext for that.

 

But found something important while trying to show the SATA Controller name in System Profiler. Currently looking like this:

post-407466-1298029354.jpg

 

An important fix for sleep is to inject the (non Apple supported) sata controller as Built in .

 

Hero on my first sata controller.

			Device (SAT0)
		{
			Name (_ADR, 0x000E0000)
			   Method (_DSM, 4, NotSerialized)
							{
								Store (Package (0x0A)
									{
										"AAPL,slot-name", 
										Buffer (0x09)
										{
											"Built In"
										}, 

										"built-in", 
										Buffer (One)
										{
											0x00
										}, 

										"device_type", 
										Buffer (0x10)
										{
											"AHCI Controller"
										}, 

										"model", 
										Buffer (0x1C)
										{
											"nForce SATA/AHCI Controller"
										}, 

										"name", 
										Buffer (0x1C)
										{
											"nForce SATA/AHCI Controller"
										}
									}, Local0)
								DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
								Return (Local0)
							}
			Device (PRT0)
						   .......

 

Without that my mainboard show an error on the Onbord conrol LED

F3| Init Com Port | COM port initialization

 

______________________________________

 

Back to cosmetics fixes:

 

in original mac ioregs the device name is under PRT0/...

in that way:

 

post-407466-1298029769_thumb.jpg

 

Any idea how to inject such "Controller Characteristics"?

Link to comment
Share on other sites

Nops

 

use kext

try it

NVEnabler_64.kext.zip

 

 

Ok good news, full graphics acceleration now, sleep actually works, and the computer run about 10 degrees cooler than it did previously.

 

According to the intel link you provided, the tjmax limit for a q6600 chip is actually 90. I modified the intelcpumonitor info.plist as suggested in post 1 to reflect that.

 

Temp monitoring wouldn't work with istatpro/menus with the smbios you provided however, so i backed it up and deleted it from the extra folder. Chameleon has always recognized my hacky as a macpro 3,1 and it seems istat pro and istat menus both check temps based on the mac type. Since doing so i can now get temps on my 4 cores, my gpu, and the voltage. Still no fan speeds though. The project OSX site is lacking a bit on the documentation side of things. I was not sure which plugins to include for my mobo.

 

So far, I put ACPIMonitor.kext, FakeSMC.kext, IntelCPUMonitor.kext, IntelThermal.kext, and NVClockX.kext into S/L/E. What other fakesmc plugin do i need to use to get fan rpm and voltage?

 

The only real downside so far, is that every now and again, it seems the cdrom drive makes a really loud noise like it is trying to spin up and read a cd. It lasts for half a second. I can tell it's the cdrom because the cdrom drive will light up and it is super loud. This has to be a result of a dsdt modification I think. MalD0n, have you ever experienced something similar? How can I stop it? It happens frequently enough that I have noticed it pop up on my recordings, and that is bad.

 

As always, you're a genius! I appreciate the help!

Link to comment
Share on other sites

Any idea how to inject such "Controller Characteristics"?

 

I have no idea

I have a Gigabyte with the same problems and never bothered with it

if you find a solution

share with us :)

Link to comment
Share on other sites

Hi MaLd0n :)

Maybe i have a problem, but i do not know if the problem is for the dsdt

 

IOAPIC version 0x20 vectors 64:87

 

The system freezes at startup with this message, if I reboot the system, it starts normally :S

If I leave the computer off for a few hours, when I turn it on, it returns the same error

:blink:

Link to comment
Share on other sites

So far, I put ACPIMonitor.kext, FakeSMC.kext, IntelCPUMonitor.kext, IntelThermal.kext, and NVClockX.kext into S/L/E. What other fakesmc plugin do i need to use to get fan rpm and voltage?

 

SuperIOFamily

 

The only real downside so far, is that every now and again, it seems the cdrom drive makes a really loud noise like it is trying to spin up and read a cd. It lasts for half a second. I can tell it's the cdrom because the cdrom drive will light up and it is super loud. This has to be a result of a dsdt modification I think. MalD0n, have you ever experienced something similar?

 

Nops

I really do not know

 

Hi MaLd0n :)

Maybe i have a problem, but i do not know if the problem is for the dsdt

 

IOAPIC version 0x20 vectors 64:87

 

The system freezes at startup with this message, if I reboot the system, it starts normally :S

If I leave the computer off for a few hours, when I turn it on, it returns the same error

;)

try it

http://www.insanelymac.com/forum/index.php?showtopic=224878

 

add P and C States in DSDT

Link to comment
Share on other sites

I'm going to try, but I did not understand everything wacko.gif

 

p.s. you have modified my dsdt few days ago, if needed it is here

 

no mystery

I had this problem a few times

added again in DSDT

 

Q6600

DefinitionBlock ("./dsdt.aml", "DSDT", 1, "MaLd0n", "MacPro", 0x00001000)
{
   Scope (_PR)
   {
       Processor (CPU0, 0x00, 0x00000410, 0x06)
       {
           Method (_PSS, 0, NotSerialized)
           {
               Return (Package (0x04)
               {
                   Package (0x06)
                   {
                       0x0BAC, 
                       Zero, 
                       0x0A, 
                       0x0A, 
                       0x0926, 
                       Zero
                   }, 

                   Package (0x06)
                   {
                       0x0A60, 
                       Zero, 
                       0x0A, 
                       0x0A, 
                       0x0823, 
                       One
                   }, 

                   Package (0x06)
                   {
                       0x0914, 
                       Zero, 
                       0x0A, 
                       0x0A, 
                       0x071F, 
                       0x02
                   }, 

                   Package (0x06)
                   {
                       0x07C8, 
                       Zero, 
                       0x0A, 
                       0x0A, 
                       0x061B, 
                       0x03
                   }
               })
           }

           Method (_PSD, 0, NotSerialized)
           {
               Return (Package (0x05)
               {
                   0x05, 
                   Zero, 
                   Zero, 
                   0xFC, 
                   0x04
               })
           }

           Method (_CST, 0, NotSerialized)
           {
               Return (Package (0x02)
               {
                   One, 
                   Package (0x04)
                   {
                       ResourceTemplate ()
                       {
                           Register (FFixedHW, 
                               0x01,               // Bit Width
                               0x02,               // Bit Offset
                               0x0000000000000000, // Address
                               0x01,               // Access Size
                               )
                       }, 

                       One, 
                       0x9D, 
                       0x03E8
                   }
               })
           }
       }

       Processor (CPU1, 0x01, 0x00000410, 0x06)
       {
           Method (_PSS, 0, NotSerialized)
           {
               Return (^^CPU0._PSS ())
           }

           Method (_PSD, 0, NotSerialized)
           {
               Return (^^CPU0._PSD ())
           }

           Method (_CST, 0, NotSerialized)
           {
               Return (Package (0x04)
               {
                   0x03, 
                   Package (0x04)
                   {
                       ResourceTemplate ()
                       {
                           Register (FFixedHW, 
                               0x01,               // Bit Width
                               0x02,               // Bit Offset
                               0x0000000000000000, // Address
                               ,)
                       }, 

                       One, 
                       Zero, 
                       0x03E8
                   }, 

                   Package (0x04)
                   {
                       ResourceTemplate ()
                       {
                           Register (FFixedHW, 
                               0x08,               // Bit Width
                               0x00,               // Bit Offset
                               0x0000000000000414, // Address
                               ,)
                       }, 

                       0x02, 
                       One, 
                       0x01F4
                   }, 

                   Package (0x04)
                   {
                       ResourceTemplate ()
                       {
                           Register (FFixedHW, 
                               0x08,               // Bit Width
                               0x00,               // Bit Offset
                               0x0000000000000415, // Address
                               ,)
                       }, 

                       0x03, 
                       0x55, 
                       0xFA
                   }
               })
           }
       }

       Processor (CPU2, 0x02, 0x00000410, 0x06)
       {
           Method (_PSS, 0, NotSerialized)
           {
               Return (^^CPU0._PSS ())
           }

           Method (_PSD, 0, NotSerialized)
           {
               Return (^^CPU0._PSD ())
           }

           Method (_CST, 0, NotSerialized)
           {
               Return (^^CPU1._CST ())
           }
       }

       Processor (CPU3, 0x03, 0x00000410, 0x06)
       {
           Method (_PSS, 0, NotSerialized)
           {
               Return (^^CPU0._PSS ())
           }

           Method (_PSD, 0, NotSerialized)
           {
               Return (^^CPU0._PSD ())
           }

           Method (_CST, 0, NotSerialized)
           {
               Return (^^CPU1._CST ())
           }
       }
   }

:D

Link to comment
Share on other sites

Codebox?

 

Index Refs Address			Size	   Wired	  Name (Version) <Linked Against>
1   53 0				  0		  0		  com.apple.kpi.bsd (10.6.0)
2	4 0				  0		  0		  com.apple.kpi.dsep (10.6.0)
3   79 0				  0		  0		  com.apple.kpi.iokit (10.6.0)
4   85 0				  0		  0		  com.apple.kpi.libkern (10.6.0)
5   70 0				  0		  0		  com.apple.kpi.mach (10.6.0)
6   25 0				  0		  0		  com.apple.kpi.private (10.6.0)
7   46 0				  0		  0		  com.apple.kpi.unsupported (10.6.0)
8   10 0xffffff7f80600000 0x4000	 0x4000	 com.apple.iokit.IOACPIFamily (1.3.0) <7 6 4 3>
9   21 0xffffff7f80604000 0x12000	0x12000	com.apple.iokit.IOPCIFamily (2.6) <7 5 4 3>
  10	1 0xffffff7f80616000 0x45000	0x45000	com.apple.driver.AppleACPIPlatform (1.3.5) <9 8 7 6 5 4 3>
  11	0 0xffffff7f8065b000 0x2000	 0x2000	 org.tgwbd.driver.NullCPUPowerManagement (1.0.0d2) <7 4 3>
  12	0 0xffffff7f8065d000 0x2000	 0x2000	 com.superhai.driver.PlatformUUID (1.0.0) <4 3>
  13	0 0xffffff7f8065f000 0x1e000	0x1e000	com.apple.driver.AppleIntelCPUPowerManagement (105.13.0) <7 6 5 4 3 1>
  14	3 0xffffff7f8067d000 0x5000	 0x5000	 org.netkas.FakeSMC (3.1.0) <8 7 5 4 3>
  15	0 0xffffff7f80682000 0x3000	 0x3000	 org.mozodojo.IntelThermal (1.0.0d1) <14 7 5 4 3>
  16	3 0xffffff7f80685000 0x1a000	0x1a000	com.apple.iokit.IOStorageFamily (1.6.2) <7 6 5 4 3 1>
  17	0 0xffffff7f8069f000 0x12000	0x12000	com.apple.driver.DiskImages (289) <16 7 6 5 4 3 1>
  18	0 0xffffff7f806b1000 0x12000	0x12000	org.usrsse2.NVClockX (1.0.0d1) <14 9 7 5 4 3>
  19	0 0xffffff7f806c3000 0x5000	 0x5000	 com.mojodojo.driver.VoodooMonitor (1.1.1d1) <7 5 4 3>
  20	0 0xffffff7f806c8000 0x8000	 0x8000	 com.apple.nke.applicationfirewall (2.1.11) <7 6 5 4 3 1>
  21	2 0xffffff7f806d0000 0x3000	 0x3000	 com.apple.kext.AppleMatch (1.0.0d1) <4 1>
  22	0 0xffffff7f806d3000 0x4000	 0x4000	 com.apple.security.quarantine (0) <21 7 6 5 4 2 1>
  23	0 0xffffff7f806d7000 0x8000	 0x8000	 com.apple.security.sandbox (1) <21 7 6 5 4 2 1>
  24	0 0xffffff7f806df000 0x3000	 0x3000	 com.apple.security.TMSafetyNet (6) <7 6 5 4 2 1>
  25	0 0xffffff7f806e2000 0x3000	 0x3000	 com.apple.driver.AppleAPIC (1.4) <4 3>
  26	0 0xffffff7f806e5000 0x4000	 0x4000	 com.apple.driver.AppleSMBIOS (1.6) <7 4 3>
  27	0 0xffffff7f806e9000 0x6000	 0x6000	 com.apple.driver.AppleRTC (1.3.1) <8 5 4 3 1>
  28	0 0xffffff7f806ef000 0x3000	 0x3000	 com.apple.driver.AppleHPET (1.5) <8 7 5 4 3>
  29	2 0xffffff7f806f2000 0x43000	0x43000	com.apple.iokit.IOHIDFamily (1.6.5) <7 6 5 4 3 1>
  30	0 0xffffff7f80735000 0x4000	 0x4000	 com.apple.driver.AppleACPIButtons (1.3.5) <29 10 8 7 6 5 4 3 1>
  31	1 0xffffff7f80739000 0x3000	 0x3000	 com.apple.driver.AppleEFIRuntime (1.4.0) <7 6 5 4 3>
  32	0 0xffffff7f8073c000 0x7000	 0x7000	 com.apple.driver.AppleEFINVRAM (1.4.0) <31 7 5 4 3>
  33	2 0xffffff7f80743000 0x4b000	0x4b000	com.apple.iokit.IOFireWireFamily (4.2.6) <5 4 3 1>
  34	0 0xffffff7f8078e000 0x28000	0x28000	com.apple.driver.AppleFWOHCI (4.7.1) <33 9 7 6 5 4 3 1>
  35	6 0xffffff7f807b6000 0x38000	0x38000	com.apple.iokit.IOUSBFamily (4.1.7) <9 7 5 4 3 1>
  36	0 0xffffff7f807ee000 0x16000	0x16000	com.apple.driver.AppleUSBEHCI (4.1.7) <35 9 7 5 4 3 1>
  37	0 0xffffff7f80804000 0x10000	0x10000	com.apple.driver.AppleUSBUHCI (4.1.5) <35 9 7 5 4 3 1>
  38	2 0xffffff7f80814000 0x7000	 0x7000	 com.apple.iokit.IOAHCIFamily (2.0.4) <5 4 3 1>
  39	0 0xffffff7f8081b000 0x17000	0x17000	com.apple.driver.AppleAHCIPort (2.1.5) <38 9 5 4 3 1>
  40	0 0xffffff7f80832000 0x2000	 0x2000	 com.apple.iokit.IOUSBUserClient (4.1.5) <35 7 5 4 3 1>
  41	0 0xffffff7f80834000 0x11000	0x11000	com.apple.driver.AppleUSBHub (4.1.7) <35 5 4 3 1>
  42	0 0xffffff7f80845000 0x15000	0x15000	com.apple.iokit.IOAHCIBlockStorage (1.6.3) <38 16 5 4 3 1>
  43	0 0xffffff7f8085a000 0x3000	 0x3000	 com.apple.driver.XsanFilter (402.1) <16 5 4 3 1>
  44	0 0xffffff7f8085d000 0x4000	 0x4000	 com.apple.driver.AppleUSBComposite (3.9.0) <35 4 3 1>
  45	0 0xffffff7f80861000 0x6000	 0x6000	 com.apple.iokit.IOUSBHIDDriver (4.1.5) <35 29 5 4 3 1>
  47	0 0xffffff7f80869000 0x5000	 0x5000	 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0d1) <6 4 3 2 1>
  48	0 0xffffff7f8086e000 0x4000	 0x4000	 com.apple.BootCache (31) <7 6 5 4 3 1>
  49	2 0xffffff7f80872000 0x8000	 0x8000	 com.apple.iokit.IOHDAFamily (1.7.4a1) <5 4 3 1>
  50	0 0xffffff7f8087a000 0x10000	0x10000	com.apple.driver.AppleHDAController (1.7.4a1) <49 9 5 4 3 1>
  51	7 0xffffff7f8088a000 0x34000	0x34000	com.apple.iokit.AppleProfileFamily (41) <9 7 6 5 4 3 1>
  53	2 0xffffff7f808c6000 0xb000	 0xb000	 com.apple.driver.AppleSMC (3.1.0d3) <8 7 5 4 3>
  54	2 0xffffff7f808d1000 0x1a000	0x1a000	com.apple.iokit.IONetworkingFamily (1.10) <7 6 5 4 3 1>
  55	0 0xffffff7f808eb000 0x9000	 0x9000	 com.apple.iokit.IOFireWireIP (2.0.3) <54 33 5 4 3 1>
  56	0 0xffffff7f808f4000 0x6000	 0x6000	 com.apple.driver.AppleRTL8169Ethernet (1.1) <54 9 5 4 3 1>
  57	6 0xffffff7f808fa000 0x27000	0x27000	com.apple.iokit.IOGraphicsFamily (2.2) <9 7 5 4 3>
  58	2 0xffffff7f80921000 0xe000	 0xe000	 com.apple.iokit.IONDRVSupport (2.2) <57 9 7 5 4 3>
  59	2 0xffffff7f8092f000 0x2cf000   0x2cf000   com.apple.NVDAResman (6.2.6) <58 57 9 5 4 3 1>
  60	0 0xffffff7f80bfe000 0x404000   0x404000   com.apple.nvidia.nv50hal (6.2.6) <59 4 3>
  61	0 0xffffff7f81002000 0x3000	 0x3000	 com.apple.driver.AppleLPC (1.4.12) <9 5 4 3>
  62	0 0xffffff7f81005000 0x2000	 0x2000	 com.apple.driver.AppleSMBusPCI (1.0.8d0) <9 5 4 3>
  63	1 0xffffff7f81007000 0xc000	 0xc000	 com.apple.driver.IOPlatformPluginFamily (4.5.0d5) <6 5 4 3>
  64	0 0xffffff7f81013000 0x12000	0x12000	com.apple.driver.ACPI_SMC_PlatformPlugin (4.5.0d5) <63 53 9 8 7 6 5 4 3>
  65	0 0xffffff7f81025000 0x19000	0x19000	com.apple.iokit.IOSCSIArchitectureModelFamily (2.6.5) <5 4 3 1>
  66	1 0xffffff7f8103e000 0x5000	 0x5000	 com.apple.kext.OSvKernDSPLib (1.3) <5 4>
  67	4 0xffffff7f81043000 0x1b000	0x1b000	com.apple.iokit.IOAudioFamily (1.8.0fc1) <66 5 4 3 1>
  68	1 0xffffff7f8105e000 0x72000	0x72000	com.apple.driver.DspFuncLib (1.7.4a1) <67 5 4 3 1>
  69	0 0xffffff7f810d0000 0x83000	0x83000	com.apple.driver.AppleHDA (1.7.4a1) <68 67 49 5 4 3 1>
  71	0 0xffffff7f8115b000 0xc3000	0xc3000	com.apple.GeForce (6.2.6) <59 58 57 9 7 6 5 4 3 1>
  72	1 0xffffff7f8121e000 0x2000	 0x2000	 com.apple.iokit.IOSMBusFamily (1.1) <5 4 3>
  73	0 0xffffff7f81220000 0xb000	 0xb000	 com.apple.driver.AppleSMBusController (1.0.8d0) <72 9 8 5 4 3>
  74	0 0xffffff7f8122b000 0x4000	 0x4000	 com.apple.driver.AudioIPCDriver (1.1.6) <67 5 4 3 1>
  76	0 0xffffff7f81231000 0x8000	 0x8000	 com.apple.driver.AppleIntelPenrynProfile (17) <51 6 4 3>
  77	0 0xffffff7f81239000 0x8000	 0x8000	 com.apple.driver.AppleMCCSControl (1.0.17) <57 9 7 5 4 3 1>
  78	0 0xffffff7f81241000 0x5000	 0x5000	 com.apple.Dont_Steal_Mac_OS_X (7.0.0) <53 7 4 3 1>
  80	0 0xffffff7f81248000 0x5000	 0x5000	 com.apple.driver.AppleUpstreamUserClient (3.4.5) <57 9 8 7 5 4 3 1>
  81	0 0xffffff7f8124d000 0x4000	 0x4000	 org.mozodojo.IntelCPUMonitor (1.0) <14 7 5 4 3>
  82	1 0xffffff7f81251000 0xa000	 0xa000	 com.apple.iokit.IOSerialFamily (10.0.3) <7 6 5 4 3 1>
  83	0 0xffffff7f8125b000 0xa000	 0xa000	 com.apple.iokit.IOBluetoothSerialManager (2.3.8f7) <82 7 5 4 3 1>
  84	0 0xffffff7f81265000 0xc000	 0xc000	 com.apple.iokit.IOSurface (74.2) <7 5 4 3 1>
  85	0 0xffffff7f81271000 0x4000	 0x4000	 com.superhai.driver.VoodooPowerMini (1.2.49) <7 5 4 3>
  86	0 0xffffff7f81275000 0x4000	 0x4000	 com.insanelymac.driver.VoodooPState (1.0.3) <7 5 4 3>
  87	0 0xffffff7f81279000 0xa000	 0xa000	 com.apple.filesystems.autofs (2.1.0) <7 6 5 4 3 1>
  88	0 0xffffff7f81283000 0x3000	 0x3000	 com.apple.driver.AppleProfileCallstackAction (20) <51 5 4 3 1>
  89	0 0xffffff7f81286000 0x5000	 0x5000	 com.apple.driver.AudioAUUC (1.13) <67 57 9 8 7 5 4 3 1>
  90	0 0xffffff7f8128b000 0x2000	 0x2000	 com.apple.driver.AppleProfileKEventAction (10) <51 4 3 1>
  92	0 0xffffff7f81296000 0x2000	 0x2000	 com.apple.driver.AppleProfileRegisterStateAction (10) <51 4 3 1>
  93	0 0xffffff7f81298000 0x2000	 0x2000	 com.apple.driver.AppleProfileThreadInfoAction (14) <51 6 4 3 1>
  94	0 0xffffff7f8129a000 0x2000	 0x2000	 com.apple.driver.AppleProfileTimestampAction (10) <51 5 4 3 1>
  95	0 0xffffff7f8129c000 0x3000	 0x3000	 com.apple.driver.AppleProfileReadCounterAction (17) <51 6 4 3>
  96	0 0xffffff7f8129f000 0x3000	 0x3000	 com.bresink.driver.BRESINKx86Monitoring (7.0) <5 4 3>
  97	0 0xffffff7f812a2000 0x5000	 0x5000	 com.apple.driver.AppleHWSensor (1.9.3d0) <5 4 3>
  98	1 0xffffff7f812a7000 0xc000	 0xc000	 com.apple.filesystems.msdosfs (1.6.3) <7 5 4 1>

 

i attach the kextstats

kextstats.txt

Link to comment
Share on other sites

I do not know codebox, for moment i attach the kextstats

use DSDT

http://www.insanelymac.com/forum/index.php...st&id=87473

remove

NullCPUPowerManagement

VoodooMonitor

PlatformUUID

VoodooPowerMini

VoodooPState

-_-

 

Codebox?

 

Index Refs Address			Size	   Wired	  Name (Version) <Linked Against>
1   53 0				  0		  0		  com.apple.kpi.bsd (10.6.0)
2	4 0				  0		  0		  com.apple.kpi.dsep (10.6.0)
3   79 0				  0		  0		  com.apple.kpi.iokit (10.6.0)
4   85 0				  0		  0		  com.apple.kpi.libkern (10.6.0)
5   70 0				  0		  0		  com.apple.kpi.mach (10.6.0)
6   25 0				  0		  0		  com.apple.kpi.private (10.6.0)
7   46 0				  0		  0		  com.apple.kpi.unsupported (10.6.0)
8   10 0xffffff7f80600000 0x4000	 0x4000	 com.apple.iokit.IOACPIFamily (1.3.0) <7 6 4 3>
9   21 0xffffff7f80604000 0x12000	0x12000	com.apple.iokit.IOPCIFamily (2.6) <7 5 4 3>
  10	1 0xffffff7f80616000 0x45000	0x45000	com.apple.driver.AppleACPIPlatform (1.3.5) <9 8 7 6 5 4 3>
  11	0 0xffffff7f8065b000 0x2000	 0x2000	 org.tgwbd.driver.NullCPUPowerManagement (1.0.0d2) <7 4 3>
  12	0 0xffffff7f8065d000 0x2000	 0x2000	 com.superhai.driver.PlatformUUID (1.0.0) <4 3>
  13	0 0xffffff7f8065f000 0x1e000	0x1e000	com.apple.driver.AppleIntelCPUPowerManagement (105.13.0) <7 6 5 4 3 1>
  14	3 0xffffff7f8067d000 0x5000	 0x5000	 org.netkas.FakeSMC (3.1.0) <8 7 5 4 3>
  15	0 0xffffff7f80682000 0x3000	 0x3000	 org.mozodojo.IntelThermal (1.0.0d1) <14 7 5 4 3>
  16	3 0xffffff7f80685000 0x1a000	0x1a000	com.apple.iokit.IOStorageFamily (1.6.2) <7 6 5 4 3 1>
  17	0 0xffffff7f8069f000 0x12000	0x12000	com.apple.driver.DiskImages (289) <16 7 6 5 4 3 1>
  18	0 0xffffff7f806b1000 0x12000	0x12000	org.usrsse2.NVClockX (1.0.0d1) <14 9 7 5 4 3>
  19	0 0xffffff7f806c3000 0x5000	 0x5000	 com.mojodojo.driver.VoodooMonitor (1.1.1d1) <7 5 4 3>
  20	0 0xffffff7f806c8000 0x8000	 0x8000	 com.apple.nke.applicationfirewall (2.1.11) <7 6 5 4 3 1>
  21	2 0xffffff7f806d0000 0x3000	 0x3000	 com.apple.kext.AppleMatch (1.0.0d1) <4 1>
  22	0 0xffffff7f806d3000 0x4000	 0x4000	 com.apple.security.quarantine (0) <21 7 6 5 4 2 1>
  23	0 0xffffff7f806d7000 0x8000	 0x8000	 com.apple.security.sandbox (1) <21 7 6 5 4 2 1>
  24	0 0xffffff7f806df000 0x3000	 0x3000	 com.apple.security.TMSafetyNet (6) <7 6 5 4 2 1>
  25	0 0xffffff7f806e2000 0x3000	 0x3000	 com.apple.driver.AppleAPIC (1.4) <4 3>
  26	0 0xffffff7f806e5000 0x4000	 0x4000	 com.apple.driver.AppleSMBIOS (1.6) <7 4 3>
  27	0 0xffffff7f806e9000 0x6000	 0x6000	 com.apple.driver.AppleRTC (1.3.1) <8 5 4 3 1>
  28	0 0xffffff7f806ef000 0x3000	 0x3000	 com.apple.driver.AppleHPET (1.5) <8 7 5 4 3>
  29	2 0xffffff7f806f2000 0x43000	0x43000	com.apple.iokit.IOHIDFamily (1.6.5) <7 6 5 4 3 1>
  30	0 0xffffff7f80735000 0x4000	 0x4000	 com.apple.driver.AppleACPIButtons (1.3.5) <29 10 8 7 6 5 4 3 1>
  31	1 0xffffff7f80739000 0x3000	 0x3000	 com.apple.driver.AppleEFIRuntime (1.4.0) <7 6 5 4 3>
  32	0 0xffffff7f8073c000 0x7000	 0x7000	 com.apple.driver.AppleEFINVRAM (1.4.0) <31 7 5 4 3>
  33	2 0xffffff7f80743000 0x4b000	0x4b000	com.apple.iokit.IOFireWireFamily (4.2.6) <5 4 3 1>
  34	0 0xffffff7f8078e000 0x28000	0x28000	com.apple.driver.AppleFWOHCI (4.7.1) <33 9 7 6 5 4 3 1>
  35	6 0xffffff7f807b6000 0x38000	0x38000	com.apple.iokit.IOUSBFamily (4.1.7) <9 7 5 4 3 1>
  36	0 0xffffff7f807ee000 0x16000	0x16000	com.apple.driver.AppleUSBEHCI (4.1.7) <35 9 7 5 4 3 1>
  37	0 0xffffff7f80804000 0x10000	0x10000	com.apple.driver.AppleUSBUHCI (4.1.5) <35 9 7 5 4 3 1>
  38	2 0xffffff7f80814000 0x7000	 0x7000	 com.apple.iokit.IOAHCIFamily (2.0.4) <5 4 3 1>
  39	0 0xffffff7f8081b000 0x17000	0x17000	com.apple.driver.AppleAHCIPort (2.1.5) <38 9 5 4 3 1>
  40	0 0xffffff7f80832000 0x2000	 0x2000	 com.apple.iokit.IOUSBUserClient (4.1.5) <35 7 5 4 3 1>
  41	0 0xffffff7f80834000 0x11000	0x11000	com.apple.driver.AppleUSBHub (4.1.7) <35 5 4 3 1>
  42	0 0xffffff7f80845000 0x15000	0x15000	com.apple.iokit.IOAHCIBlockStorage (1.6.3) <38 16 5 4 3 1>
  43	0 0xffffff7f8085a000 0x3000	 0x3000	 com.apple.driver.XsanFilter (402.1) <16 5 4 3 1>
  44	0 0xffffff7f8085d000 0x4000	 0x4000	 com.apple.driver.AppleUSBComposite (3.9.0) <35 4 3 1>
  45	0 0xffffff7f80861000 0x6000	 0x6000	 com.apple.iokit.IOUSBHIDDriver (4.1.5) <35 29 5 4 3 1>
  47	0 0xffffff7f80869000 0x5000	 0x5000	 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0d1) <6 4 3 2 1>
  48	0 0xffffff7f8086e000 0x4000	 0x4000	 com.apple.BootCache (31) <7 6 5 4 3 1>
  49	2 0xffffff7f80872000 0x8000	 0x8000	 com.apple.iokit.IOHDAFamily (1.7.4a1) <5 4 3 1>
  50	0 0xffffff7f8087a000 0x10000	0x10000	com.apple.driver.AppleHDAController (1.7.4a1) <49 9 5 4 3 1>
  51	7 0xffffff7f8088a000 0x34000	0x34000	com.apple.iokit.AppleProfileFamily (41) <9 7 6 5 4 3 1>
  53	2 0xffffff7f808c6000 0xb000	 0xb000	 com.apple.driver.AppleSMC (3.1.0d3) <8 7 5 4 3>
  54	2 0xffffff7f808d1000 0x1a000	0x1a000	com.apple.iokit.IONetworkingFamily (1.10) <7 6 5 4 3 1>
  55	0 0xffffff7f808eb000 0x9000	 0x9000	 com.apple.iokit.IOFireWireIP (2.0.3) <54 33 5 4 3 1>
  56	0 0xffffff7f808f4000 0x6000	 0x6000	 com.apple.driver.AppleRTL8169Ethernet (1.1) <54 9 5 4 3 1>
  57	6 0xffffff7f808fa000 0x27000	0x27000	com.apple.iokit.IOGraphicsFamily (2.2) <9 7 5 4 3>
  58	2 0xffffff7f80921000 0xe000	 0xe000	 com.apple.iokit.IONDRVSupport (2.2) <57 9 7 5 4 3>
  59	2 0xffffff7f8092f000 0x2cf000   0x2cf000   com.apple.NVDAResman (6.2.6) <58 57 9 5 4 3 1>
  60	0 0xffffff7f80bfe000 0x404000   0x404000   com.apple.nvidia.nv50hal (6.2.6) <59 4 3>
  61	0 0xffffff7f81002000 0x3000	 0x3000	 com.apple.driver.AppleLPC (1.4.12) <9 5 4 3>
  62	0 0xffffff7f81005000 0x2000	 0x2000	 com.apple.driver.AppleSMBusPCI (1.0.8d0) <9 5 4 3>
  63	1 0xffffff7f81007000 0xc000	 0xc000	 com.apple.driver.IOPlatformPluginFamily (4.5.0d5) <6 5 4 3>
  64	0 0xffffff7f81013000 0x12000	0x12000	com.apple.driver.ACPI_SMC_PlatformPlugin (4.5.0d5) <63 53 9 8 7 6 5 4 3>
  65	0 0xffffff7f81025000 0x19000	0x19000	com.apple.iokit.IOSCSIArchitectureModelFamily (2.6.5) <5 4 3 1>
  66	1 0xffffff7f8103e000 0x5000	 0x5000	 com.apple.kext.OSvKernDSPLib (1.3) <5 4>
  67	4 0xffffff7f81043000 0x1b000	0x1b000	com.apple.iokit.IOAudioFamily (1.8.0fc1) <66 5 4 3 1>
  68	1 0xffffff7f8105e000 0x72000	0x72000	com.apple.driver.DspFuncLib (1.7.4a1) <67 5 4 3 1>
  69	0 0xffffff7f810d0000 0x83000	0x83000	com.apple.driver.AppleHDA (1.7.4a1) <68 67 49 5 4 3 1>
  71	0 0xffffff7f8115b000 0xc3000	0xc3000	com.apple.GeForce (6.2.6) <59 58 57 9 7 6 5 4 3 1>
  72	1 0xffffff7f8121e000 0x2000	 0x2000	 com.apple.iokit.IOSMBusFamily (1.1) <5 4 3>
  73	0 0xffffff7f81220000 0xb000	 0xb000	 com.apple.driver.AppleSMBusController (1.0.8d0) <72 9 8 5 4 3>
  74	0 0xffffff7f8122b000 0x4000	 0x4000	 com.apple.driver.AudioIPCDriver (1.1.6) <67 5 4 3 1>
  76	0 0xffffff7f81231000 0x8000	 0x8000	 com.apple.driver.AppleIntelPenrynProfile (17) <51 6 4 3>
  77	0 0xffffff7f81239000 0x8000	 0x8000	 com.apple.driver.AppleMCCSControl (1.0.17) <57 9 7 5 4 3 1>
  78	0 0xffffff7f81241000 0x5000	 0x5000	 com.apple.Dont_Steal_Mac_OS_X (7.0.0) <53 7 4 3 1>
  80	0 0xffffff7f81248000 0x5000	 0x5000	 com.apple.driver.AppleUpstreamUserClient (3.4.5) <57 9 8 7 5 4 3 1>
  81	0 0xffffff7f8124d000 0x4000	 0x4000	 org.mozodojo.IntelCPUMonitor (1.0) <14 7 5 4 3>
  82	1 0xffffff7f81251000 0xa000	 0xa000	 com.apple.iokit.IOSerialFamily (10.0.3) <7 6 5 4 3 1>
  83	0 0xffffff7f8125b000 0xa000	 0xa000	 com.apple.iokit.IOBluetoothSerialManager (2.3.8f7) <82 7 5 4 3 1>
  84	0 0xffffff7f81265000 0xc000	 0xc000	 com.apple.iokit.IOSurface (74.2) <7 5 4 3 1>
  85	0 0xffffff7f81271000 0x4000	 0x4000	 com.superhai.driver.VoodooPowerMini (1.2.49) <7 5 4 3>
  86	0 0xffffff7f81275000 0x4000	 0x4000	 com.insanelymac.driver.VoodooPState (1.0.3) <7 5 4 3>
  87	0 0xffffff7f81279000 0xa000	 0xa000	 com.apple.filesystems.autofs (2.1.0) <7 6 5 4 3 1>
  88	0 0xffffff7f81283000 0x3000	 0x3000	 com.apple.driver.AppleProfileCallstackAction (20) <51 5 4 3 1>
  89	0 0xffffff7f81286000 0x5000	 0x5000	 com.apple.driver.AudioAUUC (1.13) <67 57 9 8 7 5 4 3 1>
  90	0 0xffffff7f8128b000 0x2000	 0x2000	 com.apple.driver.AppleProfileKEventAction (10) <51 4 3 1>
  92	0 0xffffff7f81296000 0x2000	 0x2000	 com.apple.driver.AppleProfileRegisterStateAction (10) <51 4 3 1>
  93	0 0xffffff7f81298000 0x2000	 0x2000	 com.apple.driver.AppleProfileThreadInfoAction (14) <51 6 4 3 1>
  94	0 0xffffff7f8129a000 0x2000	 0x2000	 com.apple.driver.AppleProfileTimestampAction (10) <51 5 4 3 1>
  95	0 0xffffff7f8129c000 0x3000	 0x3000	 com.apple.driver.AppleProfileReadCounterAction (17) <51 6 4 3>
  96	0 0xffffff7f8129f000 0x3000	 0x3000	 com.bresink.driver.BRESINKx86Monitoring (7.0) <5 4 3>
  97	0 0xffffff7f812a2000 0x5000	 0x5000	 com.apple.driver.AppleHWSensor (1.9.3d0) <5 4 3>
  98	1 0xffffff7f812a7000 0xc000	 0xc000	 com.apple.filesystems.msdosfs (1.6.3) <7 5 4 1>

 

i attach the kextstats

 

 

codebox :huh:

Link to comment
Share on other sites

Yes i have used -_-

Or not... :huh:

 

I test and report

 

Ok, now, I can see if it works properly?

My system boot, reboot, and shutdown also without dsdt in /Extra

terminal

ioreg -lw0 | grep CSTInfo

 

send me a new kextstat

[codebo...]

plz :P

Link to comment
Share on other sites

terminal

ioreg -lw0 | grep CSTInfo

macpro-di-fiox:~ fiox$ ioreg -lw0 | grep CSTInfo
| |   |	 "CSTInfo" = 19136773

 

send me a new kextstat

[codebo...]
plz :huh:[/quote]

-_-
Index Refs Address			Size	   Wired	  Name (Version) <Linked Against>
1   54 0				  0		  0		  com.apple.kpi.bsd (10.6.0)
2	4 0				  0		  0		  com.apple.kpi.dsep (10.6.0)
3   75 0				  0		  0		  com.apple.kpi.iokit (10.6.0)
4   81 0				  0		  0		  com.apple.kpi.libkern (10.6.0)
5   68 0				  0		  0		  com.apple.kpi.mach (10.6.0)
6   26 0				  0		  0		  com.apple.kpi.private (10.6.0)
7   43 0				  0		  0		  com.apple.kpi.unsupported (10.6.0)
8   10 0xffffff7f80600000 0x4000	 0x4000	 com.apple.iokit.IOACPIFamily (1.3.0) <7 6 4 3>
9   21 0xffffff7f80604000 0x12000	0x12000	com.apple.iokit.IOPCIFamily (2.6) <7 5 4 3>
  10	1 0xffffff7f80616000 0x45000	0x45000	com.apple.driver.AppleACPIPlatform (1.3.5) <9 8 7 6 5 4 3>
  11	0 0xffffff7f8065b000 0x1e000	0x1e000	com.apple.driver.AppleIntelCPUPowerManagement (105.13.0) <7 6 5 4 3 1>
  12	3 0xffffff7f80679000 0x5000	 0x5000	 org.netkas.FakeSMC (3.1.0) <8 7 5 4 3>
  13	0 0xffffff7f8067e000 0x3000	 0x3000	 org.mozodojo.IntelThermal (1.0.0d1) <12 7 5 4 3>
  14	3 0xffffff7f80681000 0x1a000	0x1a000	com.apple.iokit.IOStorageFamily (1.6.2) <7 6 5 4 3 1>
  15	0 0xffffff7f8069b000 0x12000	0x12000	com.apple.driver.DiskImages (289) <14 7 6 5 4 3 1>
  16	0 0xffffff7f806ad000 0x12000	0x12000	org.usrsse2.NVClockX (1.0.0d1) <12 9 7 5 4 3>
  17	0 0xffffff7f806bf000 0x8000	 0x8000	 com.apple.nke.applicationfirewall (2.1.11) <7 6 5 4 3 1>
  18	2 0xffffff7f806c7000 0x3000	 0x3000	 com.apple.kext.AppleMatch (1.0.0d1) <4 1>
  19	0 0xffffff7f806ca000 0x4000	 0x4000	 com.apple.security.quarantine (0) <18 7 6 5 4 2 1>
  20	0 0xffffff7f806ce000 0x8000	 0x8000	 com.apple.security.sandbox (1) <18 7 6 5 4 2 1>
  21	0 0xffffff7f806d6000 0x3000	 0x3000	 com.apple.security.TMSafetyNet (6) <7 6 5 4 2 1>
  22	0 0xffffff7f806d9000 0x3000	 0x3000	 com.apple.driver.AppleIntelCPUPowerManagementClient (105.13.0) <7 6 5 4 3 1>
  23	0 0xffffff7f806dc000 0x3000	 0x3000	 com.apple.driver.AppleAPIC (1.4) <4 3>
  24	0 0xffffff7f806df000 0x4000	 0x4000	 com.apple.driver.AppleSMBIOS (1.6) <7 4 3>
  25	0 0xffffff7f806e3000 0x6000	 0x6000	 com.apple.driver.AppleRTC (1.3.1) <8 5 4 3 1>
  26	0 0xffffff7f806e9000 0x3000	 0x3000	 com.apple.driver.AppleHPET (1.5) <8 7 5 4 3>
  27	2 0xffffff7f806ec000 0x43000	0x43000	com.apple.iokit.IOHIDFamily (1.6.5) <7 6 5 4 3 1>
  28	0 0xffffff7f8072f000 0x4000	 0x4000	 com.apple.driver.AppleACPIButtons (1.3.5) <27 10 8 7 6 5 4 3 1>
  29	2 0xffffff7f80733000 0x7000	 0x7000	 com.apple.iokit.IOAHCIFamily (2.0.4) <5 4 3 1>
  30	0 0xffffff7f8073a000 0x17000	0x17000	com.apple.driver.AppleAHCIPort (2.1.5) <29 9 5 4 3 1>
  31	6 0xffffff7f80751000 0x38000	0x38000	com.apple.iokit.IOUSBFamily (4.1.7) <9 7 5 4 3 1>
  32	0 0xffffff7f80789000 0x16000	0x16000	com.apple.driver.AppleUSBEHCI (4.1.7) <31 9 7 5 4 3 1>
  33	0 0xffffff7f8079f000 0x10000	0x10000	com.apple.driver.AppleUSBUHCI (4.1.5) <31 9 7 5 4 3 1>
  34	1 0xffffff7f807af000 0x3000	 0x3000	 com.apple.driver.AppleEFIRuntime (1.4.0) <7 6 5 4 3>
  35	2 0xffffff7f807b2000 0x4b000	0x4b000	com.apple.iokit.IOFireWireFamily (4.2.6) <5 4 3 1>
  36	0 0xffffff7f807fd000 0x28000	0x28000	com.apple.driver.AppleFWOHCI (4.7.1) <35 9 7 6 5 4 3 1>
  37	0 0xffffff7f80825000 0x7000	 0x7000	 com.apple.driver.AppleEFINVRAM (1.4.0) <34 7 5 4 3>
  38	0 0xffffff7f8082c000 0x15000	0x15000	com.apple.iokit.IOAHCIBlockStorage (1.6.3) <29 14 5 4 3 1>
  39	0 0xffffff7f80841000 0x3000	 0x3000	 com.apple.driver.XsanFilter (402.1) <14 5 4 3 1>
  40	0 0xffffff7f80844000 0x2000	 0x2000	 com.apple.iokit.IOUSBUserClient (4.1.5) <31 7 5 4 3 1>
  41	0 0xffffff7f80846000 0x11000	0x11000	com.apple.driver.AppleUSBHub (4.1.7) <31 5 4 3 1>
  43	0 0xffffff7f80859000 0x5000	 0x5000	 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0d1) <6 4 3 2 1>
  44	0 0xffffff7f8085e000 0x4000	 0x4000	 com.apple.BootCache (31) <7 6 5 4 3 1>
  45	0 0xffffff7f80862000 0x4000	 0x4000	 com.apple.driver.AppleUSBComposite (3.9.0) <31 4 3 1>
  46	0 0xffffff7f80866000 0x6000	 0x6000	 com.apple.iokit.IOUSBHIDDriver (4.1.5) <31 27 5 4 3 1>
  47	2 0xffffff7f8086c000 0x8000	 0x8000	 com.apple.iokit.IOHDAFamily (1.7.4a1) <5 4 3 1>
  48	0 0xffffff7f80874000 0x10000	0x10000	com.apple.driver.AppleHDAController (1.7.4a1) <47 9 5 4 3 1>
  49	7 0xffffff7f80884000 0x34000	0x34000	com.apple.iokit.AppleProfileFamily (41) <9 7 6 5 4 3 1>
  51	2 0xffffff7f808c0000 0xb000	 0xb000	 com.apple.driver.AppleSMC (3.1.0d3) <8 7 5 4 3>
  52	2 0xffffff7f808cb000 0x1a000	0x1a000	com.apple.iokit.IONetworkingFamily (1.10) <7 6 5 4 3 1>
  53	0 0xffffff7f808e5000 0x9000	 0x9000	 com.apple.iokit.IOFireWireIP (2.0.3) <52 35 5 4 3 1>
  54	0 0xffffff7f808ee000 0x6000	 0x6000	 com.apple.driver.AppleRTL8169Ethernet (1.1) <52 9 5 4 3 1>
  55	6 0xffffff7f808f4000 0x27000	0x27000	com.apple.iokit.IOGraphicsFamily (2.2) <9 7 5 4 3>
  56	2 0xffffff7f8091b000 0xe000	 0xe000	 com.apple.iokit.IONDRVSupport (2.2) <55 9 7 5 4 3>
  57	2 0xffffff7f80929000 0x2cf000   0x2cf000   com.apple.NVDAResman (6.2.6) <56 55 9 5 4 3 1>
  58	0 0xffffff7f80bf8000 0x404000   0x404000   com.apple.nvidia.nv50hal (6.2.6) <57 4 3>
  59	0 0xffffff7f80ffc000 0x3000	 0x3000	 com.apple.driver.AppleLPC (1.4.12) <9 5 4 3>
  60	0 0xffffff7f80fff000 0x2000	 0x2000	 com.apple.driver.AppleSMBusPCI (1.0.8d0) <9 5 4 3>
  61	1 0xffffff7f81001000 0xc000	 0xc000	 com.apple.driver.IOPlatformPluginFamily (4.5.0d5) <6 5 4 3>
  62	0 0xffffff7f8100d000 0x12000	0x12000	com.apple.driver.ACPI_SMC_PlatformPlugin (4.5.0d5) <61 51 9 8 7 6 5 4 3>
  63	0 0xffffff7f8101f000 0x19000	0x19000	com.apple.iokit.IOSCSIArchitectureModelFamily (2.6.5) <5 4 3 1>
  64	1 0xffffff7f81038000 0x5000	 0x5000	 com.apple.kext.OSvKernDSPLib (1.3) <5 4>
  65	4 0xffffff7f8103d000 0x1b000	0x1b000	com.apple.iokit.IOAudioFamily (1.8.0fc1) <64 5 4 3 1>
  66	1 0xffffff7f81058000 0x72000	0x72000	com.apple.driver.DspFuncLib (1.7.4a1) <65 5 4 3 1>
  67	0 0xffffff7f810ca000 0x83000	0x83000	com.apple.driver.AppleHDA (1.7.4a1) <66 65 47 5 4 3 1>
  69	0 0xffffff7f81155000 0xc3000	0xc3000	com.apple.GeForce (6.2.6) <57 56 55 9 7 6 5 4 3 1>
  70	1 0xffffff7f81218000 0x2000	 0x2000	 com.apple.iokit.IOSMBusFamily (1.1) <5 4 3>
  71	0 0xffffff7f8121a000 0xb000	 0xb000	 com.apple.driver.AppleSMBusController (1.0.8d0) <70 9 8 5 4 3>
  72	0 0xffffff7f81225000 0x4000	 0x4000	 com.apple.driver.AudioIPCDriver (1.1.6) <65 5 4 3 1>
  74	0 0xffffff7f8122b000 0x8000	 0x8000	 com.apple.driver.AppleIntelPenrynProfile (17) <49 6 4 3>
  75	0 0xffffff7f81233000 0x8000	 0x8000	 com.apple.driver.AppleMCCSControl (1.0.17) <55 9 7 5 4 3 1>
  76	0 0xffffff7f8123b000 0x5000	 0x5000	 com.apple.Dont_Steal_Mac_OS_X (7.0.0) <51 7 4 3 1>
  78	0 0xffffff7f81242000 0x5000	 0x5000	 com.apple.driver.AppleUpstreamUserClient (3.4.5) <55 9 8 7 5 4 3 1>
  79	0 0xffffff7f81247000 0x4000	 0x4000	 org.mozodojo.IntelCPUMonitor (1.0) <12 7 5 4 3>
  80	1 0xffffff7f8124b000 0xa000	 0xa000	 com.apple.iokit.IOSerialFamily (10.0.3) <7 6 5 4 3 1>
  81	0 0xffffff7f81255000 0xa000	 0xa000	 com.apple.iokit.IOBluetoothSerialManager (2.3.8f7) <80 7 5 4 3 1>
  82	0 0xffffff7f8125f000 0xc000	 0xc000	 com.apple.iokit.IOSurface (74.2) <7 5 4 3 1>
  83	0 0xffffff7f8126b000 0x3000	 0x3000	 com.apple.driver.AppleProfileCallstackAction (20) <49 5 4 3 1>
  84	0 0xffffff7f8126e000 0x5000	 0x5000	 com.apple.driver.AudioAUUC (1.13) <65 55 9 8 7 5 4 3 1>
  85	0 0xffffff7f81273000 0x2000	 0x2000	 com.apple.driver.AppleProfileKEventAction (10) <49 4 3 1>
  87	0 0xffffff7f8127e000 0x2000	 0x2000	 com.apple.driver.AppleProfileRegisterStateAction (10) <49 4 3 1>
  88	0 0xffffff7f81280000 0x2000	 0x2000	 com.apple.driver.AppleProfileThreadInfoAction (14) <49 6 4 3 1>
  89	0 0xffffff7f81282000 0x2000	 0x2000	 com.apple.driver.AppleProfileTimestampAction (10) <49 5 4 3 1>
  90	0 0xffffff7f81284000 0xa000	 0xa000	 com.apple.filesystems.autofs (2.1.0) <7 6 5 4 3 1>
  91	0 0xffffff7f8128e000 0x3000	 0x3000	 com.apple.driver.AppleProfileReadCounterAction (17) <49 6 4 3>
  92	0 0xffffff7f81291000 0x3000	 0x3000	 com.bresink.driver.BRESINKx86Monitoring (7.0) <5 4 3>
  93	0 0xffffff7f81294000 0x5000	 0x5000	 com.apple.driver.AppleHWSensor (1.9.3d0) <5 4 3>
  94	1 0xffffff7f81299000 0xc000	 0xc000	 com.apple.filesystems.msdosfs (1.6.3) <7 5 4 1>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...