cvs commit: src/sys/dev/mpt mpt_raid.c mpt_raid.h
Matt Jacob
mjacob at FreeBSD.org
Mon May 29 13:22:26 PDT 2006
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
More information about the cvs-src
mailing list