cvs commit: src/sys/cam cam_periph.h cam_xpt.c

Scott Long scottl at FreeBSD.org
Mon Oct 4 21:55:31 PDT 2004


Julian Elischer wrote:
> Scott Long wrote:
> 
>> scottl      2004-10-05 04:22:20 UTC
>>
>>   FreeBSD src repository
>>
>>   Modified files:
>>     sys/cam              cam_periph.h cam_xpt.c   Log:
>>   Remove the camnet swi and CAM_PERIPH_NET.  It has never been used, 
>> and given
>>   that netowrk-over-scsi never really took off, there is little chance 
>> that
>>   it will ever be needed.
>>     Revision  Changes    Path
>>   1.15      +1 -2      src/sys/cam/cam_periph.h
>>   1.143     +3 -12     src/sys/cam/cam_xpt.c
> 
> 
> how about scsi-over-network?
> 
> 
> 

That's considered BIO.  CAMNET was for sending network packets over
SCSI cables.  If we need to create a new ISR for handling iSCSI, we'll
tackle it when we come to it.

Scott


More information about the cvs-src mailing list