SDEV_NOMODESENSE quirks are no longer needed for optical devices; from

Enami Tsugutomo in PR kern/3308.
This commit is contained in:
mikel 1997-03-11 06:06:35 +00:00
parent 4e9930248b
commit 877fe66c4e
2 changed files with 2 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: scsiconf.c,v 1.73 1996/12/14 10:50:32 mycroft Exp $ */
/* $NetBSD: scsiconf.c,v 1.74 1997/03/11 06:06:35 mikel Exp $ */
/*
* Copyright (c) 1994 Charles Hannum. All rights reserved.
@ -387,10 +387,6 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{{T_OPTICAL, T_REMOV,
"EPSON ", "OMD-5010 ", "3.08"}, SDEV_NOLUNS},
{{T_OPTICAL, T_REMOV,
"FUJITSU", "M2513A", "0800"}, SDEV_NOMODESENSE},
{{T_OPTICAL, T_REMOV,
"DELTIS ", "MOS321 ", "3.30"}, SDEV_NOMODESENSE},
{{T_DIRECT, T_FIXED,
"DEC ", "RZ55 (C) DEC", ""}, SDEV_AUTOSAVE},

View File

@ -1,4 +1,4 @@
/* $NetBSD: scsiconf.c,v 1.73 1996/12/14 10:50:32 mycroft Exp $ */
/* $NetBSD: scsiconf.c,v 1.74 1997/03/11 06:06:35 mikel Exp $ */
/*
* Copyright (c) 1994 Charles Hannum. All rights reserved.
@ -387,10 +387,6 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{{T_OPTICAL, T_REMOV,
"EPSON ", "OMD-5010 ", "3.08"}, SDEV_NOLUNS},
{{T_OPTICAL, T_REMOV,
"FUJITSU", "M2513A", "0800"}, SDEV_NOMODESENSE},
{{T_OPTICAL, T_REMOV,
"DELTIS ", "MOS321 ", "3.30"}, SDEV_NOMODESENSE},
{{T_DIRECT, T_FIXED,
"DEC ", "RZ55 (C) DEC", ""}, SDEV_AUTOSAVE},