PERFORCE change 143281 for review
Weongyo Jeong
weongyo at FreeBSD.org
Wed Jun 11 08:10:59 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=143281
Change 143281 by weongyo at weongyo_ws on 2008/06/11 08:10:10
link missed headers required for NDIS USB support.
Affected files ...
.. //depot/projects/ndisusb/sys/modules/ndis/Makefile#2 edit
Differences ...
==== //depot/projects/ndisusb/sys/modules/ndis/Makefile#2 (text+ko) ====
@@ -6,6 +6,7 @@
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
More information about the p4-projects
mailing list