From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 14 20:15:51 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BBDCEB6 for ; Tue, 14 Jan 2014 20:15:51 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 743CD10A1 for ; Tue, 14 Jan 2014 20:15:51 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 77F3DB9C9; Tue, 14 Jan 2014 15:15:50 -0500 (EST) From: John Baldwin To: freebsd-hackers@freebsd.org Subject: Re: Atom Board ACPI API MOPNV10J failing since 9.1 Date: Tue, 14 Jan 2014 08:23:00 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <52CF850A.9060906@erdgeist.org> <52D4A3C9.50201@erdgeist.org> <52D4A63A.5040808@yahoo.com> In-Reply-To: <52D4A63A.5040808@yahoo.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201401140823.00259.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 14 Jan 2014 15:15:50 -0500 (EST) Cc: David Shane Holden X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 20:15:51 -0000 On Monday, January 13, 2014 9:51:38 pm David Shane Holden wrote: > On 01/13/14 21:41, Dirk Engling wrote: > > On 14.01.14 03:11, David Shane Holden wrote: > > > >> You're gonna love this... I've been able to reproduce your problem > >> with one of my boards. Looks like if you have AHCI disabled *and* > >> on-board audio disabled then this happens. So either re-enable > >> the on-board audio or switch to AHCI. > > > > Thank you, sir ;) > > > > Although enabling on board audio did not help, switching to AHCI did. > > Enjoying my home router again. > > > > Best, > > > > erdgeist _______________________________________________ > > freebsd-hackers@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To > > unsubscribe, send any mail to > > "freebsd-hackers-unsubscribe@freebsd.org" > > > > That's weird. It would work in IDE mode with audio or AHCI without > audio for me, just not in IDE without audio. Either way, glad it works > and if there's any devs who might have an idea what might cause this and > want me to do further testing just let me know, I've got one of these > boards doing nothing at the moment. It's a resource conflict in the BIOS-assigned resources. It would be really handy if you could get the output of 'devinfo -u' and 'devinfo -rv' when it works, and a verbose dmesg when it is broken. -- John Baldwin