Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2005 13:35:22 +0200
From:      =?ISO-8859-2?Q?Zahemszky_G=E1bor?= <Gabor@Zahemszky.HU>
To:        freebsd-acpi@freebsd.org
Subject:   lockup on SMP machine
Message-ID:  <42BFE47A.3040907@Zahemszky.HU>

next in thread | raw e-mail | index | archive | help
Hi!

I've got a Dell WS210, 2-processors system (2 P-III/550). (Last BIOS, 
version A10.) As an SMP system, it works prefectly:

$ fgrep -i cpu /var/run/dmesg.boot
cpu0 BSP:
cpu0 on motherboard
cpu1 on motherboard
SMP: AP CPU #1 Launched!
cpu1 AP:

But if I switch on acpi (set hint.acpi.0.disabled=0 on loader prompt), 
it locks. Here are the last lines from a verbose ACPI- boot:

Preloaded elf module "/boot/kernel/if_xl0" at ....
	snd_cmi
	sound
	snd_mss
	usb
	ugen
	ulpt
	umass
	agp
	ng_ubt
	r128
	smbfs
	libmchain
	libiconv
	acpi
Table 'FACP' at 0xfdf20
Table 'APIC' at 0cfdf94
MADT: Found table at 0xfdf94
MP configuration Table version 1.4 found at 0xc00f0000
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 1: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 2: enabled
SMP: Added CPU 1 (AP)

- and now nothing more. I don't know anything about ACPI/SMP, but 
without acpi, the first processor is BSP, and the second is AP. With 
acpi, both of them are named AP.

Is it possible to use both of the processors, and the ACPI 
implementation on this machine? By the way, OS version is 5-STABLE from 
tomorrow (June 27, 2005, CEST) morning.

Bye,

Gabor < Gabor at Zahemszky dot HU >

-- 
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ 
';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? 
]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? 
]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for 
i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l 
i;};print "$j"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42BFE47A.3040907>