From owner-freebsd-current@FreeBSD.ORG Fri Feb 2 18:43:42 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46CB516A4A7 for ; Fri, 2 Feb 2007 18:43:42 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from host.omnisec.de (host.omnisec.de [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id C311713C467 for ; Fri, 2 Feb 2007 18:43:41 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from [172.25.1.0] (nat.sps-schweers.de [82.135.45.115] (may be forged)) (authenticated bits=0) by host.omnisec.de (8.13.8/8.13.8) with ESMTP id l12Ihd7b082162 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 2 Feb 2007 19:43:39 +0100 (CET) (envelope-from h.schmalzbauer@omnisec.de) X-Authentication-Warning: smtp.dmz.omnisec.de: Host nat.sps-schweers.de [82.135.45.115] (may be forged) claimed to be [172.25.1.0] Message-ID: <45C38657.7030701@omnisec.de> Date: Fri, 02 Feb 2007 19:43:35 +0100 From: Harald Schmalzbauer User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Subject: mfi and mpt question (LSI 8300XLP and SAS1068R) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 02 Feb 2007 18:43:42 -0000 Dear all, I have access to a new FujitsuSiemens Server with the LSI Controllers mentioned in the topic (8300XLP, Zero-Channel-RAID and LSI MegaRAID SAS1068R, 8-Channel SAS). If I remove the 8300XLP I can access the drives by the mpt device, which gives some errors with the 1068 card: mpt0: port 0x4000-0x40ff mem 0xfd310000-0xfd313fff,0xfd300000-0xfd30ffff irq 25 at device 5.0 on pci5 mpt0: [GIANT-LOCKED] mpt0: MPI Version=1.5.12.0 mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0x12 mpt0: Unhandled Event Notify Frame. Event 0x12 (ACK not required). mpt0: mpt_cam_event: 0x12 mpt0: Unhandled Event Notify Frame. Event 0x12 (ACK not required). mpt0: mpt_cam_event: 0x12 mpt0: Unhandled Event Notify Frame. Event 0x12 (ACK not required). mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0xb mpt0: Unhandled Event Notify Frame. Event 0xb (ACK not required). Now regarding the 8300: Is there a chance that this puppy is supported by the mfi driver? If nobody tells me that it's unsupported I'd add the PCI id to mfi and test it. Best regards, -Harry