diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2006-06-24 16:40:59 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-06-24 16:40:59 +0000 |
| commit | 015a972c959c209396f36345d0089596747b5963 (patch) | |
| tree | c235067c7009f93bed74858e002e3d478b3e197a /sys | |
| parent | a4b606cd184c11641f54687d8f362a9b8fd81bee (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/cam/cam_xpt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 12d208a2b6d9..f7c16d33eb61 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -387,6 +387,11 @@ static struct xpt_quirk_entry xpt_quirk_table[] = /*quirks*/0, /*mintags*/0, /*maxtags*/0 }, { + /* Does not support other than LUN 0 */ + { T_DIRECT, SIP_MEDIA_FIXED, "VMware*", "VMware Virtu*", "*" }, + CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0 + }, + { /* * Broken tagged queuing drive. * Submitted by: |
