Re: generic.mp on laptop question: resolved

2009-04-21 Thread Pierre Riteau
On Fri, Apr 17, 2009 at 05:48:00PM -0500, Denny White wrote:
 On Fri, Apr 17, 2009 at 10:48:58AM -0400, Dan Harnett spoke thusly:
  On Fri, Apr 17, 2009 at 12:02:35AM -0500, Denny White wrote:
   Okay, dumb-ass me. Sitting here looking at the screen it finally
   dawned on me I'm not looking at 2 physical cpu's, per se, but
   instead 2 built onto one chip. Gee, I wish I would've come up
   with that beforehand instead of opening my mouth and removing
   any doubt in regards to my hardware ignorance. Only thing in
   my defense is I've never owned anything like that before. Before
   getting this laptop given to me, my fastest box was an aging dell
   dimension Pentium IV 2.66. No dual-cores, no dual-cpu's. Time to
   slink off now. ;)
  
  A processor can have multiple sensors even though it is only a single
  physical package.  It varies between processors.
  
$ sysctl hw.model hw.sensors
hw.model=Intel(R) Core(TM)2 Duo CPU L7500 @ 1.60GHz
hw.sensors.cpu0.temp0=44.00 degC
hw.sensors.cpu1.temp0=44.00 degC
hw.sensors.acpitz0.temp0=45.05 degC (zone temperature)
hw.sensors.acpitz1.temp0=44.05 degC (zone temperature)
hw.sensors.acpibat0.volt0=14.40 VDC (voltage)
hw.sensors.acpibat0.volt1=16.53 VDC (current voltage)
hw.sensors.acpibat0.watthour0=36.62 Wh (last full capacity)
hw.sensors.acpibat0.watthour1=1.83 Wh (warning capacity)
hw.sensors.acpibat0.watthour2=0.20 Wh (low capacity)
hw.sensors.acpibat0.watthour3=36.45 Wh (remaining capacity), OK
hw.sensors.acpibat0.raw0=0 (battery idle), OK
hw.sensors.acpibat0.raw1=0 (rate)
hw.sensors.acpiac0.indicator0=On (power supply)
hw.sensors.acpithinkpad0.temp0=45.00 degC (TMP0)
hw.sensors.acpithinkpad0.temp1=34.00 degC (TMP1)
hw.sensors.acpithinkpad0.temp2=34.00 degC (TMP2)
hw.sensors.acpithinkpad0.temp3=38.00 degC (TMP3)
hw.sensors.acpithinkpad0.temp4=24.00 degC (TMP4)
hw.sensors.acpithinkpad0.temp6=24.00 degC (TMP6)
hw.sensors.acpithinkpad0.fan0=0 RPM (fan)
hw.sensors.iwn0.temp0=56.00 degC
hw.sensors.aps0.temp0=34.00 degC
hw.sensors.aps0.temp1=34.00 degC
hw.sensors.aps0.indicator0=On (Keyboard Active)
hw.sensors.aps0.indicator1=Off (Mouse Active)
hw.sensors.aps0.indicator2=On (Lid Open)
hw.sensors.aps0.raw0=507 (X_ACCEL)
hw.sensors.aps0.raw1=513 (Y_ACCEL)
hw.sensors.aps0.raw2=507 (X_VAR)
hw.sensors.aps0.raw3=513 (Y_VAR)
 
 Yup, so I've learned. Thanks, Dan. Like I said before, never
 owned anything that modern before. ;) But, since last night,
 I've done a lot of reading up on it. Should've done it before
 but I didn't know I was gonna be given a new dual-core laptop.
 That doesn't happen very often. Not around here anyway. ;) 

It's just that the code creating hw.sensors.cpuX.temp0 is a little
different between i386 and amd64, so amd64 shows one sensor for each
core (but with the same temperature) while i386 shows only one sensor
for all cores.



Re: generic.mp on laptop question: resolved

2009-04-21 Thread Denny White
On Tue, Apr 21, 2009 at 01:17:37PM +0200, Pierre Riteau spoke thusly:
 On Fri, Apr 17, 2009 at 05:48:00PM -0500, Denny White wrote:
  On Fri, Apr 17, 2009 at 10:48:58AM -0400, Dan Harnett spoke thusly:
   On Fri, Apr 17, 2009 at 12:02:35AM -0500, Denny White wrote:
