From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 29 07:32:17 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA1DF16A400 for ; Fri, 29 Jun 2007 07:32:17 +0000 (UTC) (envelope-from pb@ludd.ltu.se) Received: from mother.ludd.ltu.se (mother.ludd.ltu.se [130.240.16.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3BDEF13C448 for ; Fri, 29 Jun 2007 07:32:16 +0000 (UTC) (envelope-from pb@ludd.ltu.se) Received: from brother.ludd.ltu.se (root@brother.ludd.ltu.se [130.240.16.78]) by mother.ludd.ltu.se (8.13.6+Sun/8.12.10) with ESMTP id l5T7W9KM013155; Fri, 29 Jun 2007 09:32:09 +0200 (MEST) Received: from brother.ludd.ltu.se (pb@localhost [127.0.0.1]) by brother.ludd.ltu.se (8.13.6+Sun/8.12.2) with ESMTP id l5T7W9cv006816; Fri, 29 Jun 2007 09:32:09 +0200 (MEST) Received: (from pb@localhost) by brother.ludd.ltu.se (8.13.6+Sun/8.13.6/Submit) id l5T7W4oG006813; Fri, 29 Jun 2007 09:32:04 +0200 (MEST) From: Peter B Message-Id: <200706290732.l5T7W4oG006813@brother.ludd.ltu.se> To: didier@aida.org (didier derny) Date: Fri, 29 Jun 2007 09:32:04 +0200 (MEST) In-Reply-To: <4684A495.8030701@aida.org> from "didier derny" at Jun 29, 2007 08:20:05 AM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Fri, 29 Jun 2007 11:37:06 +0000 Cc: freebsd-hackers@freebsd.org Subject: Re: SII3512 rev0 ? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2007 07:32:17 -0000 >Peter B a écrit : >> In /usr/src/sys/dev/ata/ata-chipset.c the table (ata_sii_ident) for >> Silicon Image chips: >> >> pcirev >> { ATA_SII3512, 0x02, SIIMEMIO, 0, ATA_SA150, "SiI 3512" }, >> { ATA_SII3512, 0x00, SIIMEMIO, SIIBUG, ATA_SA150, "SiI 3512" }, >> >> Indicate there is a revision 0 of the chip SII3512. I wonder if there exist >> such chip, or if this is just an assumption from the problems with >> SII3112 rev0 ..? >> >> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-chipset.c#rev1.62 >> >> Any input on the reliability of SII3512 is also welcomed. didier derny wrote: > >I recently added a sata board with a SiI 3512 to my computer to bypass >a problem with the VT8732a of the What was the problem with VIA VT8732a..? >mother board, but if FreeBSD 6.2 booted from this controller it was >totally unstable, crashing as soon as the >disk activity became high (occuring in less than 10mn after boot) Can you check which pci revision it has? (scanpci -v or pciconf -l) Look for 'REVISION' or 'rev=' I have the suspicion that despite possible fixes after the SII3112A v1.1 (rev1) chip. Silicon Image still lacks in engineering reliable equipment. As they infact have failed before with the famous CMD640 chip bug. However it's hard to evade the sii chips as Sweex, Lycom, ST Labs, InnoDV, Belkin, Sunix, Adaptec/1210SA all use their chips. >I replaced this board by a Sata Controller with a SiI 3114 and now >FreeBSD is extremely stable >no crashes at all in 2 days What was the tradename for your SII 3114 equiped card .. ? Regards /Peter