From owner-freebsd-stable@FreeBSD.ORG Wed Oct 13 14:25:32 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96D6C1065698 for ; Wed, 13 Oct 2010 14:25:32 +0000 (UTC) (envelope-from scaron@diablonet.net) Received: from sonnet.diablonet.net (sonnet.diablonet.net [75.144.70.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0C18FC0A for ; Wed, 13 Oct 2010 14:25:32 +0000 (UTC) Received: by sonnet.diablonet.net (Postfix, from userid 100) id 926E93DD378; Wed, 13 Oct 2010 10:25:31 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by sonnet.diablonet.net (Postfix) with ESMTP id 7F79F3DD361; Wed, 13 Oct 2010 10:25:31 -0400 (EDT) Date: Wed, 13 Oct 2010 10:25:31 -0400 (EDT) From: Sean Caron To: Florian Smeets In-Reply-To: <4CB4B6A9.8080007@smeets.im> Message-ID: References: <4CB4B6A9.8080007@smeets.im> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Mon, 18 Oct 2010 11:55:41 +0000 Cc: freebsd-stable@freebsd.org Subject: Re: No disks found on FreeBSD 8.1-STABLE on Sun X4500 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2010 14:25:32 -0000 Hi Florian, I gave that a try and it worked perfectly; the system comes right up and sees all my Marvell controllers and disks. I remember reading about the Highpoint driver issue of grabbing onto some non-Highpoint Marvell based controllers but for some reason thought it was fixed in the STABLE images that I was using (guess not!). Now off to play with ZFS... Thanks so much! -Sean On Tue, 12 Oct 2010, Florian Smeets wrote: > > On 8.1 try > > set hw.hptrr.attach_generic=0 > load mvs > boot > > After I set hw.hptrr.attach_generic to 0 mvs found all my disk. Without > it I had the same problem you describe. > > HTH, > Florian >