Okay, dumb-ass me. Sitting here looking at the screen it finally
dawned on me I'm not looking at 2 physical cpu's, per se, but
instead 2 built onto one chip. Gee, I wish I would've come up
with that beforehand instead of opening my mouth and removing
any doubt in regards to my hardware ignorance. Only thing in
my defense is I've never owned anything like that before. Before
getting this laptop given to me, my fastest box was an aging dell
dimension Pentium IV 2.66. No dual-cores, no dual-cpu's. Time to
slink off now. ;)
   
   A processor can have multiple sensors even though it is only a single
   physical package.  It varies between processors.
   
 $ sysctl hw.model hw.sensors
 hw.model=Intel(R) Core(TM)2 Duo CPU L7500 @ 1.60GHz
 hw.sensors.cpu0.temp0=44.00 degC
 hw.sensors.cpu1.temp0=44.00 degC
 hw.sensors.acpitz0.temp0=45.05 degC (zone temperature)
 hw.sensors.acpitz1.temp0=44.05 degC (zone temperature)
 hw.sensors.acpibat0.volt0=14.40 VDC (voltage)
 hw.sensors.acpibat0.volt1=16.53 VDC (current voltage)
 hw.sensors.acpibat0.watthour0=36.62 Wh (last full capacity)
 hw.sensors.acpibat0.watthour1=1.83 Wh (warning capacity)
 hw.sensors.acpibat0.watthour2=0.20 Wh (low capacity)
 hw.sensors.acpibat0.watthour3=36.45 Wh (remaining capacity), OK
 hw.sensors.acpibat0.raw0=0 (battery idle), OK
 hw.sensors.acpibat0.raw1=0 (rate)
 hw.sensors.acpiac0.indicator0=On (power supply)
 hw.sensors.acpithinkpad0.temp0=45.00 degC (TMP0)
 hw.sensors.acpithinkpad0.temp1=34.00 degC (TMP1)
 hw.sensors.acpithinkpad0.temp2=34.00 degC (TMP2)
 hw.sensors.acpithinkpad0.temp3=38.00 degC (TMP3)
 hw.sensors.acpithinkpad0.temp4=24.00 degC (TMP4)
 hw.sensors.acpithinkpad0.temp6=24.00 degC (TMP6)
 hw.sensors.acpithinkpad0.fan0=0 RPM (fan)
 hw.sensors.iwn0.temp0=56.00 degC
 hw.sensors.aps0.temp0=34.00 degC
 hw.sensors.aps0.temp1=34.00 degC
 hw.sensors.aps0.indicator0=On (Keyboard Active)
 hw.sensors.aps0.indicator1=Off (Mouse Active)
 hw.sensors.aps0.indicator2=On (Lid Open)
 hw.sensors.aps0.raw0=507 (X_ACCEL)
 hw.sensors.aps0.raw1=513 (Y_ACCEL)
 hw.sensors.aps0.raw2=507 (X_VAR)
 hw.sensors.aps0.raw3=513 (Y_VAR)
  
  Yup, so I've learned. Thanks, Dan. Like I said before, never
  owned anything that modern before. ;) But, since last night,
  I've done a lot of reading up on it. Should've done it before
  but I didn't know I was gonna be given a new dual-core laptop.
  That doesn't happen very often. Not around here anyway. ;) 
 
 It's just that the code creating hw.sensors.cpuX.temp0 is a little
 different between i386 and amd64, so amd64 shows one sensor for each
 core (but with the same temperature) while i386 shows only one sensor
 for all cores.

I'm trying now to figure out why fan isn't shown. I know there's
some power handling going on. I can get the screen to turn off,
just in X, but when I run sysctl hw.sensors there's nothing about
the fan.


Denny White 

-- 

===
() ASCII ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
===
GnuPG key  : 0x1644E79A  |  http://wwwkeys.nl.pgp.net
Fingerprint: D0A9 AD44 1F10 E09E 0E67  EC25 CB44 F2E5 1644 E79A
===



