Hi,
Is anyone out there working on RNDIS driver support for FreeBSD?
For the uninitiated: RNDIS is a movement towards unifying device
support, mostly instigated by Microsoft, where the hardware specifics of
dealing with a device are pushed onto the device itself, perhaps using a
microcontroll
Paul B. Mahol wrote:
On 6/27/09, Nikos Vassiliadis wrote:
Weongyo Jeong wrote:
Could you show me the *full* result after enabling `sysctl debug.ndis=1'?
Maybe steps would be as follows:
# kldload ndis if_ndis NDIS_module
# sysctl debug.ndis=1
[then plug-in USB stick]
Sigh.. both windows and linux have frozen drivers for this old hardware,
therefore they never see the regressions they cause in the current code :(
I will make a patch for you to test on Monday Mark, it will do the same
thing
that I did in the e1000_82540.c, basically change the read_mac function
Bruce Simpson wrote:
Is anyone out there working on RNDIS driver support for FreeBSD?
Just interested if anyone is doing it; the only RNDIS device I have is
my cable modem (which already has an Ethernet port), however, we are
seeing more Wi-Fi and DSL devices with USB RNDIS, and it would be gr
On Sat, Jun 27, 2009 at 04:13:29PM +0300, Nikos Vassiliadis wrote:
> Weongyo Jeong wrote:
> >Could you show me the *full* result after enabling `sysctl debug.ndis=1'?
> >Maybe steps would be as follows:
> >
> > # kldload ndis if_ndis NDIS_module
> > # sysctl debug.ndis=1
> > [then plug-