Custom Query (581 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 581)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#376 Unsupported Version setgetstate does not work with SMP kernel Karlheinz Schmidthaus
Description

eCS 2.0 RC6a install the SMP kernel by default and now there is a problem with setgetstate, it does not change the state. Switching back to the W4 kernel and it works.

Hardware: IBM ThinkPad? T42p

#175 fixed rwklein pasha Chuck McKinnis
Description

Thinkpad T60p

When ACPI 3.05 is loaded it traps (trap 0008 after the last device driver is loaded (some kind of init switch state in the kernel). Disable /SMP /APIC and the trap goes away. Turns out it happens when speedstep in the BIOS is switched off. Turn it on and machine can load with /SMP /APIC. Not loading APM.ADD, still the machine traps.

Will post logs later.

Roderick Klein

#471 wontfix return values for GetCS, GetSS not correctly set eco Lars Erdmann
Description

src\acpi\Drvlib\misc.asm:
routine "GetCS" around line 69:
is:
GetCS Proc Near

mov eax,cs
ret

GetCS EndP

should be:
GetCS Proc Near

xor eax,eax
mov ax,cs
ret

GetCS EndP

analogous for routine "GetSS" around line 76 , should be:
GetSS Proc Near

xor eax,eax
mov ax,ss
ret

GetSS EndP

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.