NO. Its use APM instead of ACPI. The Phoenix BIOS in the X31 uses APM instead of ACPI.
On 3/23/07, viq <[EMAIL PROTECTED]> wrote: > > On 23/03/07, Marco Peereboom <[EMAIL PROTECTED]> wrote: > > Nothing "stopped" working. It has never been implemented in ACPI. > > Ah, ok, so it's "have thermal sensors or have suspend keys work", as I > suspected. Thank you for clarification. > > > On Fri, Mar 23, 2007 at 09:25:29PM +0100, viq wrote: > > > I have a TP X31 on which I just compiled ACPI-enabled kernel, so I > > > finally can get access to the thermal sensors. But, at the same time, > > > the shortcuts to suspend (Fn+F4), hibernate (Fn+F12) or even turn off > > > the screen (Fn+F3) stopped working. Is that a known behaviour? Is > > > there a way to make those work again? > > > > > > Kernel config I used: > > > =========<config>======================== > > > include "arch/i386/conf/GENERIC" > > > > > > option ACPIVERBOSE > > > option ACPI_ENABLE > > > acpi0 at mainbus? > > > acpitimer* at acpi? > > > acpihpet* at acpi? > > > acpiac* at acpi? > > > acpibat* at acpi? > > > acpibtn* at acpi? > > > acpicpu* at acpi? > > > acpidock* at acpi? > > > acpiec* at acpi? > > > acpiprt* at acpi? > > > acpitz* at acpi? > > > ===========</config>==================== > > > > > > Just in case, dmesg below: > > > > > > OpenBSD 4.1-current (ACPI) #1: Thu Mar 22 11:59:36 CET 2007 > > > [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/ACPI > > > cpu0: Intel(R) Pentium(R) M processor 1600MHz ("GenuineIntel" > > > 686-class) 1.60 GHz > > > cpu0: > > > > FPU,V86,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,TM,SBF,EST,TM2 > > > real mem = 804155392 (785308K) > > > avail mem = 725643264 (708636K) > > > using 4278 buffers containing 40333312 bytes (39388K) of memory > > > mainbus0 (root) > > > bios0 at mainbus0: AT/286+ BIOS, date 09/22/05, BIOS32 rev. 0 @ > > > 0xfd750, SMBIOS rev. 2.33 @ 0xe0010 (57 entries) > > > bios0: IBM 2885PWU > > > apm0 at bios0: Power Management spec V1.2 > > > apm0: battery life expectancy 100% > > > apm0: AC on, battery charge high > > > apm0: flags 30102 dobusy 0 doidle 1 > > > pcibios0 at bios0: rev 2.1 @ 0xfd6e0/0x920 > > > pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdea0/272 (15 entries) > > > pcibios0: PCI Interrupt Router at 000:31:0 ("Intel 82371FB ISA" rev > 0x00) > > > pcibios0: PCI bus #6 is the last bus > > > bios0: ROM list: 0xc0000/0x10000 0xd0000/0x1000 0xd1000/0x1000 > > > 0xdc000/0x4000! 0xe0000/0x10000 > > > acpi0 at mainbus0: rev 2 > > > acpi0: tables DSDT FACP SSDT ECDT TCPA BOOT > > > acpitimer0 at acpi0: 3579545 Hz, 24 bits > > > acpi device at acpi0 from table DSDT not configured > > > acpi device at acpi0 from table FACP not configured > > > acpi device at acpi0 from table SSDT not configured > > > acpi device at acpi0 from table ECDT not configured > > > acpi device at acpi0 from table TCPA not configured > > > acpi device at acpi0 from table BOOT not configured > > > acpiprt0 at acpi0: bus 0 (PCI0) > > > acpiprt1 at acpi0: bus 1 (AGP_) > > > acpiprt2 at acpi0: bus 2 (PCI1) > > > acpiprt3 at acpi0: bus 0 (DOCK) > > > acpiec0 at acpi0: EC__ > > > acpibtn0 at acpi0: LID_ > > > acpibtn1 at acpi0: SLPB > > > acpibat0 at acpi0: BAT0: model: IBM-08K8039 serial: 1202 type: LION > > > oem: Panasonic > > > acpibat1 at acpi0: BAT1: not present > > > acpibat2 at acpi0: BAT2: not present > > > acpiac0 at acpi0: AC unit online > > > acpicpu0 at acpi0: CPU_: 1600, 1400, 1200, 1000, 800, 600 MHz > > > acpitz0 at acpi0, critical temperature: 91 degC > > > cpu0 at mainbus0 > > > pci0 at mainbus0 bus 0: configuration mode 1 (no bios) > > > pchb0 at pci0 dev 0 function 0 "Intel 82855PE Hub" rev 0x03 > > > ppb0 at pci0 dev 1 function 0 "Intel 82855PE AGP" rev 0x03 > > > pci1 at ppb0 bus 1 > > > vga1 at pci1 dev 0 function 0 "ATI Radeon Mobility M6 LY" rev 0x00 > > > wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) > > > wsdisplay0: screen 1-5 added (80x25, vt100 emulation) > > > uhci0 at pci0 dev 29 function 0 "Intel 82801DB USB" rev 0x01: irq 11 > > > uhci1 at pci0 dev 29 function 1 "Intel 82801DB USB" rev 0x01: irq 11 > > > uhci2 at pci0 dev 29 function 2 "Intel 82801DB USB" rev 0x01: irq 11 > > > ehci0 at pci0 dev 29 function 7 "Intel 82801DB USB" rev 0x01: irq 11 > > > usb0 at ehci0: USB revision 2.0 > > > uhub0 at usb0 > > > uhub0: Intel EHCI root hub, rev 2.00/1.00, addr 1 > > > uhub0: 6 ports with 6 removable, self powered > > > ppb1 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0x81 > > > pci2 at ppb1 bus 2 > > > cbb0 at pci2 dev 0 function 0 "Ricoh 5C476 CardBus" rev 0xaa: irq 11 > > > cbb1 at pci2 dev 0 function 1 "Ricoh 5C476 CardBus" rev 0xaa: irq 5 > > > "Ricoh 5C552 Firewire" rev 0x02 at pci2 dev 0 function 2 not > configured > > > em0 at pci2 dev 1 function 0 "Intel PRO/1000MT (82540EP)" rev 0x03: > > > irq 11, address 00:09:6b:bf:79:b0 > > > ipw0 at pci2 dev 2 function 0 "Intel PRO/Wireless 2100" rev 0x04: irq > > > 11, address 00:04:23:78:c1:da > > > cardslot0 at cbb0 slot 0 flags 0 > > > cardbus0 at cardslot0: bus 3 device 0 cacheline 0x0, lattimer 0xb0 > > > pcmcia0 at cardslot0 > > > cardslot1 at cbb1 slot 1 flags 0 > > > cardbus1 at cardslot1: bus 6 device 0 cacheline 0x0, lattimer 0xb0 > > > pcmcia1 at cardslot1 > > > ichpcib0 at pci0 dev 31 function 0 "Intel 82801DBM LPC" rev 0x01 > > > pciide0 at pci0 dev 31 function 1 "Intel 82801DBM IDE" rev 0x01: DMA, > > > channel 0 configured to compatibility, channel 1 configured to > > > compatibility > > > wd0 at pciide0 channel 0 drive 0: <ST9120821A> > > > wd0: 16-sector PIO, LBA48, 114473MB, 234441648 sectors > > > wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5 > > > atapiscsi0 at pciide0 channel 1 drive 0 > > > scsibus0 at atapiscsi0: 2 targets > > > cd0 at scsibus0 targ 0 lun 0: <HL-DT-ST, RW/DVD GCC-4240N, 0213> SCSI0 > > > 5/cdrom removable > > > cd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 2 > > > ichiic0 at pci0 dev 31 function 3 "Intel 82801DB SMBus" rev 0x01: irq > 5 > > > iic0 at ichiic0 > > > auich0 at pci0 dev 31 function 5 "Intel 82801DB AC97" rev 0x01: irq 5, > > > ICH4 AC97 > > > ac97: codec id 0x41445374 (Analog Devices AD1981B) > > > ac97: codec features headphone, 20 bit DAC, No 3D Stereo > > > audio0 at auich0 > > > "Intel 82801DB Modem" rev 0x01 at pci0 dev 31 function 6 not > configured > > > usb1 at uhci0: USB revision 1.0 > > > uhub1 at usb1 > > > uhub1: Intel UHCI root hub, rev 1.00/1.00, addr 1 > > > uhub1: 2 ports with 2 removable, self powered > > > usb2 at uhci1: USB revision 1.0 > > > uhub2 at usb2 > > > uhub2: Intel UHCI root hub, rev 1.00/1.00, addr 1 > > > uhub2: 2 ports with 2 removable, self powered > > > usb3 at uhci2: USB revision 1.0 > > > uhub3 at usb3 > > > uhub3: Intel UHCI root hub, rev 1.00/1.00, addr 1 > > > uhub3: 2 ports with 2 removable, self powered > > > isa0 at ichpcib0 > > > isadma0 at isa0 > > > pckbc0 at isa0 port 0x60/5 > > > pckbd0 at pckbc0 (kbd slot) > > > pckbc0: using irq 1 for kbd slot > > > wskbd0 at pckbd0: console keyboard, using wsdisplay0 > > > pms0 at pckbc0 (aux slot) > > > pckbc0: using irq 12 for aux slot > > > wsmouse0 at pms0 mux 0 > > > pcppi0 at isa0 port 0x61 > > > midi0 at pcppi0: <PC speaker> > > > spkr0 at pcppi0 > > > lpt2 at isa0 port 0x3bc/4: polled > > > npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 > > > pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo > > > pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo > > > biomask efe5 netmask efe5 ttymask ffe7 > > > pctr: 686-class user-level performance counters enabled > > > mtrr: Pentium Pro MTRR support > > > dkcsum: wd0 matches BIOS drive 0x80 > > > root on wd0a > > > rootdev=0x0 rrootdev=0x300 rawdev=0x302 > > > auich0: measured ac97 link rate at 47954 Hz, will use 48000 Hz > > > > > > > > > -- > > > viq > > > > > > > > -- > viq