Date: Wed, 11 Jun 2008 08:10:58 GMT From: Weongyo Jeong <weongyo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 143281 for review Message-ID: <200806110810.m5B8Aw6q059793@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143281 Change 143281 by weongyo@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806110810.m5B8Aw6q059793>