From owner-freebsd-current@FreeBSD.ORG Thu Nov 1 17:01:52 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0966A16A418 for ; Thu, 1 Nov 2007 17:01:52 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id AD85313C48A for ; Thu, 1 Nov 2007 17:01:50 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id lA1H172s013379; Thu, 1 Nov 2007 11:01:07 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <472A063B.1030201@samsco.org> Date: Thu, 01 Nov 2007 11:00:43 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: "Gelsema, P \(Patrick\) - FreeBSD" References: <1154.80.127.127.95.1193916692.squirrel@webmail.superhero.nl> <20071101154109.GA59070@eos.sc1.parodius.com> <63660.195.50.100.20.1193931900.squirrel@www.superhero.nl> In-Reply-To: <63660.195.50.100.20.1193931900.squirrel@www.superhero.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Thu, 01 Nov 2007 11:01:07 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: Jeremy Chadwick , freebsd-current@freebsd.org Subject: Re: da0 detection garbled: da0: 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: Thu, 01 Nov 2007 17:01:52 -0000 Gelsema, P (Patrick) - FreeBSD wrote: > On Thu, November 1, 2007 16:41, Jeremy Chadwick wrote: >> On Thu, Nov 01, 2007 at 12:31:32PM +0100, Gelsema, P (Patrick) - FreeBSD >> wrote: >>> da0: >>> >>> Please let me know if more information is required. >> This was discussed in October. See the thread here: >> >> http://lists.freebsd.org/pipermail/freebsd-current/2007-October/078145.html >> > > I did check the lists as I am subscribed. Must have missed this :( > > Anyways.. I still got the issue where the disks are detected as only > 160.00 MB instead as 320.00MB as in RELENG_6_3. > The speed issue is a big one that I haven't had time to address, and I don't know if I'll be able to address it before 7.0 is released since it involves some pretty significant and delicate work. In the mean time, try running the following after the system is up: camcontrol negotiate da0 -a -R 160 Scott