summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-09-11 17:57:23 +0000
committermjacob <mjacob@FreeBSD.org>2006-09-11 17:57:23 +0000
commit8e603b51378f5816359019ec786865a8ff6d4bd1 (patch)
tree57c069ca7abac8881443ef003800c863ec693688
parent9cfbe0a344b1eb9e484b2e7800229d41f7277f82 (diff)
downloadFreeBSD-src-8e603b51378f5816359019ec786865a8ff6d4bd1.zip
FreeBSD-src-8e603b51378f5816359019ec786865a8ff6d4bd1.tar.gz
null commit to provide commit message to previous
at the request of Sam Leffler: The previous commit established min and maxtags for VMware pseudo disks to fix a submitted PR.
-rw-r--r--sys/cam/cam_xpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 9b3d961..5621e7f 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -387,7 +387,7 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
/*quirks*/0, /*mintags*/0, /*maxtags*/0
},
{
- /* Does not support other than LUN 0 */
+ /* This does not support other than LUN 0 */
{ T_DIRECT, SIP_MEDIA_FIXED, "VMware*", "*", "*" },
CAM_QUIRK_NOLUNS, /*mintags*/2, /*maxtags*/255
},
OpenPOWER on IntegriCloud