From owner-freebsd-amd64@FreeBSD.ORG Fri Apr 6 20:10:06 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CF71106566B for ; Fri, 6 Apr 2012 20:10:06 +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 1D90F8FC14 for ; Fri, 6 Apr 2012 20:10:06 +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 q36KA5s3024254 for ; Fri, 6 Apr 2012 20:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q36KA5eV024253; Fri, 6 Apr 2012 20:10:05 GMT (envelope-from gnats) Date: Fri, 6 Apr 2012 20:10:05 GMT Message-Id: <201204062010.q36KA5eV024253@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Ian X-Mailman-Approved-At: Fri, 06 Apr 2012 20:17:05 +0000 Cc: Subject: Re: amd64/166639: [boot] Syscons issue Intel D2700 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ian List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2012 20:10:06 -0000 The following reply was made to PR amd64/166639; it has been noted by GNATS. From: Ian To: bug-followup@FreeBSD.org, lebel.jerome@gmail.com Cc: Subject: Re: amd64/166639: [boot] Syscons issue Intel D2700 Date: Fri, 06 Apr 2012 15:03:06 -0500 Just to add a few more details, this also happens (unsurprisingly) on a D2500. Testing with my D2500CC, I can confirm the issue occurs on both 9.0 and 8.2, and both in i386 and amd64. Also, interestingly, I can't get a very vanilla (GENERIC kernel and almost no configuration) install to even boot with a serial console and terminal. The only changes I made were adding "-Dh -S115200" to /boot.config and setting up a serial tty in /etc/ttys. The board repeatedly hangs (not a panic) after printing "Setting hostuuid", and if I disable hostid in rc.conf, it will repeatedly hang after printing "Envtropy harvesti" (sic)--coincidentally the exact same number of printed characters. It does still respond to interrupt though, as I can toggle Num Lock and it does recognize pressing the power button or plugging/unplugging USB devices. Let me know if you need any testing as I would love to get this board up and running.