From owner-freebsd-current@FreeBSD.ORG Tue Nov 23 00:21:48 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 59ABF106566B for ; Tue, 23 Nov 2010 00:21:48 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 0AFCE8FC08 for ; Tue, 23 Nov 2010 00:21:47 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PKgdm-0004y4-7k for freebsd-current@freebsd.org; Tue, 23 Nov 2010 01:21:46 +0100 Received: from cpe-188-129-85-205.dynamic.amis.hr ([188.129.85.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Nov 2010 01:21:46 +0100 Received: from ivoras by cpe-188-129-85-205.dynamic.amis.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Nov 2010 01:21:46 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Tue, 23 Nov 2010 01:21:33 +0100 Lines: 23 Message-ID: References: <201011191320.59156.jkim@FreeBSD.org> <201011220756.26727.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe-188-129-85-205.dynamic.amis.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101102 Thunderbird/3.1.6 In-Reply-To: <201011220756.26727.jhb@freebsd.org> Subject: Re: A big-ish machine, cannot boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Nov 2010 00:21:48 -0000 On 11/22/10 13:56, John Baldwin wrote: > On Friday, November 19, 2010 1:20:53 pm Jung-uk Kim wrote: >> I bet these are "legacy free" machines, right? I recently noticed >> that recent Intel chipsets cause incredibly long delays when >> non-existent ISA ports are accessed, most notably AT keyboard ports. >> (My gut tells me it is going in and out of SMM repeatedly for >> nothing.) Back in the old days, when we had real ISA bus, it used to >> delay very short and fixed amount time. Those days, this behaviour >> was even (ab)used as a delay function where a real timer is not >> available yet. ;-) >> >> Try getting rid of all unnecessary device drivers from your kernel >> configuration. Well, there are no ISA devices in the AMD64 GENERIC that I can see... > Someone had some patches to the atkbd early probe to work around long delays > during the keyboard probe for this reason. I've just tried booting 9-CURRENT and it is much faster. There's still a delay (maybe a minute) but definitely faster.