From owner-freebsd-current@FreeBSD.ORG Tue May 4 19:17:17 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD6231065672 for ; Tue, 4 May 2010 19:17:17 +0000 (UTC) (envelope-from kristof@sigsegv.be) Received: from jacques.telenet-ops.be (jacques.telenet-ops.be [195.130.132.50]) by mx1.freebsd.org (Postfix) with ESMTP id 47DEA8FC15 for ; Tue, 4 May 2010 19:17:16 +0000 (UTC) Received: from triton.sigsegv.be ([213.119.97.224]) by jacques.telenet-ops.be with bizsmtp id DXHE1e00W4qUA0t0JXHFuT; Tue, 04 May 2010 21:17:15 +0200 Received: from nereid (nereid.neptune.sigsegv.be [IPv6:2001:470:c8f4:0:200:ff:fe00:8]) by triton.sigsegv.be (Postfix) with SMTP id 00E531C25E; Tue, 4 May 2010 21:17:14 +0200 (CEST) Received: by nereid (sSMTP sendmail emulation); Tue, 04 May 2010 21:17:13 +0200 Date: Tue, 4 May 2010 21:17:12 +0200 From: Kristof Provost To: Alexander Motin Message-ID: <20100504191712.GF24372@nereid> References: <4BD82DAD.4050804@FreeBSD.org> <20100503194422.GB24372@nereid> <4BDFAC6D.7070400@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BDFAC6D.7070400@FreeBSD.org> X-PGP-Fingerprint: 6B6E 5EED 8ECF FAE7 1F61 7458 5046 7D0E 11B0 0EE8 User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-arm@FreeBSD.org, FreeBSD-Current Subject: Re: New Marvell SATA driver for testing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2010 19:17:17 -0000 On 2010-05-04 08:11:09 (+0300), Alexander Motin wrote: > Kristof Provost wrote: > > I've done a quick test on my Orion (88F5182) based device. It seems to > > be working fine. It detects a SATA hard disk, reads/writes, ... > > I wasn't able to mount a filesystem from the disk but that could have > > been me. > > What kind of problems? Could you confirm it? > The error I got was: mount /dev/ad0s1a /mnt mount: /dev/ad0s1a : Operation not supported by device I was right though: it was my fault. Mounting an FFS file system works better if you actually compile it into your kernel. Once I did that I could mount the partition and read/write. Regards, Kristof