From owner-freebsd-amd64@FreeBSD.ORG Fri Nov 19 05:40:38 2004 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 886AA16A4CE for ; Fri, 19 Nov 2004 05:40:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7643143D54 for ; Fri, 19 Nov 2004 05:40:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iAJ5ebER096305 for ; Fri, 19 Nov 2004 05:40:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAJ5eb2j096304; Fri, 19 Nov 2004 05:40:37 GMT (envelope-from gnats) Date: Fri, 19 Nov 2004 05:40:37 GMT Message-Id: <200411190540.iAJ5eb2j096304@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Ade Lovett Subject: Re: amd64/67745: boot fails on compaq presario r3000z X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ade Lovett List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 05:40:38 -0000 The following reply was made to PR amd64/67745; it has been noted by GNATS. From: Ade Lovett To: freebsd-gnats-submit@FreeBSD.org, jhb@FreeBSD.org Cc: Subject: Re: amd64/67745: boot fails on compaq presario r3000z Date: Thu, 18 Nov 2004 21:30:53 -0800 Well FWIW, yes, this patch does seem to move things along a little for my R3000Z - it now boots, but gets stuck further down the line with: [...] ata0-master: setting PIO4 on nVidia nForce3 chip ata0-master: setting UDMA100 on nVidia nForce3 chip ad0: ATA-6 disk at ata0-master [more ad0 identifying info] GEOM: new disk ad0 ata1-master: setting PIO4 on nVidia nForce3 chip acd0: CDRW drive at ata1 as master [mode acd0 identifying info] [fdisk table] GEOM: Configure ad0s1, start 32256 length 62915134454 end 62915166719 GEOM: Configure ad0s2, start 62915166720 length 17108582400 end 80023749119 At this point, the machine freezes solid. Now, this could be down to the way I built the miniinst (essentially by hand-stepping through make release on an x86->amd64 cross-compile -- my other amd64-based box is completely shot thanks to the local power company) -- I'd need a native amd64-built miniinst to confirm. -aDe