Discussion:
Importing rsu(4) from OpenBSD?
(too old to reply)
Roy Marples
2012-08-30 12:09:02 UTC
Permalink
Hi

How hard is it to import drivers from OpenBSD?
My new Shuttle XS35 arrived and NetBSD-6 doesn't support the wireless
card in it - makes me sad :(
http://undeadly.org/cgi?action=article&sid=20101216231634 is what I
need.

Any takers or will this suck up what little free time I have?

Thanks

Roy

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
NONAKA Kimihiro
2012-08-30 12:18:52 UTC
Permalink
Hi,
Post by Roy Marples
How hard is it to import drivers from OpenBSD?
My new Shuttle XS35 arrived and NetBSD-6 doesn't support the wireless card
in it - makes me sad :(
http://undeadly.org/cgi?action=article&sid=20101216231634 is what I need.
Any takers or will this suck up what little free time I have?
I ported rsu(4) for NetBSD-current.
ursu(4) works without encryption (no WEP, no WPA) now.

Regards,
--
NONAKA Kimihiro
Roy Marples
2012-09-30 14:35:33 UTC
Permalink
Hi
Post by NONAKA Kimihiro
I ported rsu(4) for NetBSD-current.
ursu(4) works without encryption (no WEP, no WPA) now.
After using the attached tarball and updating a few header files I get
this in the kernel.
I had to comment out two ieee_add_wpa functions to get it to compile
in.

vendor 0x10ec product 0x8171 (miscellaneous network, revision 0x10) at
pci3 dev
0 function 0 not configured

So somethings still not correct - my guess is that my 8171 is attached
to pci and your driver is for USB?

Thanks for any insight.

Roy

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
NONAKA Kimihiro
2012-09-30 17:09:35 UTC
Permalink
Hi
After using the attached tarball and updating a few header files I get this
in the kernel.
I had to comment out two ieee_add_wpa functions to get it to compile in.
vendor 0x10ec product 0x8171 (miscellaneous network, revision 0x10) at pci3
dev
0 function 0 not configured
So somethings still not correct - my guess is that my 8171 is attached to
pci and your driver is for USB?
yes, my device is USB dongle.

Regards,
--
NONAKA Kimihiro

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...