From owner-freebsd-current@FreeBSD.ORG Tue Apr 20 23:35:49 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA121106564A for ; Tue, 20 Apr 2010 23:35:49 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id A3D018FC17 for ; Tue, 20 Apr 2010 23:35:47 +0000 (UTC) Received: from [192.168.221.2] (remotevpn [192.168.221.2]) by ns1.feral.com (8.14.3/8.14.3) with ESMTP id o3KNZki4052925 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 20 Apr 2010 16:35:46 -0700 (PDT) (envelope-from mj@feral.com) Message-ID: <4BCE3A52.7060502@feral.com> Date: Tue, 20 Apr 2010 16:35:46 -0700 From: Matthew Jacob Organization: Feral Software User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc11 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <4BCD5A7B.2070505@FreeBSD.org> <4BCD5C20.8000508@FreeBSD.org> <4BCD9E72.1000502@FreeBSD.org> <201004200920.08846.jhb@freebsd.org> <4BCE2221.7070907@FreeBSD.org> <4BCE2E52.1080107@FreeBSD.org> In-Reply-To: <4BCE2E52.1080107@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-4.2.3 (ns1.feral.com [192.168.221.1]); Tue, 20 Apr 2010 16:35:46 -0700 (PDT) Subject: Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mj@feral.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2010 23:35:49 -0000 On 04/20/2010 03:44 PM, Maxim Sobolev wrote: > Maxim Sobolev wrote: >>> Maybe try adding >>> >>> hint.atkbdc.0.disabled="1" >>> hint.atkbd.0.disabled="1" >>> >>> to /boot/device.hints? That has reportedly removed minute-long boot >>> delays on some Nehalem machines. >> >> No, that have not helped at all. I measured the delay - it's about 6 >> minutes from boot command to the first "smap" message. Do you or >> anybody else have other ideas? > > Actually it helped, thank you very much! The problem was that I have > had my hints compiled into the kernel itself. Me too!