freebsd-skq/usr.sbin/mptutil
John Baldwin fe2f808774 Fix mptutil's method for locating disk devices attached to a specific
mpt(4) controller.  Previously, the code assumed that multiple match
patterns provided to an XPT_DEV_MATCH request were ANDed together.
Instead, they are ORed.  Instead, to match peripherals for a specific bus,
one query needs to be performed to lookup the path ID of the bus.  A second
query can then be performed matching peripherals attached to that path.
This approach also makes the code a bit cleaner as the returned match
results do not mix bus and perphierals.

Reported by:	several folks
MFC after:	1 week
2010-02-19 15:16:00 +00:00
..
Makefile
mpt_cam.c Fix mptutil's method for locating disk devices attached to a specific 2010-02-19 15:16:00 +00:00
mpt_cmd.c
mpt_config.c
mpt_drive.c
mpt_evt.c
mpt_show.c - Don't emit a warning in 'show adapter' if the IOC2 or IOC6 pages are not 2010-02-19 14:31:01 +00:00
mpt_volume.c
mptutil.8
mptutil.c
mptutil.h