From owner-freebsd-amd64@FreeBSD.ORG Sun Sep 9 21:30:07 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F9DA106564A for ; Sun, 9 Sep 2012 21:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6FEF78FC0A for ; Sun, 9 Sep 2012 21:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q89LU7V8095898 for ; Sun, 9 Sep 2012 21:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q89LU74V095882; Sun, 9 Sep 2012 21:30:07 GMT (envelope-from gnats) Date: Sun, 9 Sep 2012 21:30:07 GMT Message-Id: <201209092130.q89LU74V095882@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Alexander Motin Cc: Subject: Re: amd64/171355: FreeBSD 9.1rc1 (and 10-HEAD) not booting on HP Pavilion g6 2147sl X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Motin List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 21:30:07 -0000 The following reply was made to PR amd64/171355; it has been noted by GNATS. From: Alexander Motin To: Stefano Marinelli Cc: attilio@freebsd.org, bug-followup@FreeBSD.org Subject: Re: amd64/171355: FreeBSD 9.1rc1 (and 10-HEAD) not booting on HP Pavilion g6 2147sl Date: Mon, 10 Sep 2012 00:29:06 +0300 On 10.09.2012 00:16, Stefano Marinelli wrote: >>>> hint.hpet.0.legacy_route=1 >>>> hint.attimer.0.clock=0 >>>> hint.atrtc.0.clock=0 > > > I tried on both the patched and the unpatched kernel. > The unpatched kernel refuses to boot (hangs as if I didn't write anything). Hmm. Strange. > The patched one boots with this dmesg: http://www.dragas.org/~draga/dmesg2.txt Log looks good. If HPET is used as it should be according to priorities I see (sysctl kern.eventtimer.timer returns HPET), then legacy_route mode probably works as expected. In `systat -vm 1` you should see about 50-70 timer interrupts per CPU. -- Alexander Motin