summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-06-20 18:19:44 +0000
committermjacob <mjacob@FreeBSD.org>1999-06-20 18:19:44 +0000
commit9ccae46aefa2b34f9300e0e0f02797f34e9e28de (patch)
tree4e044753e84fc9f5d30398ffaf90e6c5f4d624f9 /sys/cam
parent1c9d24db05f217c3166c020142180d81282e8414 (diff)
downloadFreeBSD-src-9ccae46aefa2b34f9300e0e0f02797f34e9e28de.zip
FreeBSD-src-9ccae46aefa2b34f9300e0e0f02797f34e9e28de.tar.gz
Quirk NOLUNS cabletron device.
PR: 11677 Submitted by: "Matthew N. Dodd" <winter@jurai.net>
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c31
1 files changed, 15 insertions, 16 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index be9d717..a8893eb 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cam_xpt.c,v 1.62 1999/05/30 16:50:57 phk Exp $
+ * $Id: cam_xpt.c,v 1.63 1999/05/31 11:23:53 phk Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
@@ -390,17 +390,12 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
},
{
/* Really only one LUN */
- {
- T_ENCLOSURE, SIP_MEDIA_FIXED, "SUN", "SENA*", "*"
- },
+ { T_ENCLOSURE, SIP_MEDIA_FIXED, "SUN", "SENA*", "*" },
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
},
{
/* I can't believe we need a quirk for DPT volumes. */
- {
- T_ANY, SIP_MEDIA_FIXED|SIP_MEDIA_REMOVABLE,
- "DPT", "*", "*"
- },
+ { T_ANY, SIP_MEDIA_FIXED|SIP_MEDIA_REMOVABLE, "DPT", "*", "*" },
CAM_QUIRK_NOSERIAL|CAM_QUIRK_NOLUNS,
/*mintags*/0, /*maxtags*/255
},
@@ -408,10 +403,7 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
/*
* Many Sony CDROM drives don't like multi-LUN probing.
*/
- {
- T_CDROM, SIP_MEDIA_REMOVABLE, sony,
- "CD-ROM CDU*", "*"
- },
+ { T_CDROM, SIP_MEDIA_REMOVABLE, sony, "CD-ROM CDU*", "*" },
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
},
{
@@ -419,10 +411,7 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
* This drive doesn't like multiple LUN probing.
* Submitted by: Parag Patel <parag@cgt.com>
*/
- {
- T_WORM, SIP_MEDIA_REMOVABLE, sony,
- "CD-R CDU9*", "*"
- },
+ { T_WORM, SIP_MEDIA_REMOVABLE, sony, "CD-R CDU9*", "*" },
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
},
{
@@ -468,6 +457,16 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
},
{
+ /* Submitted by: Matthew Dodd <winter@jurai.net> */
+ { T_PROCESSOR, SIP_MEDIA_FIXED, "Cabletrn", "EA41*", "*" },
+ CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
+ },
+ {
+ /* Submitted by: Matthew Dodd <winter@jurai.net> */
+ { T_PROCESSOR, SIP_MEDIA_FIXED, "CABLETRN", "EA41*", "*" },
+ CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
+ },
+ {
/* Default tagged queuing parameters for all devices */
{
T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED,
OpenPOWER on IntegriCloud