From owner-freebsd-i386@FreeBSD.ORG Tue Feb 17 16:30:22 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 237D216A4CE for ; Tue, 17 Feb 2004 16:30:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E23943D1D for ; Tue, 17 Feb 2004 16:30:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1I0ULbv089538 for ; Tue, 17 Feb 2004 16:30:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1I0ULMu089536; Tue, 17 Feb 2004 16:30:21 -0800 (PST) (envelope-from gnats) Date: Tue, 17 Feb 2004 16:30:21 -0800 (PST) Message-Id: <200402180030.i1I0ULMu089536@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Nate Lawson Subject: kern/62855 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nate Lawson List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 00:30:22 -0000 The following reply was made to PR i386/62855; it has been noted by GNATS. From: Nate Lawson To: freebsd-gnats-submit@freebsd.org Cc: Subject: kern/62855 Date: Tue, 17 Feb 2004 16:20:53 -0800 (PST) On Tue, 17 Feb 2004, Mike Durian wrote: > On Tuesday 17 February 2004 01:59 pm, Nate Lawson wrote: > > > > > My system is a Netfinity 7000 M10, with the newest BIOS I can find. > > > The BIOS release notes say the system has ACPI for compatibility with > > > Windows 2000. > > > > How old is this system? What's the date of the last BIOS revision? How > > does it run without ACPI? > > The system was made in 1999. The latest BIOS is version 1.05 from 2000-03-01. > It seems to run okay without ACPI, though a number of PNP devices remain > unidentified at boot. It's not likely ACPI is supported on the box if it's that old. Even machines that claim to support ACPI often had major problems. What's happening is that the RSDP, which is the root pointer for ACPI, can't be found in physmem. It's likely that you have to turn on ACPI in the BIOS for the BIOS to install the tables. If you can't do that, then just add hint.acpi.0.disabled="1" to your loader.conf and enable apm instead. -Nate