All the possible Kernel options

2004-01-05 Thread Dany
This week-end I was trying to get my Atapi CDRW to burn something and 
noticed I needed the CAM support enabled for it. Reading the handbook 
gave me the necessary option for the kernel : *device atapicam

*It worked but I remember posting a question about where to find all the 
different options for the Kernel.
The response was easy and located into the /sys/i386/conf/NOTES file 
(under 5.x).

The thing is I couldn't find any trace of the Device atapicam in either 
GENERIC or NOTES. Is this normal or is there any other hidden options I 
should be aware of ?

Thank you
Dany
*
*
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: All the possible Kernel options

2004-01-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2004-01-05 07:53:02 -0500:
 This week-end I was trying to get my Atapi CDRW to burn something and 
 noticed I needed the CAM support enabled for it. Reading the handbook 
 gave me the necessary option for the kernel : *device atapicam
 
 *It worked but I remember posting a question about where to find all the 
 different options for the Kernel.
 The response was easy and located into the /sys/i386/conf/NOTES file 
 (under 5.x).
 
 The thing is I couldn't find any trace of the Device atapicam in either 
 GENERIC or NOTES. Is this normal or is there any other hidden options I 
 should be aware of ?

take a look at (IIRC) /sys/conf/NOTES

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: All the possible Kernel options

2004-01-05 Thread Steve D
On Monday 05 January 2004 05:53 am, Dany wrote:
 This week-end I was trying to get my Atapi CDRW to burn something
 and noticed I needed the CAM support enabled for it. Reading the
 handbook gave me the necessary option for the kernel : *device
 atapicam

 *It worked but I remember posting a question about where to find
 all the different options for the Kernel.
 The response was easy and located into the /sys/i386/conf/NOTES
 file (under 5.x).

 The thing is I couldn't find any trace of the Device atapicam in
 either GENERIC or NOTES. Is this normal or is there any other
 hidden options I should be aware of ?

--- ---

Try this:

shell-prompt:  cd /sys/i386/conf
shell-prompt:  make LINT
shell-prompt:  grep atapicam LINT

-- 

Our care should not be to have lived long as to have lived enough.
-Seneca


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]