From owner-cvs-src@FreeBSD.ORG Mon Jun 21 20:21:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BB0816A4CE; Mon, 21 Jun 2004 20:21:16 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECFA843D5D; Mon, 21 Jun 2004 20:21:15 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i5LKOPMp035180; Mon, 21 Jun 2004 14:24:26 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40D742FB.5080301@freebsd.org> Date: Mon, 21 Jun 2004 14:20:11 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <200406212018.i5LKIeoN012306@repoman.freebsd.org> In-Reply-To: <200406212018.i5LKIeoN012306@repoman.freebsd.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/dev/ciss ciss.c cissreg.h cissvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 20:21:16 -0000 Scott Long wrote: > scottl 2004-06-21 20:18:40 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ciss ciss.c cissreg.h cissvar.h > Log: > Add SCSI passthrough support to CISS. This allows devices like tape drives > that are on a CISS bus to be exported up to CAM and made available as normal > devices. This will typically add one or two buses to CAM, which will be > numbered starting at 32 to allow room for CISS proxy buses. Also, the CISS > firmware usually hides disk devices, but these can also be exposed as 'pass' > devices if you set the hw.ciss.expose_hidden_physical tunable. > > Sponsored by: Tape Laboratories, Inc. > MFC After: 3 days > Forgot to thank Paul Saab for testing this work and pointing me in the right direction in places. Scott