Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 04:28:08 +0800
From:      Julian Elischer <julian@freebsd.org>
To:        Marko Zec <zec@fer.hr>, Marius Strobl <marius@alchemy.franken.de>
Cc:        Craig Rodrigues <rodrigc@FreeBSD.org>, Adrian Chadd <adrian@freebsd.org>, "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>, FreeBSD Net <freebsd-net@freebsd.org>, freebsd-arch <freebsd-arch@freebsd.org>, Kris Moore <kris@pcbsd.org>
Subject:   Re: Enabling VIMAGE by default for FreeBSD 11?
Message-ID:  <54417BD8.30603@freebsd.org>
In-Reply-To: <20141017135142.3f5a713c@x23>
References:  <CAG=rPVe_JGy%2BeUiDjHaXXi5=n2mWGOeZjHkbVeUeS_m1z1_uMg@mail.gmail.com> <CAJ-VmokbNn-8syH2of4R4OF6H6Tw6Bq7-FboTJidatp6gJkQsw@mail.gmail.com> <04e9a883-574f-47e8-ae65-29e6d6568712@email.bluemailapp.com> <CAG=rPVdXvo0jRRi8O2EtqtqYYDNs45wWn5EbS4HMHgZC_hKLSg@mail.gmail.com> <20141017113737.GA16736@alchemy.franken.de> <20141017135142.3f5a713c@x23>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/17/14, 7:51 PM, Marko Zec wrote:
> On Fri, 17 Oct 2014 13:37:37 +0200
> Marius Strobl <marius@alchemy.franken.de> wrote:
>
>> On Wed, Oct 15, 2014 at 04:27:28PM -0700, Craig Rodrigues wrote:
>>> On Sun, Oct 12, 2014 at 6:35 AM, Kris Moore <kris@pcbsd.org> wrote:
>>>
>>>> It was for a while in 9.2, but we removed it from 10.0 and later
>>>> due to stability issues we kept getting reports about. Haven't
>>>> tried it since then, dont know if those issues are fixed.
>>>>
>>> I fixed some of the problems with VIMAGE that I encountered with
>>> Bluetooth:
>>>
>>> https://lists.freebsd.org/pipermail/svn-src-head/2013-July/049582.html
>> ... which still lacks a proper implementation that doesn't constitute
>> a gross layering violation in generic bus code.
> By all means please go ahead and propose a layering-clean alternative,
> not as ugly and intrusive as this part which I assume bodes you eyes:
>
> -	return (device_attach(dev));
> +
> +	CURVNET_SET_QUIET(vnet0);
> +	error = device_attach(dev);
> +	CURVNET_RESTORE();
> +	return error;
>
> Marko
>
I think he means the entire bluetooth implementation, which is done 
from within netgraph.
>>> Hiroo Onoo submitted this patch, which I committed to fix problems
>>> with VIMAGE encountered with removable USB Ethernet:
>>>
>>> https://lists.freebsd.org/pipermail/svn-src-all/2014-February/081025.html
>>>
>>> Martin Matuska committed this fix for PF:
>>> https://lists.freebsd.org/pipermail/svn-src-head/2014-April/057803.html
>>>
>>> So a lot of the stability problems with VIMAGE which were in PC-BSD
>>> 9.2 and FreeBSD 9.x have been slowly been fixed.
>> Marius
>>
>> _______________________________________________
>> freebsd-net@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-net
>> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54417BD8.30603>