From owner-acpi-jp@jp.freebsd.org  Wed Feb 21 15:43:53 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id PAA71808;
	Wed, 21 Feb 2001 15:43:53 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from tasogare.imasy.or.jp (daemon@tasogare.imasy.or.jp [202.227.24.5])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id PAA71803
	for <acpi-jp@jp.freebsd.org>; Wed, 21 Feb 2001 15:43:52 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92])
	by tasogare.imasy.or.jp (8.11.2+3.4W/3.7W-tasogare/smtpfeed 1.10) with ESMTP id f1L6hoW48640;
	Wed, 21 Feb 2001 15:43:50 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
To: acpi-jp@jp.freebsd.org, sakai@sakabe.nuie.nagoya-u.ac.jp
In-Reply-To: <200102050123.f151Ng149562@august.sakabe.nuie.nagoya-u.ac.jp>
References: <20010202104400B.haro@kubota.co.jp>
	<200102050123.f151Ng149562@august.sakabe.nuie.nagoya-u.ac.jp>
X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <20010221154348Q.iwasaki@jp.FreeBSD.org>
Date: Wed, 21 Feb 2001 15:43:48 +0900
From: Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
X-Dispatcher: imput version 20000228(IM140)
Lines: 35
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: acpi-jp 1070
Subject: [acpi-jp 1070] Re: -CURRENT acpi kernel do not boot on LaVie
 MX LX60T/5
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: iwasaki@jp.freebsd.org

Hi,

> I tried the acpi kernel < 4MB by stripping.  But the action does not
> change.  Of course, the stripped GENERIC kernel boots up.

No, stripping your kernel won't be a solution.  Please try to remove
unnecessary device lines from your kernel configuration file and
re-build your kernel, then

linking kernel
   text    data     bss     dec     hex filename
3368369  372932  181144 3922445  3bda0d kernel
                        ^^^^^^^
check this out.  size(1) is your friend.

Good luck

> 
>                         Masahiko Sakai
>                         Dept. of Information Eng., Nagoya University
> 
> Date: Fri, 02 Feb 2001 10:44:00 +0900
> From: Munehiro Matsuda <haro@kubota.co.jp>
> > From: Masahiko Sakai <sakai@sakabe.nuie.nagoya-u.ac.jp>
> > Date: Fri, 02 Feb 2001 10:27:08 +0900
> > ::I report that the -CURRENT acpi kernel do not boot on LaVie MX LX60T/5.
> > <snip>
> > ::Immediately after the time counter shows 0 seconds, the LCD blacks out
> > ::and goes to BIOS for rebooting.
> > ::
> > ::The GENERIC kernel I compiled boots up normally.
> > 
> > Some BIOS fails with kernel larger than 4MB.
> > Try reduce size to < 4MB.
> 
