Date: Tue, 12 Apr 2005 21:57:52 +0200 From: =?ISO-8859-2?Q?Zahemszky_G=E1bor?= <Gabor@Zahemszky.HU> To: freebsd-acpi@freebsd.org Subject: ACPI + MP - is it possible? Message-ID: <425C2840.2070006@Zahemszky.HU>
next in thread | raw e-mail | index | archive | help
Hi! I've got a Dell WS210, 2-processor (P-III/550) system. It's great, but in SMP mode, I cannot use ACPI. If I load ACPI from loader.conf, the boot hangs. (With a stock FreeSBIE CD - with FBSD 5.3 -, which has only UP configuration, I can _poweroff_ the machine.) I'm using: FreeBSD Picasso.Zahemszky.HU 5.4-STABLE FreeBSD 5.4-STABLE #5: Mon Apr 11 10:48:46 CEST 2005 root@Picasso.Zahemszky.HU:/usr/obj/usr/src/sys/PICASSO i386 (cvsup from yesterday) 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?425C2840.2070006>