From Nehal@shaw.ca  Sat Nov  6 01:33:41 2004
Return-Path: <Nehal@shaw.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B3BA716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Nov 2004 01:33:41 +0000 (GMT)
Received: from shaw.ca (S0106000ae6ceb225.vf.shawcable.net [70.68.12.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 76EB743D5A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Nov 2004 01:33:41 +0000 (GMT)
	(envelope-from Nehal@shaw.ca)
Received: from Nehal.Home (somebody@localhost [127.0.0.1])
	by shaw.ca (8.13.1/8.13.1) with ESMTP id iA61XncQ001898
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 5 Nov 2004 17:33:49 -0800 (PST)
	(envelope-from Nehal@Nehal.Home)
Received: (from Nehal@localhost)
	by Nehal.Home (8.13.1/8.13.1/Submit) id iA61XnhO001897;
	Fri, 5 Nov 2004 17:33:49 -0800 (PST)
	(envelope-from Nehal)
Message-Id: <200411060133.iA61XnhO001897@Nehal.Home>
Date: Fri, 5 Nov 2004 17:33:49 -0800 (PST)
From: Nehal <nehalmistry@gmx.net>
Reply-To: Nehal <nehalmistry@gmx.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] add missing instructions to ndis(4)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73583
>Category:       docs
>Synopsis:       [patch] add missing instructions to ndis(4)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 06 01:40:26 GMT 2004
>Closed-Date:    Sun Nov 05 13:17:35 GMT 2006
>Last-Modified:  Sun Nov 05 13:17:35 GMT 2006
>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:
State-Changed-From-To: open->closed 
State-Changed-By: lawrance 
State-Changed-When: Sun Nov 5 13:16:36 UTC 2006 
State-Changed-Why:  
Since ndisgen does all the hard work these days, the changes 
suggested in this problem report are no longer required. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73583 
>Unformatted:
