From owner-freebsd-current@FreeBSD.ORG Sat Jul 24 19:03:08 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 EE37516A4CE for ; Sat, 24 Jul 2004 19:03:08 +0000 (GMT) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB8A243D39 for ; Sat, 24 Jul 2004 19:03:08 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (c-24-21-241-225.client.comcast.net [24.21.241.225]) by mail.bitfreak.org (Postfix) with ESMTP id 5CC612A477; Sat, 24 Jul 2004 12:03:08 -0700 (PDT) Received: from spud (w3.techno.pagans [172.21.42.23]) by speck.techno.pagans (Postfix) with ESMTP id 8E8FC17022; Sat, 24 Jul 2004 12:03:07 -0700 (PDT) From: "Darren Pilgrim" To: "'Michael Nottebrock'" , Date: Sat, 24 Jul 2004 12:02:59 -0700 Message-ID: <000301c471b0$d95007a0$172a15ac@spud> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal In-Reply-To: <200407242038.37284.michaelnottebrock@gmx.net> Subject: RE: Upgraded from 4.9 to 5.2.1, apm no longer works? 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: Sat, 24 Jul 2004 19:03:09 -0000 > From: Michael Nottebrock [mailto:michaelnottebrock@gmx.net]=20 >=20 > On Saturday 24 July 2004 02:46, Darren Pilgrim wrote: >=20 > > and > > hint.apm.0.disable=3D"0" in > > /boot/loader.conf >=20 > That would need to go into /boot/device.hints. Make sure you have the > default device hints installed there already (and your kernel > configured to not compile them into the kernel but read them from > disk). Adding "hint.acpi.0.disable=3D"1" and hint.apm.0.disable=3D"0" to /boot/device.hints got it working. Thanks. Other than having to put = them back if the device is added, is there any problem with removing = device.hints lines for drivers that aren't present? On a side note, it's not terribly obvious that these "kernel variables" = have to go in device.hints. Loader variables go in loader.conf. But then = loader variables configure the kernel at boot time, so the line between the two = is really fuzzy.