From nobody@FreeBSD.org  Tue Sep 11 00:49:35 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 614FC106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Sep 2012 00:49:35 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4CB6F8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Sep 2012 00:49:35 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8B0nYTI034712
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Sep 2012 00:49:34 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q8B0nYDi034711;
	Tue, 11 Sep 2012 00:49:34 GMT
	(envelope-from nobody)
Message-Id: <201209110049.q8B0nYDi034711@red.freebsd.org>
Date: Tue, 11 Sep 2012 00:49:34 GMT
From: Robert Bonomi <bonomi@host128.r-bonomi.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: undocumented depencecy for  ndi(4)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         171531
>Category:       kern
>Synopsis:       [ndis] undocumented dependency for ndis(4)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-net
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 11 00:50:02 UTC 2012
>Closed-Date:    
>Last-Modified:  Mon Oct 08 03:20:18 UTC 2012
>Originator:     Robert Bonomi
>Release:        8.3
>Organization:
>Environment:
FreeBSD  8.3-ELESE FreeBSD 8.3-RELEASE ..... i386
>Description:
'device ndis' in the config file requires 'device pccard' -- *not* listed on
the manpage _or_ in 'NOTES' -- in addition to the documented 'options NDISAPI'
and 'device wlan'
>How-To-Repeat:
make a 'minimal' kernel config file for a desktop -- without CARDBUS support
(shouldn't be needed on a machine that doesn't have PCMCIA/PC-Card/Cardbus
slots.   build the kernel successfully.

Now add the required config entries per the ndis(4) manpage.

attempt to build the kernel.

observe the function that fail to resolve.
>Fix:
update the manpage and NOTES file to include the line:
    REQUIRES   device pcccard.

*OR* fix the device-driver source code.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-net 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Oct 8 03:18:58 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer(s). 

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