Bug 171531 - [ndis] undocumented dependency for ndis(4)
Summary: [ndis] undocumented dependency for ndis(4)
Status: Closed DUPLICATE of bug 171532
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-11 01:50 UTC by Robert Bonomi
Modified: 2019-01-30 14:30 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Bonomi 2012-09-11 01:50:02 UTC
'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'

Fix: 

update the manpage and NOTES file to include the line:
    REQUIRES   device pcccard.

*OR* fix the device-driver source code.
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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-10-08 04:18:58 UTC
Responsible Changed
From-To: freebsd-i386->freebsd-net

Over to maintainer(s).
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 07:59:39 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 3 Andriy Voskoboinyk freebsd_committer freebsd_triage 2019-01-30 11:40:55 UTC

*** This bug has been marked as a duplicate of bug 171532 ***