Where do I find all the available options/devices I can use in my kernel config

2003-12-31 Thread Dany
Reading some forums, I discovered I could use the following options in 
my kernel configuration (5.2):
options CPU_ATHLON_SSE_HACK
options CPU_ENABLE_SSE

I looked at the GENERIC kernel config but there were no mention of those 
2 options. Where can I find an exhaustive list of available 
options/devices I can use in my custom kernel config file?

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


Re: Where do I find all the available options/devices I can use in my kernel config

2003-12-31 Thread Ion-Mihai Tetcu
On Wed, 31 Dec 2003 10:19:45 -0500
Dany [EMAIL PROTECTED] wrote:

 Reading some forums, I discovered I could use the following options in 
 my kernel configuration (5.2):
 options CPU_ATHLON_SSE_HACK
 options CPU_ENABLE_SSE
 
 I looked at the GENERIC kernel config but there were no mention of those 
 2 options. Where can I find an exhaustive list of available 
 options/devices I can use in my custom kernel config file?

/sys/i386/conf/NOTES on 5.x
LINT on 4.x



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


Re: Where do I find all the available options/devices I can use in my kernel config

2003-12-31 Thread David Fleck
On Wed, 31 Dec 2003, Dany wrote:
 I looked at the GENERIC kernel config but there were no mention of those
 2 options. Where can I find an exhaustive list of available
 options/devices I can use in my custom kernel config file?

Look at the LINT config file, located at /usr/src/sys/i386/conf/LINT (for
example).

--
David Fleck
[EMAIL PROTECTED]

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