From owner-freebsd-current@FreeBSD.ORG Sun Aug 22 13:13:17 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1366516A4CE for ; Sun, 22 Aug 2004 13:13:17 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B7E43D1F for ; Sun, 22 Aug 2004 13:13:15 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received-SPF: pass (eva.fit.vutbr.cz: domain of xdivac02@eva.fit.vutbr.cz designates 127.0.0.1 as permitted sender) receiver=eva.fit.vutbr.cz; client_ip=127.0.0.1; envelope-from=xdivac02@eva.fit.vutbr.cz; Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i7MDDBsJ003761 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 22 Aug 2004 15:13:11 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i7MDDB0q003760; Sun, 22 Aug 2004 15:13:11 +0200 (CEST) Date: Sun, 22 Aug 2004 15:13:11 +0200 From: Divacky Roman To: Joe Marcus Clarke Message-ID: <20040822131311.GA3734@stud.fit.vutbr.cz> References: <1093058259.9940.29.camel@shumai.marcuscom.com> <20040821133949.M84878@carver.gumbysoft.com> <1093121246.17246.33.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1093121246.17246.33.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: current@freebsd.org Subject: Re: Cannot install onto mpt-driven drive X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 22 Aug 2004 13:13:17 -0000 On Sat, Aug 21, 2004 at 04:47:26PM -0400, Joe Marcus Clarke wrote: > On Sat, 2004-08-21 at 16:40, Doug White wrote: > > On Fri, 20 Aug 2004, Joe Marcus Clarke wrote: > > > > > I just got a new Dell Precision 360 workstation with an LSILogic SCSI > > > controller: > > > > > > mpt0: port 0xcd00-0xcdff mem > > > 0xfe780000-0xfe79ffff,0xfe760000-0xfe77ffff irq 10 at device 3.0 on pci2 > > > mpt1: port 0xce00-0xceff mem > > > 0xfe7x0000-0xfe7dffff,0xfe7a0000-0xfe7bffff irq 9 at device 3.1 on pci2 > > > > [...] > > > > > mpt1: time out on request index = 0xfe sequence = 0x000001a0 > > > > Have you checked termination and cabling? Also make sure you are not using > > the integrated mirroring capability -- its not supported under FreeBSD, at > > least in my tests. > > This is a Dell-manufactured, out-of-the-box machine (and the Windows XP > Pro that came on it works just fine, I guess). There is only one drive, > and I'm not using any RAID. The exact same configuration works under > -STABLE. As I mentioned in a follow-up, I found a patch that may do the > trick for me. I'm just about done with my custom 5.2.1-RELEASE, so I'll > know in a bit. > > Thanks for following up, though. I have big "ME TOO". I tried to install fbsd 5.2.1 to scsi@mpt with the exact same problem... I dont think its hw issue since there was linux before and it worked (I suppose changing CD in atapi cd-rom drive doesnt break scsi controller) roman