Search results

Loading Google Results...
  1. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    I copied the hexadecimal content in the form of of an approximately 130kb sized file with Hex Fiend and pasted it. It results in the data being placed as a sequence of <character><character><whitespace> in a very long single line. That's when the crash occurs. The content of the file shouldn't...
  2. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    It crashes when the data is single line. Report: http://pastebin.com/raw.php?i=YE16ri5a
  3. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    I would like to report that scrolling is quite an obstacle in the current build. The syntax highlighting is applied to visible code regions only but when this happens, the whole app freezes for approximately one second. I believe it went somehow smoother in earlier versions. EDIT: One more...
  4. xsmile

    DPCIManager 1.5 Open Beta

    Thanks for the update. Can I ask how the PStates are read out? Do you use the same register MSR_PERF_STATUS (0x198) as MSRDumper does?
  5. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    Just the external definition changes, in case you meant this part with header. iMac13,1 has its own SSDTs for the IGPU, GFX0, HDEF section and SATA for instance. It's not just CPU PM. My Asus has got an SSDT SATA section, too. In contrast to Asus, Apple keeps the power management methods for...
  6. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    Looking into the help output of the iasl4 version (included in MaciASL) reveals: -e [f1,f2] Include ACPI table(s) for external symbol resolution This isn't a new feature. Its a requirement for a correct disassembly. Honestly, I didn't notice anything bad yet after not including SSDTs. I...
  7. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    I've got a big feature request :P : Collapsable code sections. Again, in case you got nothing to focus on. It seems it is crucial to disassemble the DSDT together with all SSDTs in order to maintain correct external method calls. This would require the editor to get all SSDTs or ask for a...
  8. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    I understand it the same way. That will do it and also is accepted by DSDT Editor.
  9. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    Here is the patch I tried to apply with DSDT Editor: into_all all code_regex XHC code_regex_not XHC[a-zA-Z0-9] replaceall_matched begin XHC1 end and the shortened result: // into_all all code_regex XHC code_regex_not XHC[a-zA-Z0-9] replaceall_matched ... Notify (\_SB.PCI0.XHC, 0x02) If (LAnd...
  10. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    The compiler doesn't really care about the formatting I guess but it would be really nice to have such a feature to clean up larger parts of code that were patched or edited. This would be just for the dsl files, indeed; nevertheless it makes the code more readable. I can live without it of...
  11. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    @SJ_UnderWater: Thanks for the update. Some more things: - It would be nice to tab marked code blocks, forward and back - I would like to see an option to view not just Methods in the left sidebar but also Names and maybe others. - You might want to reduce the icon file sizes
  12. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    Bug report: If iasl produces many messages - about 20 maybe - not all are catched by the output window and a different number is displayed on each compilation process with the same content. The amount in the status bar on the bottom is always correct though.
  13. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    @SJ_UnderWater: I've got a feature request. Can you please add automatic indentation of new code snippets inserted by patches? Have you got plans to make a bigger patch repository in near future?
  14. xsmile

    Native DSDT/AML IDE & Compiler: MaciASL Open Beta

    Thanks for the app. PS: You might want to change/remove the second download link in your first post as it leads to the old build 210.
  15. xsmile

    Asus 1155 Patched BIOS Repository

    @irex01: Sadly not. Currently I don't use one at all. Sound and the ASM1042 USB3 chipset are the only things not working yet (I hope) but they need kexts anyway. Whats your progress?
  16. xsmile

    Asus 1155 Patched BIOS Repository

    @irex01: Works well for me so far without NullCPUPowerManagement and with Sleep in 10.8.3. I used Phoenixtool to dis- and assemble the ROM. Besides the MSR unlock, no other changes were made.
  17. xsmile

    Asus 1155 Patched BIOS Repository

    EDIT: Asus P8Z77-V LK v0908 BIOS removed. Use the utility "PMPatch" by CodeRush to modify it yourself. In case someone used it, restore your original manufacturer data. Thanks.
Back
Top