]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Integrate the NDIS USB support code to CURRENT.
authorWeongyo Jeong <weongyo@FreeBSD.org>
Sat, 27 Dec 2008 08:03:32 +0000 (08:03 +0000)
committerWeongyo Jeong <weongyo@FreeBSD.org>
Sat, 27 Dec 2008 08:03:32 +0000 (08:03 +0000)
commitb3974c00b52f71aff8bdc201c827dc2e14ccbd1d
treedc3b2fd3e52b250688d8fdeaf2b7a3c6352c07a2
parent610c7c3155c5cd57d671da2c348ac5d2bde9b30c
Integrate the NDIS USB support code to CURRENT.

Now the NDISulator supports NDIS USB drivers that it've tested with
devices as follows:

  - Anygate XM-142 (Conexant)
  - Netgear WG111v2 (Realtek)
  - U-Khan UW-2054u (Marvell)
  - Shuttle XPC Accessory PN20 (Realtek)
  - ipTIME G054U2 (Ralink)
  - UNiCORN WL-54G (ZyDAS)
  - ZyXEL G-200v2 (ZyDAS)

All of them succeeded to attach and worked though there are still some
problems that it's expected to be solved.

To use NDIS USB support, you should rebuild and install ndiscvt(8) and
if you encounter a problem to attach please set `hw.ndisusb.halt' to
0 then retry.

I expect no changes of the NDIS code for PCI, PCMCIA devices.

Obtained from:  //depot/projects/ndisusb/...
17 files changed:
share/man/man4/ndis.4
sys/compat/ndis/kern_ndis.c
sys/compat/ndis/kern_windrv.c
sys/compat/ndis/ndis_var.h
sys/compat/ndis/ntoskrnl_var.h
sys/compat/ndis/subr_ndis.c
sys/compat/ndis/subr_ntoskrnl.c
sys/compat/ndis/subr_usbd.c
sys/compat/ndis/usbd_var.h
sys/dev/if_ndis/if_ndis.c
sys/dev/if_ndis/if_ndis_pccard.c
sys/dev/if_ndis/if_ndis_pci.c
sys/dev/if_ndis/if_ndis_usb.c
sys/dev/if_ndis/if_ndisvar.h
sys/modules/ndis/Makefile
usr.sbin/ndiscvt/inf.c
usr.sbin/ndiscvt/windrv_stub.c