John Baldwin 8224141fb7 MFC 204090:
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 buses and perphierals.
2010-02-24 21:29:18 +00:00
..
2007-12-19 03:31:44 +00:00
2008-08-02 00:10:02 +00:00
2009-12-12 20:26:11 +00:00
2008-04-05 10:26:20 +00:00
2010-01-23 00:52:32 +00:00
2009-11-11 19:50:52 +00:00
2010-01-30 12:11:21 +00:00
2009-11-10 00:41:22 +00:00
2009-12-19 19:35:53 +00:00
2009-01-31 07:03:36 +00:00
2010-01-05 13:56:58 +00:00
2009-02-15 03:21:37 +00:00
2009-03-19 20:24:30 +00:00
2010-01-17 17:31:53 +00:00
2009-04-04 15:48:09 +00:00
2007-07-03 12:46:08 +00:00
2009-07-30 09:51:04 +00:00
2009-01-30 15:28:56 +00:00
2009-12-19 19:35:53 +00:00
2007-11-07 10:53:41 +00:00
2009-05-31 20:59:20 +00:00
2010-01-23 16:40:35 +00:00
2009-12-20 04:45:32 +00:00
2009-04-28 20:20:13 +00:00
2009-01-06 14:23:38 +00:00
2006-09-29 17:57:04 +00:00
2010-01-26 18:24:13 +00:00
2010-02-24 21:29:18 +00:00
2009-09-05 17:29:08 +00:00
2010-02-03 18:42:14 +00:00
2009-05-29 22:19:45 +00:00
2009-11-02 16:27:34 +00:00
2006-09-30 19:07:03 +00:00
2010-01-30 12:11:21 +00:00
2010-01-06 20:54:04 +00:00
2010-01-30 15:40:00 +00:00
2009-08-15 15:12:46 +00:00
2007-11-07 10:53:41 +00:00
2010-01-28 02:33:20 +00:00
2007-02-15 02:45:14 +00:00
2009-12-30 19:36:40 +00:00
2007-03-16 12:36:54 +00:00
2010-02-18 10:48:37 +00:00
2009-12-19 19:35:53 +00:00
2010-01-17 15:20:34 +00:00
2009-09-13 11:34:33 +00:00
2009-04-08 06:51:58 +00:00
2010-01-17 18:22:42 +00:00
2010-01-17 18:27:53 +00:00
2008-12-29 14:59:22 +00:00
2006-12-22 23:23:59 +00:00
2009-07-17 21:11:08 +00:00
2009-08-23 16:21:49 +00:00
2010-01-15 12:02:22 +00:00
2009-12-29 10:05:20 +00:00
2010-01-17 18:22:42 +00:00