From owner-freebsd-current@FreeBSD.ORG Wed May 30 19:36:17 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 62C701065672 for ; Wed, 30 May 2012 19:36:17 +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 3569B8FC0C for ; Wed, 30 May 2012 19:36:17 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 84ACAB945; Wed, 30 May 2012 15:36:13 -0400 (EDT) From: John Baldwin To: Anton Shterenlikht Date: Wed, 30 May 2012 12:00:08 -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> <201205211308.24244.jhb@freebsd.org> <20120529231701.GA16367@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20120529231701.GA16367@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201205301200.08879.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 30 May 2012 15:36:13 -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: Wed, 30 May 2012 19:36:17 -0000 On Tuesday, May 29, 2012 7:17:01 pm Anton Shterenlikht wrote: > On Mon, May 21, 2012 at 01:08:24PM -0400, John Baldwin wrote: > > On Monday, May 21, 2012 5:45:19 am Anton Shterenlikht wrote: > > > On Mon, May 21, 2012 at 09:42:17AM +0100, Anton Shterenlikht wrote: > > > > On Sun, May 20, 2012 at 09:54:51AM +0100, Anton Shterenlikht wrote: > > > > > On Fri, May 18, 2012 at 10:48:52AM -0400, John Baldwin wrote: > > > > > > On Wednesday, May 16, 2012 11:30:19 am Anton Shterenlikht wrote: > > > > > > > er.. yes, of course it helped. > > > > > > >=20 > > > > > > > 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. > > > > > >=20 > > > > > > Hmm. Can you try one more thing. Can you boot an unmodified=20 kernel=20 > > (no=20 > > > > > > patches) but set 'hw.pci.enable_io_modes=3D0' from the loader? > > > > >=20 > > > > > That works too, see dmesg.boot below. > > > >=20 > > > > I might have misled you on this, > > >=20 > > > Yes, sorry, looking at the dmesg I sent you, > > > I obviously booted the patched kernel. > > >=20 > > > So, no, 'hw.pci.enable_io_modes=3D0' in /boot/loader.conf > > > doesn't help to boot an unmodified kernel. > >=20 > > Ok, I'll work on getting this fix into the tree in some fashion. >=20 > Just to let you know. > I'm on 2=B36024 now, with your patch. >=20 > I've lost sound. >=20 > Commands like: >=20 > % ls > /dev/dsp0.0 > % mixer vol 100 >=20 > give lots of=20 >=20 > h=F0=E3c0: =A9=F8mm=E3n=F0 time=F8ut =F8n =E3=F0=F0ress 0 > h=F0=E3c0: =A9=F8mm=E3n=F0 time=F8ut =F8n =E3=F0=F0ress 0 > h=F0=E3c0: =A9=F8mm=E3n=F0 time=F8ut =F8n =E3=F0=F0ress 0 >=20 > on the console. >=20 > Just wanted to check with you if you > think this has anything to do with the > patch, or whether you think it's a completely > different issue. It could be related perhaps, though I thought on your system the only BAR t= hat=20 was disabled was the VGA framebuffer. =2D-=20 John Baldwin