From owner-freebsd-stable@FreeBSD.ORG Tue Feb 5 07:16:02 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19B8E16A46C for ; Tue, 5 Feb 2008 07:16:02 +0000 (UTC) (envelope-from marko.kobal@arctur.si) Received: from cygnus.arctur.si (cygnus.arctur.si [193.77.181.76]) by mx1.freebsd.org (Postfix) with ESMTP id D0CDD13C4CC for ; Tue, 5 Feb 2008 07:16:01 +0000 (UTC) (envelope-from marko.kobal@arctur.si) Received: from localhost (localhost [127.0.0.1]) by cygnus.arctur.si (Postfix) with ESMTP id ACC56CB683C for ; Tue, 5 Feb 2008 07:51:46 +0100 (CET) Received: from cygnus.arctur.si ([127.0.0.1]) by localhost (cygnus.arctur.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 45706-03 for ; Tue, 5 Feb 2008 07:51:46 +0100 (CET) Received: from [192.168.1.10] (neonka.arctur.si [193.77.124.79]) by cygnus.arctur.si (Postfix) with ESMTP id 3C5E4CB6838 for ; Tue, 5 Feb 2008 07:51:46 +0100 (CET) Message-ID: <47A80784.9080103@arctur.si> Date: Tue, 05 Feb 2008 07:51:48 +0100 From: Marko Kobal User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at arctur.si Subject: freeBSD 6.3 and LSI Logic 1030 = only 3.3MB/s X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2008 07:16:02 -0000 Hi, I've upgraded one of my boxes from 6.2 to freeBSD 6.3. I have on-board LSI Logic 1030 SCSI Ultra4 Adapter, on it I have attached two IBM Ultra-320 SCSI 36GB disks. The machine is IBM xServer 225. See the dmesg output: .. mpt0: port 0xb000-0xb0ff mem 0xf5010000-0xf501ffff,0xf5000000-0xf500ffff irq 32 at device 3.0 on pci4 mpt0: [GIANT-LOCKED] mpt0: MPI Version=1.2.14.0 mpt0: Capabilities: ( RAID-1 SAFTE ) mpt0: 1 Active Volume (1 Max) mpt0: 2 Hidden Drive Members (6 Max) .. da1 at mpt0 bus 0 target 4 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 3.300MB/s transfers, Tagged Queueing Enabled da1: 34702MB (71071560 512 byte sectors: 255H 63S/T 4424C) .. It is showing that logical device da1 has only 3.3MB/s transfer rate!? Before the upgrade it was showing the correct 320MB/s. After a few quick disk test I can confirm that it is running sloooow: # dd if=/dev/da1 of=/dev/null bs=16384 count=1000 1000+0 records in 1000+0 records out 16384000 bytes transferred in 4.393638 secs (3729028 bytes/sec) # dd if=/dev/da1 of=/dev/null bs=16384 count=1000 1000+0 records in 1000+0 records out 16384000 bytes transferred in 6.619820 secs (2474992 bytes/sec) Is there something wrong with the mpt driver in 6.3? And also, is there any utility to access LSI Logic 1030 BIOS under freeBSD? Thanks for help! -- Kind regards, Marko Kobal.