From owner-cvs-src@FreeBSD.ORG Mon May 29 20:22:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 AF76616A5F9; Mon, 29 May 2006 20:22:25 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5924943D99; Mon, 29 May 2006 20:22:00 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4TKKk5K009963; Mon, 29 May 2006 20:20:46 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4TKKkgl009962; Mon, 29 May 2006 20:20:46 GMT (envelope-from mjacob) Message-Id: <200605292020.k4TKKkgl009962@repoman.freebsd.org> From: Matt Jacob Date: Mon, 29 May 2006 20:20:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt_raid.c mpt_raid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 May 2006 20:22:26 -0000 mjacob 2006-05-29 20:20:45 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_raid.c mpt_raid.h Log: Add a mpt_is_raid_volume function which will tell you whether the passed target id is one of the RAID VolumeID. This result is used to decide whether to try and do actual SPI negotiations on the real side of the raid/passthru bus pair. The reason we check this is that we can have both RAID volumes and real devices on the same bus. Revision Changes Path 1.9 +19 -2 src/sys/dev/mpt/mpt_raid.c 1.5 +1 -0 src/sys/dev/mpt/mpt_raid.h