From owner-freebsd-scsi@FreeBSD.ORG Mon Oct 23 14:12:29 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E8416A40F for ; Mon, 23 Oct 2006 14:12:29 +0000 (UTC) (envelope-from supportsobaka@mail.ru) Received: from relay.peterstar.ru (relay.peterstar.ru [217.195.65.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC60443D76 for ; Mon, 23 Oct 2006 14:12:28 +0000 (GMT) (envelope-from supportsobaka@mail.ru) Received: from [84.204.167.252] ([84.204.167.252]) by relay.peterstar.ru (8.13.8/8.11.4) with ESMTP id k9NECFkL016681 for ; Mon, 23 Oct 2006 18:12:26 +0400 (MSD) Date: Mon, 23 Oct 2006 18:11:55 +0400 From: supportsobaka@mail.ru X-Mailer: The Bat! (v3.85.03) Professional Organization: supportsobaka@mail.ru X-Priority: 3 (Normal) Message-ID: <1159634324.20061023181155@mail.ru> To: freebsd-scsi@freebsd.org References: 1378533299.20061023170739@mail.ru MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 385 [Oct 20 2006] X-SpamTest-Method: none X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0242], KAS30/Release Subject: SR1500 + 5000PAL + SAS backplane - no RAID support X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: supportsobaka@mail.ru List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 14:12:29 -0000 -----Original Message----- #define MPI_EVENT_SAS_PHY_LINK_STATUS (0x00000012) #define MPI_EVENT_SAS_DISCOVERY_ERROR (0x00000013) #define MPI_EVENT_IR_RESYNC_UPDATE (0x00000014) #define MPI_EVENT_IR2 (0x00000015) #define MPI_EVENT_SAS_DISCOVERY (0x00000016) Event 0x16 just means that the card is probing for devices attached to the PHY's In your case 0x12 means a device have been seen on a PHY P.S. If you get time and want to do me a favor, configure 2 drives on the controller in a RAID-1 configuration. Then do a disk test on the RAID-1 volume, say with iozone or any other method, and tell me your performance. I get slow RAID-1 performance, still cannot figure this out, ~5 Mbytse/sec instead of ~ 30 Mbytes/sec with no volume. With NCQ enabled it goes up to 15, but it' still not 30. I can get faster RAID-1 performance by implementing this in software doing parallel writes. Johan -----Original Message----- How I can test it... First of all FreeBSD should see RAID, but it only see separated HDD (da*) This is the problem that I described