From owner-freebsd-stable@FreeBSD.ORG Fri May 20 20:20:51 2005 Return-Path: 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 62BD816A4CE for ; Fri, 20 May 2005 20:20:51 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2949143D96 for ; Fri, 20 May 2005 20:20:51 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 1C13672DD4; Fri, 20 May 2005 13:20:51 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 1755372DCB; Fri, 20 May 2005 13:20:51 -0700 (PDT) Date: Fri, 20 May 2005 13:20:51 -0700 (PDT) From: Doug White To: Rob In-Reply-To: <20050519012413.99408.qmail@web54010.mail.yahoo.com> Message-ID: <20050520131817.J8229@carver.gumbysoft.com> References: <20050519012413.99408.qmail@web54010.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Stable Subject: Re: SATA378 / SATA150 RAID controller supported by 5.4? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 20:20:51 -0000 On Wed, 18 May 2005, Rob wrote: > > --- Doug White wrote: > > On Tue, 17 May 2005, Rob wrote: > > > > > The 'pciconf -lv' tells me: > > > > > > atapci0@pci2:4:0: class=0x010400 card=0x80f51043 > > > chip=0x3373105a rev=0x02 hdr=0x00 > > > vendor = 'Promise Technology Inc' > > > device = 'PDC20378 FastTrak 378/SATA 378 > > > RAID Controller' > > > class = mass storage > > > subclass = RAID > > > > > > But I get this in my dmesg output: > > > > > > atapci0: > > > port 0xd880-0xd8ff,0xdfa0-0xdfaf,0xdf00-0xdf3f > > > mem 0xfeac0000-0xfeadffff,0xfeafe000-0xfeafefff > > > irq 10 at device 4.0 on pci2 > > > atapci0: failed: rid 0x20 is memory, requested 4 > > > > That's the PCI busmaster register, although it > > seems to be the wrong resource type. It should be > > I/O space, which maps to PCI config space, and > > not memory-mapped. I can't seem to find what > > function emits that message. > > > > A full dmesg would be useful. > > It's at: > http://surfion.snu.ac.kr/~lahaye/dmesg.boot > > Does that help? Yes .. your system has 2 ATA controllers. The RID failure is probably normal if the other one is present. The ICH5 southbridge ATA controller has grabbed the "standard" ports and the Promise ports stack in behind. To answer the question, yes the Promise controller is supported. You'll need to connect disks to it if you want to use it though :) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org