From owner-cvs-all@FreeBSD.ORG Tue Oct 5 04:55:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C0D816A4CE; Tue, 5 Oct 2004 04:55:31 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB91043D55; Tue, 5 Oct 2004 04:55:30 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i954t76K012288; Mon, 4 Oct 2004 22:55:07 -0600 (MDT) (envelope-from scottl@FreeBSD.org) Message-ID: <41622905.1060400@FreeBSD.org> Date: Mon, 04 Oct 2004 22:54:29 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <200410050422.i954MKpW012798@repoman.freebsd.org> <416227CF.6020203@elischer.org> In-Reply-To: <416227CF.6020203@elischer.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_periph.h cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 04:55:31 -0000 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