From owner-freebsd-amd64@FreeBSD.ORG Fri Nov 25 16:03:04 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FDDB16A422 for ; Fri, 25 Nov 2005 16:03:04 +0000 (GMT) (envelope-from apelisse@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD63943D6D for ; Fri, 25 Nov 2005 16:02:55 +0000 (GMT) (envelope-from apelisse@gmail.com) Received: by nproxy.gmail.com with SMTP id l23so334242nfc for ; Fri, 25 Nov 2005 08:02:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=T4+HJsWkeuK0Ado/YuCycc1ZugZvjDUh/SMbND/qAs9eWVYABgAUMF1xTOB+GLNN7R+Ao6ob2JRVsk55PXJ5asEvFfejFTxBXGJVZg1JB21/XgHE7P8J+nPH76zKs58BQr77Cgs2ObQJ44h6ACaRsqnywenGOGy0UghU2X77Lko= Received: by 10.48.248.14 with SMTP id v14mr217048nfh; Fri, 25 Nov 2005 08:02:54 -0800 (PST) Received: by 10.49.5.1 with HTTP; Fri, 25 Nov 2005 08:02:54 -0800 (PST) Message-ID: <61c746830511250802vcd90a6dkba031548886ff393@mail.gmail.com> Date: Fri, 25 Nov 2005 16:02:54 +0000 From: Antoine Pelisse To: Faris In-Reply-To: <438723ED.9000200@heatandcomfort.com> MIME-Version: 1.0 References: <200511242210.jAOMA2wH035074@freefall.freebsd.org> <438723ED.9000200@heatandcomfort.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: amd64/89503: Cant Boot Installation Disk X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 16:03:04 -0000 There is a fix for this bug and it's documented by atkbd(5) in the Driver Flags section: bit 3 (NO_PROBE_TEST) When this option is given, the atkbd driver will not test the key- board port during the probe routine. Some machines hang during boot when this test is performed. However, this doesn't work on my AMD64 laptop computer and I'm currently trying to pinpoint the actual problem. (seems to be related to the keyboard nonetheless)