aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ndis
diff options
context:
space:
mode:
authorWeongyo Jeong <weongyo@FreeBSD.org>2008-12-27 08:03:32 +0000
committerWeongyo Jeong <weongyo@FreeBSD.org>2008-12-27 08:03:32 +0000
commitb3974c00b52f71aff8bdc201c827dc2e14ccbd1d (patch)
treedc3b2fd3e52b250688d8fdeaf2b7a3c6352c07a2 /sys/modules/ndis
parent610c7c3155c5cd57d671da2c348ac5d2bde9b30c (diff)
downloadsrc-b3974c00b52f71aff8bdc201c827dc2e14ccbd1d.tar.gz
src-b3974c00b52f71aff8bdc201c827dc2e14ccbd1d.zip
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/...
Notes
Notes: svn path=/head/; revision=186507
Diffstat (limited to 'sys/modules/ndis')
-rw-r--r--sys/modules/ndis/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ndis/Makefile b/sys/modules/ndis/Makefile
index 2d14b180bdec..647b787cea7f 100644
--- a/sys/modules/ndis/Makefile
+++ b/sys/modules/ndis/Makefile
@@ -6,6 +6,7 @@ KMOD= ndis
SRCS= subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c
SRCS+= kern_windrv.c subr_usbd.c
SRCS+= device_if.h bus_if.h pci_if.h vnode_if.h
+SRCS+= opt_usb.h usbdevs.h
.if ${MACHINE_ARCH} == "amd64"
SRCS+= winx64_wrap.S