Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2004 17:33:49 -0800 (PST)
From:      Nehal <nehalmistry@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/73583: [patch] add missing instructions to ndis(4)
Message-ID:  <200411060133.iA61XnhO001897@Nehal.Home>
Resent-Message-ID: <200411060140.iA61eRZS094324@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411060133.iA61XnhO001897>