From owner-cvs-src@FreeBSD.ORG Tue Oct 10 23:02:11 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A57E16A407; Tue, 10 Oct 2006 23:02:11 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D4543D72; Tue, 10 Oct 2006 23:01:51 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail.ambrisko.com with ESMTP; 10 Oct 2006 15:58:51 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.13.1/8.12.11) with ESMTP id k9AN1oaL018175; Tue, 10 Oct 2006 16:01:50 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.13.1/8.13.1/Submit) id k9AN1jW2018170; Tue, 10 Oct 2006 16:01:45 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200610102301.k9AN1jW2018170@ambrisko.com> In-Reply-To: <20061007102231.GK21333@submonkey.net> To: Ceri Davies Date: Tue, 10 Oct 2006 16:01:45 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, John Birrell , cvs-all@FreeBSD.org, Kip Macy Subject: Re: cvs commit: src/sys/conf Makefile.sun4v files.sun4v options.sun4v src/sys/sun4v/compile .cvsignore src/sys/sun4v/conf DEFAULTS GENERIC GENERIC.hints MAC Makefile NOTES src/sys/sun4v/include _bus.h _inttypes.h _limits.h _stdint.h _types.h asi.h asm.h . X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2006 23:02:11 -0000 Ceri Davies writes: | On Thu, Oct 05, 2006 at 07:29:24AM +0000, John Birrell wrote: | > When self-hosting on local disk on the T2000 (with SATA drives) there is a | > bug which causes a processor to go off into the weeds. To debug this, kmacy | > needs someone to donate another SATA drive. Sun hasn't been responsive to | > his request for one. 8-( Can anyone help with that? | | I didn't think that Sun provided SATA drives for the T2000, only SAS. | Do you care about the distinction, or will any 2.5" SATA HDD do? FWIW, it's been my experience that pretty much any SATA drive will work with a SAS controller but not the converse. I've heard they should be SATA II but I'm not sure about that. All of the drives I've tried have worked but I haven't gone through our complete set. Since SATA are easier and cheaper to get I'd go with them. Doug A.