Bug 73583

Summary: [patch] add missing instructions to ndis(4)
Product: Documentation Reporter: Nehal Mistry <nehalmistry>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ndis.4.patch none

Description Nehal Mistry 2004-11-06 01:40:26 UTC
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.
Comment 1 Sam Lawrance freebsd_committer freebsd_triage 2006-11-05 13:16:36 UTC
State Changed
From-To: open->closed

Since ndisgen does all the hard work these days, the changes 
suggested in this problem report are no longer required.