From owner-freebsd-current@FreeBSD.ORG Fri May 18 14:48:53 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6AB71065672 for ; Fri, 18 May 2012 14:48:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8B3CF8FC0A for ; Fri, 18 May 2012 14:48:53 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 0AD44B96C; Fri, 18 May 2012 10:48:53 -0400 (EDT) From: John Baldwin To: Anton Shterenlikht Date: Fri, 18 May 2012 10:48:52 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p13; KDE/4.5.5; amd64; ; ) References: <20120426224215.GA79891@mech-cluster241.men.bris.ac.uk> <201205161108.05809.jhb@freebsd.org> <20120516153019.GB9070@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20120516153019.GB9070@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201205181048.52391.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 18 May 2012 10:48:53 -0400 (EDT) Cc: freebsd-current@freebsd.org Subject: Re: updating from r231158 to 234465: mounting from ufs:/dev/ad4s1a failed with error 19 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: Fri, 18 May 2012 14:48:53 -0000 On Wednesday, May 16, 2012 11:30:19 am Anton Shterenlikht wrote: > er.. yes, of course it helped. > > My problem was that I couldn't boot. > So, I presumed the very existence of dmesg.boot > showed that your patches (both of them) work fine. > But, sorry, I could've been more explicit. > All seems to work, including sound and wireless. Hmm. Can you try one more thing. Can you boot an unmodified kernel (no patches) but set 'hw.pci.enable_io_modes=0' from the loader? -- John Baldwin