Anyone working on RNDIS support?

2009-06-28 Thread Bruce Simpson
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

Re: ndis and USB wirelless ethernet

2009-06-28 Thread Nikos Vassiliadis
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]

Re: Regression: em driver in -CURRENT, "Invalid MAC address"

2009-06-28 Thread Jack Vogel
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

Re: Anyone working on RNDIS support?

2009-06-28 Thread Alexander Motin
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

Re: ndis and USB wirelless ethernet

2009-06-28 Thread Weongyo Jeong
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-