Bug 21741

Summary: Unable to use the BROOKTREE_ALLOC_PAGES kernel config option for bktr
Product: Base System Reporter: protius <protius>
Component: kernAssignee: roger
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1.1-STABLE   
Hardware: Any   
OS: Any   

Description protius 2000-10-04 04:40:00 UTC
The bktr(4) manpage says one can say 
options BROOKTREE_ALLOC_PAGES=xxx 
in the kernel config file to specify the amount of ram reserved for the bktr card.
But config says unknown option when one trys to config the kernel.

Fix: 

Add the line 
BROOKTREE_ALLOC_PAGES           opt_bktr.h
to /usr/src/sys/conf/options, around line 395, where the rest of the bktr options are.
How-To-Repeat: Attempt to use the BROOKTREE_ALLOC_PAGES kernel option.
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-10-04 19:17:19 UTC
Responsible Changed
From-To: freebsd-bugs->roger

Over to bktr maintainer.
Comment 2 roger freebsd_committer freebsd_triage 2000-10-17 09:04:33 UTC
State Changed
From-To: open->closed

sys/conf/options file updated in 5.x-current and 4.x-stable