Re: generic.mp on laptop question: resolved

2009-04-17 Thread Neal Hogan
On Fri, Apr 17, 2009 at 12:02 AM, Denny White denny...@cableone.net wrote:
 On Thu, Apr 16, 2009 at 08:41:27PM -0500, Denny White spoke thusly:
 Laptop is a Toshiba L305-S5921. I'm running -current on it with a snapshot
from 04/14/09. No, I couldn't wait for my new cd's
 presently in route. ;) Mostly done just for learning purposes 
 to see what I could get going on the new laptop which was given
 to me as a present. I would've probably chosen a Lenovo if I'd
 have had my choice, but I'm not going to turn down a free laptop.
 Built GENERIC.MP which ran fine for me. When I do

 sysctl hw.sensors

 I get

 hw.sensors.acpiac0.indicator0=On (power supply)
 hw.sensors.acpibat0.volt0=12.34 VDC (voltage)
 hw.sensors.acpibat0.volt1=12.34 VDC (current voltage)
 hw.sensors.acpibat0.amphour0=4.50 Ah (last full capacity)
 hw.sensors.acpibat0.amphour1=0.00 Ah (warning capacity)
 hw.sensors.acpibat0.amphour2=0.00 Ah (low capacity)
 hw.sensors.acpibat0.amphour3=4.50 Ah (remaining capacity), OK
 hw.sensors.acpibat0.raw0=0 (battery full), OK
 hw.sensors.acpibat0.raw1=0 (rate)
 hw.sensors.cpu0.temp0=45.00 degC

 which doesn't show cpu1. Next is the top portion of top's output
 which does show both cpu's:

 load averages:  1.09,  1.02,  0.9901:03:49
 22 processes:  21 idle, 1 on processor
 CPU0 states:  3.7% user,  0.0% nice,  1.8% system,  0.3% interrupt, 94.2%
idle
 CPU1 states:  4.0% user,  0.0% nice,  1.8% system,  0.0% interrupt, 94.2%
idle
 Memory: Real: 7520K/349M act/tot  Free: 2538M  Swap: 0K/1028M used/tot


 Here's dmesg which also shows both cpu's but fails on
 acpitz0 at acpi0acpitz0: THRM: failed to read _TMP
 which I thought might have something to do with the issue:


 OpenBSD 4.5-current (GENERIC.MP) #1: Wed Apr 15 14:22:16 UTC 2009
 r...@lapdaddy.cableone.net:/usr/src/sys/arch/i386/compile/GENERIC.MP
 cpu0: Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz (GenuineIntel
686-class) 2.17 GHz
 cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,CX16,xTPR
 real mem  = 3081773056 (2939MB)
 avail mem = 2983903232 (2845MB)
 mainbus0 at root
 bios0 at mainbus0: AT/286+ BIOS, date 12/23/08, SMBIOS rev. 2.4 @ 0xe8120
(35 entries)
 bios0: vendor INSYDE version 1.60 date 12/23/2008
 bios0: TOSHIBA Satellite L305
 acpi0 at bios0: rev 2
 acpi0: tables DSDT FACP HPET APIC MCFG ASF! SLIC BOOT SSDT
 acpi0: wakeup devices LID0(S4) P32_(S0) UHC1(S3) UHC2(S3) ECHI(S3) EXP1(S0)
