From owner-freebsd-current@FreeBSD.ORG Wed Jan 4 00:32:11 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09A5B106566B for ; Wed, 4 Jan 2012 00:32:11 +0000 (UTC) (envelope-from aconnolly08@yahoo.co.jp) Received: from applesmtp510.mail.kks.yahoo.co.jp (applesmtp510.mail.kks.yahoo.co.jp [183.79.29.90]) by mx1.freebsd.org (Postfix) with SMTP id 94A528FC12 for ; Wed, 4 Jan 2012 00:32:10 +0000 (UTC) Received: (qmail 98529 invoked by alias); 4 Jan 2012 00:32:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.jp; s=yj20110701; t=1325637129; bh=lk123p7u0o5RMnlZnsVMOV19zFvs0p852SQg7lHdaIo=; h=Received:X-Apparently-From:References:In-Reply-To:Mime-Version:Content-Transfer-Encoding:Content-Type:Message-Id:Cc:X-Mailer:From:Subject:Date:To; b=guP+/kRplisYsiU4b+QScIgN3TTv2CJJ/CknWOt5EX79aBGNe2edmOsozrQeYVcJg3LJ3rNbM6rniyKKjmhiB9/f4ExLZ1UL+A2yRtPLJZwUl9OIW5q0fJjS2gUzAO8lQWHJroRwP5LmsVztXNmL5JgCsqpkFys0aI6FIYse2xs= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Received:X-Apparently-From:References:In-Reply-To:Mime-Version:Content-Transfer-Encoding:Content-Type:Message-Id:Cc:X-Mailer:From:Subject:Date:To; b=oTecB7rvm6wmUdtIUaGoyW8+/1wGqVwBxC7Vm4kilGgWWsm78JoDYOQzkmyx6B8wv40g/sLhS9cbdEy3o0CbwWJiPxsKf2EgVKODpm8GdJDGXOiT2jNB9cX4PjSW5aNAHrnMVfeA+8O1mt1x+GpBJqw6lp3SDz+xJvFMNOj4n0E= ; Received: from unknown (HELO ?126.160.68.154?) (126.160.68.154 with plain) by applesmtp510.mail.kks.yahoo.co.jp with SMTP; 4 Jan 2012 00:32:09 -0000 X-Apparently-From: References: <863081.90627.qm@web100405.mail.kks.yahoo.co.jp> <201201031037.36965.jhb@freebsd.org> In-Reply-To: <201201031037.36965.jhb@freebsd.org> Mime-Version: 1.0 (iPhone Mail 8C148a) Message-Id: <76ED7D95-63D6-4328-B689-BBBA5C9F24A0@yahoo.co.jp> X-Mailer: iPhone Mail (8C148a) From: Adrian Connolly Date: Wed, 4 Jan 2012 09:31:59 +0900 To: John Baldwin Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-current@freebsd.org" Subject: Re: atkbc not loaded with ACPI enabled in 9.0 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: Wed, 04 Jan 2012 00:32:11 -0000 On 2012/01/04, at 0:37, John Baldwin wrote: > On Monday, January 02, 2012 11:39:10 pm aconnolly08@yahoo.co.jp wrote: >> I am running 9.0-RC3 on an Acer Aspire One D255E netbook. I have most of t= he=20 > functionality I want with one major exception, when I enable ACPI my=20 > integrated keyboard drivers aren't loaded. Without ACPI I can use my keybo= ard=20 > as atkbdc and atkbd get loaded, (not psm though), but I have problems with= =20 > shutdown, time settings, power settings and usb controllers. >> I have tried various ways of tackling this including: >> 1. including "nooptions NEW_PCIB" in kernel configuration, rebuilding and= =20 > installing >> no effect >> 2a. including "debug.acpi.disabled=3D"pci" " >> can't mount file system2b= .=20 > including "debug.acpi.disabled=3D"bus" " >> can't mount file system 2c.=20= > including "debug.acpi.disabled=3D"children" " >> can't mount file system2d= .=20 > including "debug.acpi.disabled=3D"hostres" " >>>> no effect >> 3. making the edit in r228961, rebuilding the kernel and installing >> no= =20 > effect >> I have the latest bios (v3.x), but it features very few changeable option= s. >> Here's the output of my dmesg -aHere's the output of my devinfo -vrHere's= =20 > the output of my devinfo -ur >> Any suggestions would be greatly appreciated. >> Best regards,Adrian Connolly >=20 > Hmm, none of your attachments made it to the list. Can you post them at a= =20 > URL? >=20 > --=20 > John Baldwin > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"= My apologies, here are the URLs of the output, dmesg -a http://pastebin.com/rJhddt4A devinfo -vr http://pastebin.com/MYd8wS7F devinfo -ur http://pastebin.com/iBr62epv Thanks again. Adrian=