svn commit: r253255 - head/sys/netgraph/bluetooth/drivers/ubt

Craig Rodrigues rodrigc at FreeBSD.org
Sat Jul 13 18:04:24 UTC 2013


On Sat, Jul 13, 2013 at 7:18 AM, Mikolaj Golub <trociny at freebsd.org> wrote:

> On Sat, Jul 13, 2013 at 02:18:26PM +0300, Mikolaj Golub wrote:
>
> > I wonder if it fails on current too? It looks this code is not there
> > any more. I will try.
>
> Yes. It crashes on current too. In pfattach(). Also, loading ipfw and
> ipfw_nat causes panics in ipfw_init() and ipfw_nat_init(). Although
> this can be easily bandaged with CURVNET_SET(vnet0), it rather reveals
> problems with these modules.
>

Can you try this combination of patches:

(1)  Combine Adrian and Marko's patches, but omit Marko's changes to
kldload/kldunload:

http://people.freebsd.org/~rodrigc/vnet-patch-adrian+marko.txt

(2)  Revert my Bluetooth patch:

http://people.freebsd.org/~rodrigc/patch-revert-GRN-253255.txt


This combination of patches work for me:
  -> Bluetooth works with ng_ubt driver
 -> Wireless with iwn driver
  -> PF works

I don't have a USB Ethernet device to test.

--
Craig


More information about the svn-src-head mailing list