EXP2(S0) EXP3(S4) EXP4(S4) EXP5(S4) EXP6(S4) AZAL(S4)
 acpitimer0 at acpi0: 3579545 Hz, 24 bits
 acpihpet0 at acpi0: 14318179 Hz
 acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
 cpu0 at mainbus0: apid 0 (boot processor)
 cpu0: apic clock running at 166MHz
 cpu1 at mainbus0: apid 1 (application processor)
 cpu1: Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz (GenuineIntel
686-class) 2.17 GHz
 cpu1:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,CX16,xTPR
 ioapic0 at mainbus0: apid 4 pa 0xfec0, version 20, 24 pins
 ioapic0: misconfigured as apic 0, remapped to apid 4
 acpiprt0 at acpi0: bus 0 (PCI0)
 acpiprt1 at acpi0: bus 4 (P32_)
 acpiprt2 at acpi0: bus 2 (EXP1)
 acpiprt3 at acpi0: bus 3 (EXP2)
 acpiprt4 at acpi0: bus -1 (EXP3)
 acpiprt5 at acpi0: bus -1 (EXP4)
 acpiprt6 at acpi0: bus 6 (EXP5)
 acpiprt7 at acpi0: bus -1 (EXP6)
 acpiprt8 at acpi0: bus -1 (PEGP)
 acpiec0 at acpi0
 acpicpu0 at acpi0
 acpicpu1 at acpi0
 acpitz0 at acpi0acpitz0: THRM: failed to read _TMP
 : failed to read _TMP
 acpibtn0 at acpi0: PWRB
 acpibtn1 at acpi0: LID0
 acpiac0 at acpi0: AC unit online
 acpibat0 at acpi0: BAT0 model PA3534U-1BRS serial 7C3B type Li-ion
 acpivideo at acpi0 not configured
 acpivideo at acpi0 not configured
 bios0: ROM list: 0xc/0xfa00! 0xd/0x1000 0xd1000/0x2c00!
 cpu0: unknown Enhanced SpeedStep CPU, msr 0x060f0d2a06000d2a
 cpu0: using only highest and lowest power states
 cpu0: Enhanced SpeedStep 2167 MHz (1372 mV): speeds: 2167, 1000 MHz
 pci0 at mainbus0 bus 0: configuration mode 1 (bios)
 pchb0 at pci0 dev 0 function 0 Intel GM45 Host rev 0x07
 vga1 at pci0 dev 2 function 0 Intel GM45 Video rev 0x07
 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
 wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
 intagp0 at vga1
 agp0 at intagp0: aperture at 0xc000, size 0x1000
 inteldrm0 at vga1: apic 4 int 16 (irq 11)
 drm0 at inteldrm0
 Intel GM45 Video rev 0x07 at pci0 dev 2 function 1 not configured
 uhci0 at pci0 dev 26 function 0 Intel 82801I USB rev 0x03: apic 4 int 16
(irq 11)
 uhci1 at pci0 dev 26 function 1 Intel 82801I USB rev 0x03: apic 4 int 21
(irq 10)
 ehci0 at pci0 dev 26 function 7 Intel 82801I USB rev 0x03: apic 4 int 19
(irq 11)
 ehci0: timed out waiting for BIOS
 usb0 at ehci0: USB revision 2.0
 uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
 azalia0 at pci0 dev 27 function 0 Intel 82801I HD Audio rev 

Re: generic.mp on laptop question: resolved

2009-04-17 Thread Denny White
On Fri, Apr 17, 2009 at 06:45:48AM -0500, Neal Hogan spoke thusly:
 On Fri, Apr 17, 2009 at 12:02 AM, Denny White denny...@cableone.net wrote:
 
ORIGINAL MESSAGE CONTENT SNIPPED FOR BREVITY
 
  Okay, dumb-ass me. Sitting here looking at the screen it finally
  dawned on me I'm not looking at 2 physical cpu's, per se, but
  instead 2 built onto one chip. Gee, I wish I would've come up
  with that beforehand instead of opening my mouth and removing
  any doubt in regards to my hardware ignorance. Only thing in
  my defense is I've never owned anything like that before. Before
  getting this laptop given to me, my fastest box was an aging dell
  dimension Pentium IV 2.66. No dual-cores, no dual-cpu's. Time to
  slink off now. ;)
 
 I'm sure there are other dumb-asses out there ( I just saw one in the
 mirror a minute ago) . . . your post will come in handy for those
 dumb-asses who actually check the archives.
 

There are other unintelligent life forms out there? Hallelujah, I'm
not alone anymore, and my cd's should arrive today. Life is good.
Thanks, Neal. ;)

Denny White

 
 -- 
 www.nealhogan.net  www.lambdaserver.com
 

-- 

===
() ASCII ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
===
GnuPG key  : 0x1644E79A  |  http://wwwkeys.nl.pgp.net
Fingerprint: D0A9 AD44 1F10 E09E 0E67  EC25 CB44 F2E5 1644 E79A
===



