Date: Thu, 8 Jan 2004 19:57:00 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/ndis Makefile src/sys/compat/ndis kern_ndis.c subr_ndis.c Message-ID: <200401090357.i093v0tN011401@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2004/01/08 19:57:00 PST FreeBSD src repository Modified files: sys/modules/ndis Makefile sys/compat/ndis kern_ndis.c subr_ndis.c Log: Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile(). By default, we search for files in /compat/ndis. This can be changed with a systcl. These routines are used by some drivers which need to download firmware or microcode into their respective devices during initialization. Also, remove extraneous newlines from the 'built-in' sysctl/registry variables. Revision Changes Path 1.24 +3 -3 src/sys/compat/ndis/kern_ndis.c 1.31 +120 -5 src/sys/compat/ndis/subr_ndis.c 1.3 +1 -1 src/sys/modules/ndis/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401090357.i093v0tN011401>