Bug 91797

Summary: Documentation for ndis wrapper is out of date
Product: Documentation Reporter: Eric Lance <eric.lance>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Eric Lance 2006-01-14 18:30:03 UTC
The almost all the documentation for using ndis wrapper states that the ndiscvt utility should be used to wrap the windows .inf and .sys files into a file named ndis_driver_data.h 

This is now incorrect. The .inf and .sys files are now wrapped into a kernel module using the ndisgen utility.

How-To-Repeat: freebsd handbook
man ndis
among others
Comment 1 Gavin Atkinson 2006-05-14 10:13:40 UTC
This PR can probably be closed.  Patches for the handbook exist in both
docs/84961 and docs/97229, and patches to update the ndis man page are
contained within docs/97231

Gavin
Comment 2 Marc Fonvieille freebsd_committer freebsd_triage 2006-05-14 21:58:08 UTC
State Changed
From-To: open->closed

Close this PR cause other PRs (with patches) already cover the problem.