From owner-freebsd-current@FreeBSD.ORG Thu Jun 24 22:22:51 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E71A16A4CE for ; Thu, 24 Jun 2004 22:22:51 +0000 (GMT) Received: from blocked.velocityonline.net (vmntmail1.velocityonline.net [216.162.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0DE43D31 for ; Thu, 24 Jun 2004 22:22:51 +0000 (GMT) (envelope-from cooner@cs.fsu.edu) Received: from [192.168.0.4] (unverified [216.162.144.18]) by blocked.velocityonline.net for ; Thu, 24 Jun 2004 18:20:27 -0400 Message-ID: <40DB5404.7040602@cs.fsu.edu> Date: Thu, 24 Jun 2004 22:21:56 +0000 From: Sahil R Cooner User-Agent: Mozilla Thunderbird 0.6 (X11/20040618) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: problem with ACPI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 22:22:51 -0000 I just cvsuped my /usr/src tree to the -current. I type these commands and everything went fine with no errors ... # make buildworld # make buildkernel # make installkernel # reboot then on reboot I got a Fatal trap 12 error: page fault while in kernel mode, because of ACPI ... the error it said was Stopped at rman_get_bustag+0x6: movl 0x24(%eax),%eax So, I obviously boot without ACPI support, ran ... # mergemaster -p # make installworld # mergemaster # reboot everything sort of worked after that but I was just curious about ACPI support that I had working before updating ...