iSCSI initiator driver beta version, testers wanted

Sean Bruno sbruno at miralink.com
Mon Nov 5 19:48:12 PST 2007


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


More information about the freebsd-hackers mailing list