From owner-freebsd-current@FreeBSD.ORG Sun Apr 30 19:31:58 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 61D8A16A404 for ; Sun, 30 Apr 2006 19:31:58 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D5E143D46 for ; Sun, 30 Apr 2006 19:31:57 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nz-out-0102.google.com with SMTP id i28so2284353nzi for ; Sun, 30 Apr 2006 12:31:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CGuCRGwO1Mw2zcoysFVP0UKxliy49eXB8GU8ILuNdqLI2IgXK6oRjZJPa7MKmecy8onUGIT4YTFPsO7E6wOAoWIPk3UHKYWqYod55RRu/+kVLFgJa1al1mhT/Ys34A6LlDnNWJFe9YsDGcOMu/4Tas1vWLos6JJgMFedsaINWdk= Received: by 10.37.2.23 with SMTP id e23mr7591384nzi; Sun, 30 Apr 2006 12:31:56 -0700 (PDT) Received: by 10.36.24.17 with HTTP; Sun, 30 Apr 2006 12:31:56 -0700 (PDT) Message-ID: <6eb82e0604301231g568cc12ah3b2d4f7ae5377e69@mail.gmail.com> Date: Sun, 30 Apr 2006 15:31:56 -0400 From: "Rong-En Fan" To: "Marcel Moolenaar" In-Reply-To: <72F3EFB8-E710-4288-8719-89B6BE7B4D2C@xcllnt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6eb82e0604300552he3d8010yf2ca81e52b54c4a7@mail.gmail.com> <72F3EFB8-E710-4288-8719-89B6BE7B4D2C@xcllnt.net> Cc: FreeBSD Current , marcel@freebsd.org Subject: Re: lpt0 disappear (ppc related) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 30 Apr 2006 19:31:58 -0000 On 4/30/06, Marcel Moolenaar wrote: > > On Apr 30, 2006, at 5:52 AM, Rong-En Fan wrote: > > > Hi, > > > > After upgrading from Apr 11 to Arp 29. I found that my lpt0 > > disappearing, > > and ppc0 is no longer attached. > > You need to configure your kernel with acpi. The ppc(4) driver ends > up without acpi attachment because of that. This causes it to try > the isa attachment, but that fails. I have acpi.ko loaded. Before the change, ppc0 was found on acpi0 (see my dmesg). kldstat shows: $ kldstat Id Refs Address Size Name 1 25 0xc0400000 37be54 kernel 2 1 0xc077c000 11654 if_ath.ko 3 2 0xc078e000 4474 ath_rate.ko 4 3 0xc0793000 3016c ath_hal.ko 5 1 0xc07c4000 9a80 if_fxp.ko 6 2 0xc07ce000 1b8a8 miibus.ko 7 1 0xc07ea000 566c snd_ich.ko 8 2 0xc07f0000 26ca8 sound.ko 9 1 0xc0817000 5638 acpi_video.ko 10 3 0xc081d000 652a8 acpi.ko 11 1 0xc0883000 504c acpi_ibm.ko 12 1 0xc0889000 9f90 cpufreq.ko 13 1 0xc35a4000 6000 linprocfs.ko 14 2 0xc35e4000 1b000 linux.ko 15 1 0xc36be000 2000 rtc.ko Regards, Rong-En Fan