summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cam/cam_xpt.c')
-rw-r--r--sys/cam/cam_xpt.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 5c10591..4da3d68 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.8 1998/09/20 05:03:34 gibbs Exp $
+ * $Id: cam_xpt.c,v 1.9 1998/09/20 07:14:36 gibbs Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
@@ -274,14 +274,6 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
/*quirks*/0, /*mintags*/0, /*maxtags*/32
},
{
- /* Doesn't understand EVP Serial Requests */
- {
- T_CDROM, SIP_MEDIA_REMOVABLE,
- "TOSHIBA", "CD-ROM XM-3401TA", "1094"
- },
- CAM_QUIRK_NOSERIAL, /*mintags*/0, /*maxtags*/0
- },
- {
/*
* Hack until multiple-luns are supported by
* the target mode code.
@@ -293,6 +285,14 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
},
{
+ /* I can't believe I need a quirk for DPT volumes. */
+ {
+ T_ANY, SIP_MEDIA_FIXED|SIP_MEDIA_REMOVABLE,
+ "DPT", "*", "*"
+ },
+ CAM_QUIRK_NOSERIAL|CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/64
+ },
+ {
/* Really only one LUN */
{
T_ENCLOSURE, SIP_MEDIA_FIXED, "SUN", "SENA*", "*"
OpenPOWER on IntegriCloud