generic.mp on laptop question

2009-04-16 Thread Denny White
Laptop is a Toshiba L305-S5921. I'm running -current on it with a snapshot from 
04/14/09. No, I couldn't wait for my new cd's
presently in route. ;) Mostly done just for learning purposes 
to see what I could get going on the new laptop which was given
to me as a present. I would've probably chosen a Lenovo if I'd
have had my choice, but I'm not going to turn down a free laptop.
Built GENERIC.MP which ran fine for me. When I do

sysctl hw.sensors

I get

hw.sensors.acpiac0.indicator0=On (power supply)
hw.sensors.acpibat0.volt0=12.34 VDC (voltage)
hw.sensors.acpibat0.volt1=12.34 VDC (current voltage)
hw.sensors.acpibat0.amphour0=4.50 Ah (last full capacity)
hw.sensors.acpibat0.amphour1=0.00 Ah (warning capacity)
hw.sensors.acpibat0.amphour2=0.00 Ah (low capacity)
hw.sensors.acpibat0.amphour3=4.50 Ah (remaining capacity), OK
hw.sensors.acpibat0.raw0=0 (battery full), OK
hw.sensors.acpibat0.raw1=0 (rate)
hw.sensors.cpu0.temp0=45.00 degC

which doesn't show cpu1. Next is the top portion of top's output
which does show both cpu's:

load averages:  1.09,  1.02,  0.9901:03:49
22 processes:  21 idle, 1 on processor
CPU0 states:  3.7% user,  0.0% nice,  1.8% system,  0.3% interrupt, 94.2% idle
CPU1 states:  4.0% user,  0.0% nice,  1.8% system,  0.0% interrupt, 94.2% idle
Memory: Real: 7520K/349M act/tot  Free: 2538M  Swap: 0K/1028M used/tot


Here's dmesg which also shows both cpu's but fails on
acpitz0 at acpi0acpitz0: THRM: failed to read _TMP
which I thought might have something to do with the issue:


