From owner-freebsd-stable@FreeBSD.ORG Thu Nov 10 15:52:03 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA1616A41F; Thu, 10 Nov 2005 15:52:03 +0000 (GMT) (envelope-from davidt@yadt.co.uk) Received: from outcold.yadt.co.uk (outcold.yadt.co.uk [81.187.204.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA44E43D45; Thu, 10 Nov 2005 15:52:02 +0000 (GMT) (envelope-from davidt@yadt.co.uk) Received: from localhost (localhost [127.0.0.1]) by outcold.yadt.co.uk (Postfix) with ESMTP id ECB7F1DD47A; Thu, 10 Nov 2005 15:52:01 +0000 (GMT) Received: from outcold.yadt.co.uk ([127.0.0.1]) by localhost (outcold.yadt.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 34009-04; Thu, 10 Nov 2005 15:52:01 +0000 (GMT) Received: by outcold.yadt.co.uk (Postfix, from userid 1001) id A8E4F1DD478; Thu, 10 Nov 2005 15:52:01 +0000 (GMT) Date: Thu, 10 Nov 2005 15:52:01 +0000 From: David Taylor To: Michael Butler Message-ID: <20051110155201.GA35976@outcold.yadt.co.uk> Mail-Followup-To: Michael Butler , freebsd-stable@freebsd.org, sos@freebsd.org References: <20051026163015.GA98346@outcold.yadt.co.uk> <20051110150203.GB35744@outcold.yadt.co.uk> <43736200.6090005@protected-networks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <43736200.6090005@protected-networks.net> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: amavisd-new 2.3.3 (20050822) at yadt.co.uk Cc: freebsd-stable@freebsd.org, sos@freebsd.org Subject: Re: ATA RAID problem in 6.0-RC1 (ata_alloc_request/ata_raid_init_request) 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: Thu, 10 Nov 2005 15:52:03 -0000 On Thu, 10 Nov 2005, Michael Butler wrote: > David Taylor wrote: > > | [snip] > | > | I'm still seeing (lots) of these messages (below) on 6.0-RELEASE. > | Should I just file a PR about it, and is there anything else that > | would be useful to track down what's causing them? > > I get these with an HighPoint HPT372N UDMA133 controller .. what is your's? It was in my previous mail, perhaps I snipped a little too much... anyway: atapci0: port 0xec00-0xec7f,0xe800-0xe8ff mem 0xcfffb000-0xcfffbfff,0xcffc0000-0xcffdffff irq 17 at device 13.0 on pci0 atapci1: port 0xc800-0xc807,0xc400-0xc403,0xc000-0 xc007,0xbc00-0xbc03,0xb800-0xb80f,0xb400-0xb4ff irq 20 at device 15.0 on pci0 atapci2: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376, ar0 (mentioned in the error messages) is ad4 and ad6, which are connected to the Promise controller. ata2: on atapci0 ata3: on atapci0 ata4: on atapci0 ad4: 156334MB at ata2-master SATA150 ad6: 156334MB at ata3-master SATA150 ar0: 156334MB status: READY ar0: disk0 READY (master) using ad6 at ata3-master ar0: disk1 READY (mirror) using ad4 at ata2-master -- David Taylor