From owner-freebsd-current@FreeBSD.ORG Tue Sep 7 14:04:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C252C16A4CE for ; Tue, 7 Sep 2004 14:04:28 +0000 (GMT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 665FF43D39 for ; Tue, 7 Sep 2004 14:04:26 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtp (Exim 4.41 (FreeBSD)) id 1C4gaA-0006RT-3k for freebsd-current@freebsd.org; Tue, 07 Sep 2004 14:04:26 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.42 (FreeBSD)) id 1C4a1g-0000Ne-QT for freebsd-current@freebsd.org; Tue, 07 Sep 2004 00:04:25 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16701.23928.267840.215410@roam.psg.com> Date: Tue, 7 Sep 2004 00:04:24 -0700 To: FreeBSD Current Subject: t40 hints, ctls, and loads X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 14:04:28 -0000 on my -current t40, i was wondering the best recipies for sysctls, hints, and loads. what i have now is kernel options COMPAT_LINUX options LINPROCFS /boot/loader.conf.local hw.pci.allow_unsupported_io_range="1" hw.ata.atapi_dma="1" hw.acpi.disable_on_poweroff="1" # acpi_video_load=YES ipfw_load="YES" ng_ubt_load=YES ntfs_load=YES snd_ich_load="YES" sound_load="YES" # beastie_disable=NO added to /boot/device.hints hint.psm.0.flags="0x200" can i do better? randy