OpenBSD 4.5-current (GENERIC.MP) #1: Wed Apr 15 14:22:16 UTC 2009
r...@lapdaddy.cableone.net:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz (GenuineIntel 686-class) 
2.17 GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,CX16,xTPR
real mem  = 3081773056 (2939MB)
avail mem = 2983903232 (2845MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 12/23/08, SMBIOS rev. 2.4 @ 0xe8120 (35 
entries)
bios0: vendor INSYDE version 1.60 date 12/23/2008
bios0: TOSHIBA Satellite L305
acpi0 at bios0: rev 2
acpi0: tables DSDT FACP HPET APIC MCFG ASF! SLIC BOOT SSDT
acpi0: wakeup devices LID0(S4) P32_(S0) UHC1(S3) UHC2(S3) ECHI(S3) EXP1(S0) 
EXP2(S0) EXP3(S4) EXP4(S4) EXP5(S4) EXP6(S4) AZAL(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 166MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz (GenuineIntel 686-class) 
2.17 GHz
cpu1: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,CX16,xTPR
ioapic0 at mainbus0: apid 4 pa 0xfec0, version 20, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 4
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 4 (P32_)
acpiprt2 at acpi0: bus 2 (EXP1)
acpiprt3 at acpi0: bus 3 (EXP2)
acpiprt4 at acpi0: bus -1 (EXP3)
acpiprt5 at acpi0: bus -1 (EXP4)
acpiprt6 at acpi0: bus 6 (EXP5)
acpiprt7 at acpi0: bus -1 (EXP6)
acpiprt8 at acpi0: bus -1 (PEGP)
acpiec0 at acpi0
acpicpu0 at acpi0
acpicpu1 at acpi0
acpitz0 at acpi0acpitz0: THRM: failed to read _TMP
: failed to read _TMP
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID0
acpiac0 at acpi0: AC unit online
acpibat0 at acpi0: BAT0 model PA3534U-1BRS serial 7C3B type Li-ion
acpivideo at acpi0 not configured
acpivideo at acpi0 not configured
bios0: ROM list: 0xc/0xfa00! 0xd/0x1000 0xd1000/0x2c00!
cpu0: unknown Enhanced SpeedStep CPU, msr 0x060f0d2a06000d2a
cpu0: using only highest and lowest power states
cpu0: Enhanced SpeedStep 2167 MHz (1372 mV): speeds: 2167, 1000 MHz
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 Intel GM45 Host rev 0x07
vga1 at pci0 dev 2 function 0 Intel GM45 Video rev 0x07
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
intagp0 at vga1
agp0 at intagp0: aperture at 0xc000, size 0x1000
inteldrm0 at vga1: apic 4 int 16 (irq 11)
drm0 at inteldrm0
Intel GM45 Video rev 0x07 at pci0 dev 2 function 1 not configured
uhci0 at pci0 dev 26 function 0 Intel 82801I USB rev 0x03: apic 4 int 16 (irq 
11)
uhci1 at pci0 dev 26 function 1 Intel 82801I USB rev 0x03: apic 4 int 21 (irq 
10)
ehci0 at pci0 dev 26 function 7 Intel 82801I USB rev 0x03: apic 4 int 19 (irq 
11)
ehci0: timed out waiting for BIOS
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
azalia0 at pci0 dev 27 function 0 Intel 82801I HD Audio rev 0x03: apic 4 int 
22 (irq 11)
azalia0: codecs: Realtek ALC268, ATT/Lucent/0x1040, using Realtek ALC268
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 Intel 82801I PCIE rev 0x03: apic 4 int 17 (irq 
5)
pci1 at ppb0 bus 2
re0 at 

Re: generic.mp on laptop question: resolved

2009-04-16 Thread Denny White
On Thu, Apr 16, 2009 at 08:41:27PM -0500, Denny White spoke thusly:
 Laptop is a Toshiba L305-S5921. I'm running -current on it with a snapshot 
 from 04/14/09. No, I couldn't wait for my new cd's
 presently in route. ;) Mostly done just for learning purposes 
 to see what I could get going on the new laptop which was given
 to me as a present. I would've probably chosen a Lenovo if I'd
 have had my choice, but I'm not going to turn down a free laptop.
 Built GENERIC.MP which ran fine for me. When I do
 
 sysctl hw.sensors
 
 I get
 
 hw.sensors.acpiac0.indicator0=On (power supply)
 hw.sensors.acpibat0.volt0=12.34 VDC (voltage)
 hw.sensors.acpibat0.volt1=12.34 VDC (current voltage)
 hw.sensors.acpibat0.amphour0=4.50 Ah (last full capacity)
 hw.sensors.acpibat0.amphour1=0.00 Ah (warning capacity)
 hw.sensors.acpibat0.amphour2=0.00 Ah (low capacity)
 hw.sensors.acpibat0.amphour3=4.50 Ah (remaining capacity), OK
 hw.sensors.acpibat0.raw0=0 (battery full), OK
 hw.sensors.acpibat0.raw1=0 (rate)
 hw.sensors.cpu0.temp0=45.00 degC
 
 which doesn't show cpu1. Next is the top portion of top's output
 which does show both cpu's:
 
 load averages:  1.09,  1.02,  0.9901:03:49
 22 processes:  21 idle, 1 on processor
 CPU0 states:  3.7% user,  0.0% nice,  1.8% system,  0.3% interrupt, 94.2% idle
 CPU1 states:  4.0% user,  0.0% nice,  1.8% system,  0.0% interrupt, 94.2% idle
 Memory: Real: 7520K/349M act/tot  Free: 2538M  Swap: 0K/1028M used/tot
 
 
 Here's dmesg which also shows both cpu's but fails on
 acpitz0 at acpi0acpitz0: THRM: failed to read _TMP
 which I thought might have something to do with the issue:
 
 
 OpenBSD 4.5-current (GENERIC.MP) #1: Wed Apr 15 14:22:16 UTC 2009
 r...@lapdaddy.cableone.net:/usr/src/sys/arch/i386/compile/GENERIC.MP
 cpu0: Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz (GenuineIntel 686-class) 
 2.17 GHz
 cpu0: 
 FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,CX16,xTPR
 real mem  = 3081773056 (2939MB)
 avail mem = 2983903232 (2845MB)
 mainbus0 at root
 bios0 at mainbus0: AT/286+ BIOS, date 12/23/08, SMBIOS rev. 2.4 @ 0xe8120 (35 
 entries)
 bios0: vendor INSYDE version 1.60 date 12/23/2008
 bios0: TOSHIBA Satellite L305
 acpi0 at bios0: rev 2
 acpi0: tables DSDT FACP HPET APIC MCFG ASF! SLIC BOOT SSDT
 acpi0: wakeup devices LID0(S4) P32_(S0) UHC1(S3) UHC2(S3) ECHI(S3) EXP1(S0) 
 EXP2(S0) EXP3(S4) EXP4(S4) EXP5(S4) EXP6(S4) AZAL(S4)
 acpitimer0 at acpi0: 3579545 Hz, 24 bits
 acpihpet0 at acpi0: 14318179 Hz
 acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
 cpu0 at mainbus0: apid 0 (boot processor)
 cpu0: apic clock running at 166MHz
 cpu1 at mainbus0: apid 1 (application processor)
 cpu1: Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz (GenuineIntel 686-class) 
 2.17 GHz
 cpu1: 
 FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,CX16,xTPR
 ioapic0 at mainbus0: apid 4 pa 0xfec0, version 20, 24 pins
 ioapic0: misconfigured as apic 0, remapped to apid 4
 acpiprt0 at acpi0: bus 0 (PCI0)
 acpiprt1 at acpi0: bus 4 (P32_)
 acpiprt2 at acpi0: bus 2 (EXP1)
 acpiprt3 at acpi0: bus 3 (EXP2)
 acpiprt4 at acpi0: bus -1 (EXP3)
 acpiprt5 at acpi0: bus -1 (EXP4)
 acpiprt6 at acpi0: bus 6 (EXP5)
 acpiprt7 at acpi0: bus -1 (EXP6)
 acpiprt8 at acpi0: bus -1 (PEGP)
 acpiec0 at acpi0
 acpicpu0 at acpi0
 acpicpu1 at acpi0
 acpitz0 at acpi0acpitz0: THRM: failed to read _TMP
 : failed to read _TMP
 acpibtn0 at acpi0: PWRB
 acpibtn1 at acpi0: LID0
 acpiac0 at acpi0: AC unit online
 acpibat0 at acpi0: BAT0 model PA3534U-1BRS serial 7C3B type Li-ion
 acpivideo at acpi0 not configured
 acpivideo at acpi0 not configured
 bios0: ROM list: 0xc/0xfa00! 0xd/0x1000 0xd1000/0x2c00!
 cpu0: unknown Enhanced SpeedStep CPU, msr 0x060f0d2a06000d2a
 cpu0: using only highest and lowest power states
 cpu0: Enhanced SpeedStep 2167 MHz (1372 mV): speeds: 2167, 1000 MHz
 pci0 at mainbus0 bus 0: configuration mode 1 (bios)
 pchb0 at pci0 dev 0 function 0 Intel GM45 Host rev 0x07
 vga1 at pci0 dev 2 function 0 Intel GM45 Video rev 0x07
 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
 wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
 intagp0 at vga1
 agp0 at intagp0: aperture at 0xc000, size 0x1000
 inteldrm0 at vga1: apic 4 int 16 (irq 11)
 drm0 at inteldrm0
 Intel GM45 Video rev 0x07 at pci0 dev 2 function 1 not configured
 uhci0 at pci0 dev 26 function 0 Intel 82801I USB rev 0x03: apic 4 int 16 
 (irq 11)
 uhci1 at pci0 dev 26 function 1 Intel 82801I USB rev 0x03: apic 4 int 21 
 (irq 10)
 ehci0 at pci0 dev 26 function 7 Intel 82801I USB rev 0x03: apic 4 int 19 
 (irq 11)
 ehci0: timed out waiting for BIOS
 usb0 at ehci0: USB revision 2.0
 uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
 azalia0 at pci0 dev 27 function 0 Intel 82801I HD Audio rev 0x03: apic 4 
 int 22 (irq 11)
 azalia0: codecs: