From owner-cvs-all Mon Sep 23 11:56:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 430D837B408 for ; Mon, 23 Sep 2002 11:56:31 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED51243E42 for ; Mon, 23 Sep 2002 11:56:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 29576 invoked from network); 23 Sep 2002 18:56:40 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 23 Sep 2002 18:56:40 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8NIuPBv082266; Mon, 23 Sep 2002 14:56:25 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020924.012429.38090552.iwasaki@jp.FreeBSD.org> Date: Mon, 23 Sep 2002 14:56:28 -0400 (EDT) From: John Baldwin To: Mitsuru IWASAKI Subject: Re: cvs commit: src/sys/i386/pci pci_bus.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-Sep-2002 Mitsuru IWASAKI wrote: > Hi, > >> as a result of the apm change, apm(4) is no longer even probed when >> ACPI is present and in use, so we can probably axe a lot of the hacks >> to have apm and acpi refuse to probe if the other was present. > > Then, should we update the hints file too? Actually, apm and npx don't use the 'at' it would seem. Instead, their identify routines create a suitable device that then gets probed: revision 1.102 date: 1999/08/22 19:51:33; author: peter; state: Exp; lines: +15 -1 Add an identify method to allow apm to attach itself to the nexus without hooks in there. and revision 1.76 date: 1999/08/22 19:52:51; author: peter; state: Exp; lines: +18 -1 Add an identify method to allow npx to arrange itself to be attached to the nexus without explicit code in the nexus to do so. We should probably do the same thing with pmtimer, BTW, so it doesn't need a hint for it to exist. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message