From owner-freebsd-current@FreeBSD.ORG Sat Mar 13 07:13:35 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 269C716A4D8 for ; Sat, 13 Mar 2004 07:13:35 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id D376343D54 for ; Sat, 13 Mar 2004 07:13:34 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 85169 invoked by uid 1002); 13 Mar 2004 15:13:32 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 13 Mar 2004 15:13:32 -0000 Message-ID: <40532454.1060103@freebsd.org> Date: Sat, 13 Mar 2004 08:10:12 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Dillon References: <20040311232539.D701C43D1F@mx1.FreeBSD.org> <005701c407c6$c2dd7970$1e64a8c0@spotripoli.local> <40510F5C.3000400@elischer.org> <200403120447.i2C4lCQP039033@apollo.backplane.com> In-Reply-To: <200403120447.i2C4lCQP039033@apollo.backplane.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: Julian Elischer cc: Putinas Piliponis Subject: Re: Silicon Image Sil 3112 SATARaid Controller 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: Sat, 13 Mar 2004 15:13:35 -0000 Matthew Dillon wrote: > The Silicon Image Sil 3112 should be trivially supportable under > 4.x. Actually, any of the Sil 3xxx controllers should be trivially > supportable. > > This patch is for the 3512 and the 3114, and its based on DragonFly, > so it won't patch cleanly into 4.x, but it's so simple that you should > be able to adapt it to 4.x for the 3112 by entering the correct PCI IDs > (from pciconf -l). > > This is admittedly a hack, but it seems to work well with my Sil 3512 > even though it does not report the correct speed or type (but still > operates at the correct speed). > > (There's also an unrelated rman fix in there which may or may not already > be fixed in 4.x). > > -Matt Does this patch allow you to use all four channels of the 3114? If so, I would be interested to know how exactly this works. Scott