On Dec 11 00:30:15, Chris Zakelj wrote:
> Curious problem here, though I'm probably missing something obvious.  I 
> have apm enabled through /etc/rc.conf.local (apmd_flags=""), and when I 
> issue 'shutdown -h -p now', the system powers off correctly.  However, 
> if I try to use sleep or suspend ('apm -S' or 'apm -z'), the system acts 
> like it's going to power down, blinks the monitor momentarily, then 
> wakes right back up like nothing ever happened.  Where to look next?
> 
> # dmesg                                                                
> OpenBSD 4.2-stable (GENERIC) #0: Fri Dec  7 23:23:20 EST 2007
>    [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
> cpu0: AMD Opteron(tm) Processor 154  ("AuthenticAMD" 686-class, 1024KB 
> L2 cache) 2.82 GHz
> cpu0: 
> FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SSE3
> cpu0: AMD erratum 89 present, BIOS upgrade may be required
> real mem  = 535261184 (510MB)
> avail mem = 509927424 (486MB)
> mainbus0 at root
> bios0 at mainbus0: AT/286+ BIOS, date 05/30/06, BIOS32 rev. 0 @ 0xfa850, 
> SMBIOS rev. 2.2 @ 0xf0000 (39 entries)
> bios0: vendor Phoenix Technologies, LTD version "6.00 PG" date 05/30/2006
> bios0: http://www.abit.com.tw/ KN8 Series(NF-CK804)
> apm0 at bios0: Power Management spec V1.2
> apm0: AC on, battery charge unknown
> apm0: flags 70102 dobusy 1 doidle 1

What is flags 070102?
apm(4) says the low two bytes are the "V1.2" spec,
but only mentions 0x10000 (disable interrupts during APM BIOS calls)
and 0x20000 (alter battery life estimations). What is 0x40000?

        Jan

Reply via email to