diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2006-09-11 17:57:23 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-09-11 17:57:23 +0000 |
| commit | 9fdecced07335b205f456739dcc2480e450bc7c9 (patch) | |
| tree | 57c069ca7abac8881443ef003800c863ec693688 /sys/cam | |
| parent | df4b14f436331f2e2417335b96c61a67e1e0b175 (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/cam_xpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 9b3d9610ef80..5621e7fc24fc 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 }, |
