From owner-freebsd-amd64@FreeBSD.ORG Thu Jun 4 17:50:04 2009 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 5BE791065708 for ; Thu, 4 Jun 2009 17:50:04 +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 3BE1E8FC25 for ; Thu, 4 Jun 2009 17:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n54Ho3PE051024 for ; Thu, 4 Jun 2009 17:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n54Ho3bm051022; Thu, 4 Jun 2009 17:50:03 GMT (envelope-from gnats) Date: Thu, 4 Jun 2009 17:50:03 GMT Message-Id: <200906041750.n54Ho3bm051022@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Ralf Folkerts Cc: Subject: Re: amd64/135040: FreeBSD/amd64 does not (always) detect disk on SB600/AliveXFire eSata 2 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ralf Folkerts List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2009 17:50:05 -0000 The following reply was made to PR amd64/135040; it has been noted by GNATS. From: Ralf Folkerts To: bug-followup@FreeBSD.org, ralf.folkerts@gmx.de, Alexander Motin Cc: Subject: Re: amd64/135040: FreeBSD/amd64 does not (always) detect disk on SB600/AliveXFire eSata 2 Date: Thu, 04 Jun 2009 19:46:30 +0200 Hi, just a short Update on this: - Commenting out the two last lines of ata_ahca_dmainit (and also the definition of ctlr; the Compiler wasn't amused on unused local Variables) in ata-chipset.c does seem to correctly circumvent the Problem; I was able to boot w/o the "hw.physmem" Parameter and a buildworld/-kernel and install of both worked fine. - ASRock sent me a new BIOS; however, that made FreeBSD (and Linux) only "see" 3.5G of the installed 4G RAM. ASRock stated that more memory is only supported for Windows_64. Of course there were no DMA issues with only 3.5G visible. - Wasn't able yet to get more Info re. the BIOS-Patch that was applied by ASUS :-( Still trying. Cheers, _ralf_