From owner-freebsd-bugs Sun Mar 14 8:30:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C145314ECA for ; Sun, 14 Mar 1999 08:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA01549; Sun, 14 Mar 1999 08:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from shidahara1.planet.sci.kobe-u.ac.jp (shidahara1.planet.sci.kobe-u.ac.jp [133.30.50.200]) by hub.freebsd.org (Postfix) with ESMTP id F348214CA8 for ; Sun, 14 Mar 1999 08:27:31 -0800 (PST) (envelope-from takawata@shidahara1.planet.sci.kobe-u.ac.jp) Received: from libr.scitec.kobe-u.ac.jp (cs22126.ppp.infoweb.ne.jp [202.219.4.42]) by shidahara1.planet.sci.kobe-u.ac.jp (8.8.8+2.7Wbeta7/8.8.8) with ESMTP id BAA23109 for ; Mon, 15 Mar 1999 01:18:25 +0900 (JST) Received: (from takawata@localhost) by libr.scitec.kobe-u.ac.jp (8.9.1/3.5Wpl7) id BAA25004; Mon, 15 Mar 1999 01:23:25 +0900 (JST) Message-Id: <199903141623.BAA25004@libr.scitec.kobe-u.ac.jp> Date: Mon, 15 Mar 1999 01:23:25 +0900 (JST) From: Takanori Watanabe Reply-To: takawata@shidahara1.planet.sci.kobe-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/10587: ACPI BIOS Detection is no effect. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10587 >Category: i386 >Synopsis: ACPI BIOS Detection is no effect. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 14 08:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Takanori Watanabe >Release: FreeBSD 4.0-RELEASE i386 >Organization: Kobe University >Environment: FreeBSD sana.home.local 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Wed Mar 10 14:46:01 JST 1999 takawata@sana.home.local:/usr/home/takawata/src/sys/compile/LIEUTENANT i386 >Description: In sys/i386/i386/bios.c ,there is following code. printf("ACPI: %08x\n", bios_sigsearch(0, "FACP", 4, 1, 0)); This signature will not be found in so-called BIOS area. The table is actually set up in tail of the memory. There is "RST PTR " signatuere in so-called BIOS area . (This signature represent the table containing pointer to the FACP Table) >How-To-Repeat: Rebuild kernel with VM86 option and boot the kernel with -v option. >Fix: replace with printf("ACPI: %08x\n",bios_sigsearch(0,"RST PTR ",8,16 0)); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message