From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 12 19:50:40 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A8751065670 for ; Thu, 12 Jan 2012 19:50:40 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89BBA8FC16 for ; Thu, 12 Jan 2012 19:50:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0CJoe2s009502 for ; Thu, 12 Jan 2012 19:50:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0CJoecl009496; Thu, 12 Jan 2012 19:50:40 GMT (envelope-from gnats) Date: Thu, 12 Jan 2012 19:50:40 GMT Message-Id: <201201121950.q0CJoecl009496@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: John Baldwin Cc: Subject: Re: amd64/164036: Moused fails on 9_0_RELENG X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2012 19:50:40 -0000 The following reply was made to PR amd64/164036; it has been noted by GNATS. From: John Baldwin To: dave shar Cc: freebsd-amd64@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: amd64/164036: Moused fails on 9_0_RELENG Date: Thu, 12 Jan 2012 14:45:00 -0500 On Thursday, January 12, 2012 9:44:22 am dave shar wrote: > >> The problem appears to be - > >> "atkbdc0: failed to probe at port 0x60 on > > isa0" > > > > Yes, that would be the root cause. Can you verbosely boot a kernel that > > doesn't have sound, many of the messages from the verbose dmesg above were > > lost. > > > > -- > > John Baldwin > > Here is verbose boot without sound devices - http://paste.pocoo.org/show/533788/ Hmm, I dont' see atkbdc in there at all, however, I wonder if the fact that ACPI gives 0x60 to your PS/2 mouse device is what breaks this: psmcpnp0: port 0x60,0x64 irq 12 on acpi0 Can you provide your acpidump -d output (note, it will be large)? -- John Baldwin