
daniel_k
MemberContent Type
Profiles
Forums
Calendar
Store
Everything posted by daniel_k
-
Unfortunately, I'm almost 100% sure it's not. Probably related to GPIO, again. Related code in DSDT, HDA device: Virtual GPIO Controller may change HDAD variable: As GPIO code is not properly parsed, may result in malfunctional devices. Hmm, it seems that Method (_E02, 0, NotSerialized) // _Exx: Edge-Triggered GPE may not be executed at all? Can't find any document saying that XP supports this?
-
It's not a DSDT modification. You need to change default BIOS settings (EFI Setup variables, AMI default setting and IFR default setting) because Enable IO MWAIT Redirection it's not visible in BIOS Setup. The same way with Enable TCO Timer (fixes ACPI timer), don't need to patch FACP table. I'll send you the files later.
-
@Dietmar Now I see what you mean. You can't jump over a certain device because sometimes other code may have references to it. For example, in your Flex 10 DSDT table, if you skip Device GPO0, it is referenced in Device (SDHC), something bad may happen, Unless you skip all related devices. In the case of your Flex, GPIO/SDHC/I2C.
-
Windows 2000 BETA drivers for testing purposes
daniel_k replied to daniel_k's topic in Windows 2000/2003/NT4
Fixed! -
Then there is an issue with the ported drivers on older OSes. Nothing I can do about it. Fortunately, it doesn't seem to affect newer hardware, haven't seen any reports like yours. Kind of, but there are issues. Eventually, ports stop working and system must be restarted or even powered off in order to get them working again. Sadly, no.