docs/73583: [patch] add missing instructions to ndis(4)
Nehal
nehalmistry at gmx.net
Sat Nov 6 01:40:27 UTC 2004
>Number: 73583
>Category: docs
>Synopsis: [patch] add missing instructions to ndis(4)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 06 01:40:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Nehal Mistry
>Release: FreeBSD 5.3-RC2 i386
>Organization:
>Environment:
System: FreeBSD Nehal.Home 5.3-RC2 FreeBSD 5.3-RC2 #0: Sun Oct 31 08:32:33 UTC 2004 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
the ndis(4) man page explains how to create the ndis_driver_data.h file.
it doesn't tell you what to do after. this patch simply adds the
remaining instructions to create the if_ndis module.
>How-To-Repeat:
>Fix:
--- ndis.4.patch begins here ---
--- ndis.4.orig Tue Jul 6 12:51:31 2004
+++ ndis.4 Fri Nov 5 17:19:10 2004
@@ -96,6 +96,11 @@
utility.
This file contains a binary image of the driver plus
registry key data.
+This file is copied into
+.Pa /usr/src/sys/modules/if_ndis .
+The
+.Sy if_ndis
+module can then be compiled.
When the
.Nm
driver loads, it will create
--- ndis.4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list