diff options
author | mjacob <mjacob@FreeBSD.org> | 2006-09-16 17:35:47 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2006-09-16 17:35:47 +0000 |
commit | 504b1f79b535b44bbb3b88c91632cfda1346db0d (patch) | |
tree | 09904879d305bdcf54e3b9392d0141962169fbfc /sys | |
parent | 76eda1318af3b4561195bf281b8cd174a7038416 (diff) | |
download | FreeBSD-src-504b1f79b535b44bbb3b88c91632cfda1346db0d.zip FreeBSD-src-504b1f79b535b44bbb3b88c91632cfda1346db0d.tar.gz |
New Dell 1950/2950 SES backplane drops off the bus if you poke
at greater then lun 0.
MFC after: 1 week
Diffstat (limited to 'sys')
-rw-r--r-- | sys/cam/cam_xpt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 5621e7f..b6ebf80 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -592,6 +592,10 @@ static struct xpt_quirk_entry xpt_quirk_table[] = CAM_QUIRK_NOHILUNS, /*mintags*/2, /*maxtags*/255 }, { + { T_ENCLOSURE, SIP_MEDIA_FIXED, "DP", "BACKPLANE", "*" }, + CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0 + }, + { /* Default tagged queuing parameters for all devices */ { T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED, |