From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 6 03:48:12 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30D7616A419 for ; Tue, 6 Nov 2007 03:48:12 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id 01A0B13C491 for ; Tue, 6 Nov 2007 03:48:11 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id 1894D61A532; Mon, 5 Nov 2007 19:23:06 -0800 (PST) Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21697-07; Mon, 5 Nov 2007 19:23:05 -0800 (PST) Received: from [10.47.1.218] (vpn.office.miralink.com [10.0.0.5]) by plato.miralink.com (Postfix) with ESMTP id 20B9361A392; Mon, 5 Nov 2007 19:23:05 -0800 (PST) Message-ID: <472FDE18.9000709@miralink.com> Date: Mon, 05 Nov 2007 19:23:04 -0800 From: Sean Bruno User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Amir Tahmasebi References: <20071105160705.3B7F413C4A5@mx1.freebsd.org> In-Reply-To: <20071105160705.3B7F413C4A5@mx1.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Mon Nov 5 19:23:05 2007 X-DSPAM-Confidence: 0.7829 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 472fde19139241821818100 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.499 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.499 X-Spam-Level: Cc: freebsd-hackers@freebsd.org Subject: Re: iSCSI initiator driver beta version, testers wanted 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: Tue, 06 Nov 2007 03:48:12 -0000 Amir Tahmasebi wrote: > Hello Danny, > > > > Do you know if there is any problem with ISCSI initiator when using FreeBSD > version 6.x? > > > > Thanks > > I was able to backport the driver from 7 fairly easily. If there is some interest, here is a small diff. Simply copying the iscontrol from RELENG_7 into RELENG_6 and changing the makefiles worked for me. isc_cam.c 399,400d398 < < #if __FreeBSD_version >= 700000 402,404d399 < #else < if(xpt_bus_register(sim, 0/*bus_number*/) != CAM_SUCCESS) < #endif Sean