Date: Mon, 29 May 2006 20:20:46 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt_raid.c mpt_raid.h Message-ID: <200605292020.k4TKKkgl009962@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605292020.k4TKKkgl009962>