From owner-freebsd-questions@FreeBSD.ORG Wed Dec 31 07:17:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 916AD16A4CE for ; Wed, 31 Dec 2003 07:17:28 -0800 (PST) Received: from cpanel10.gzo.com (69-56-171-54.theplanet.com [69.56.171.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 574A643D1D for ; Wed, 31 Dec 2003 07:17:27 -0800 (PST) (envelope-from dany_list@natzo.com) Received: from [12.146.133.135] (helo=natzo.com) by cpanel10.gzo.com with asmtp (TLSv1:RC4-MD5:128) (Exim 4.24) id 1Abi68-0006SU-7h for freebsd-questions@freebsd.org; Wed, 31 Dec 2003 09:17:24 -0600 Message-ID: <3FF2E911.2030504@natzo.com> Date: Wed, 31 Dec 2003 10:19:45 -0500 From: Dany User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel10.gzo.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - natzo.com Subject: Where do I find all the available options/devices I can use in my kernel config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 15:17:28 -0000 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