From owner-freebsd-current@FreeBSD.ORG Mon Sep 20 13:49:01 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 C30E816A4CF for ; Mon, 20 Sep 2004 13:49:01 +0000 (GMT) Received: from s1.vhost.cz (s1.vhost.cz [82.208.27.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8719343D41 for ; Mon, 20 Sep 2004 13:49:00 +0000 (GMT) (envelope-from konfer@mikulas.com) Received: (qmail 58030 invoked by uid 89); 20 Sep 2004 15:48:59 +0200 Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 20 Sep 2004 15:48:59 +0200 Received: from QMQPqq client ([127.0.0.1]) by localhost (s1.vhost.cz [127.0.0.1]) (amavisd-new, port 10628) with QMQPqq id 57849-03; Mon, 20 Sep 2004 15:48:58 +0200 (CEST) Received: from unknown (HELO mikulas.com) (jiri@mikulas.com@195.122.204.153) by s1.vhost.cz with AES256-SHA encrypted SMTP; 20 Sep 2004 15:48:58 +0200 Message-ID: <414EDFC7.2020104@mikulas.com> Date: Mon, 20 Sep 2004 15:48:55 +0200 From: Jiri Mikulas User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040407 X-Accept-Language: cs, en, en-us MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at s1.vhost.cz cc: amd64@freebsd.org Subject: Sil 3114 SATA RAID 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: Mon, 20 Sep 2004 13:49:01 -0000 Hello I have Epox *EP-8HDA3+* motherboard AMD64 processor, runing on i386 kernel and userland FreeBSD kelt64.mikulas.com 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Mon Sep 20 11:49:48 UTC 2004 root@kelt64.mikulas.com:/usr/obj/usr/src/sys/KELT i386 I am booting from standalone SATA disk ad12 atapci1: port 0xcc00-0xccff,0xc800-0xc80f,0xc400-0xc403,0xc000-0xc007,0xbc00-0xbc03,0xb800-0xb807 irq 11 at device 15.0 on pci0 ad12: 152627MB [310101/16/63] at ata6-master SATA150 I have: atapci0: port 0xb400-0xb40f,0xb000-0xb003,0xac00-0xac07,0xa800-0xa803,0xa400-0xa407 mem 0xeb004000-0xeb0043ff irq 10 at device 14.0 on pci0 ata2: channel #0 on atapci0 ata3: channel #1 on atapci0 ata4: channel #2 on atapci0 ata5: channel #3 on atapci0 --------- atapci0@pci0:14:0: class=0x010400 card=0x90181695 chip=0x31141095 rev=0x02 hdr=0x00 vendor = 'Silicon Image Inc (Was: CMD Technology Inc)' device = 'Sil 3114 SATALink/SATARaid Controller' class = mass storage subclass = RAID --------- and two disks ad4: 190782MB [387621/16/63] at ata2-master SATA150 ad6: 190782MB [387621/16/63] at ata3-master SATA150 if I create any RAID(0,1) with Sil 3114 controller BIOS boot hangs on ~~~cut~~~ Timecounter "TSC" frequency 2009947112 Hz quality 800 Timecounters tick every 10.000 msec ata2-master: FAILURE - ATA_IDENTIFY status=51 error=4 LBA=0 ~~~cut~~~ if I setup disks in "standalone" mode - with controller BIOS as ad4 and ad6, after boot I can create RAID with atacontrol without problems kelt64# atacontrol create RAID1 ad4 ad6 ar0 created dmesg: ar0: 190780MB [24321/255/63] status: READY subdisks: disk0 READY on ad4 at ata2-master disk1 READY on ad6 at ata3-master kelt64# atacontrol status 0 ar0: ATA RAID1 subdisks: ad4 ad6 status: READY Is it known bug, or anything else (my fault)? I also used amd64 FBSD 5.3-BETA4 and had the same problem sorry for my english thanks for reply ;) Jiri