mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 07:51:15 +01:00
Narrow the quirk entry for the Seagate Elite 9 a bit to just cover drives
with 71* firmware revisions. Scott Mace <smace@intt.ORG> reports that drives with 00* firmware revisions do tagged queueing just fine.
This commit is contained in:
parent
58645a5596
commit
1b6833dbb1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40363
@ -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.20 1998/10/13 21:29:04 ken Exp $
|
||||
* $Id: cam_xpt.c,v 1.21 1998/10/14 21:17:39 ken Exp $
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -270,7 +270,7 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
|
||||
* Reported by: Bret Ford <bford@uop.cs.uop.edu>
|
||||
* and: Martin Renters <martin@tdc.on.ca>
|
||||
*/
|
||||
{ T_DIRECT, SIP_MEDIA_FIXED, "SEAGATE", "ST410800*", "*" },
|
||||
{ T_DIRECT, SIP_MEDIA_FIXED, "SEAGATE", "ST410800*", "71*" },
|
||||
/*quirks*/0, /*mintags*/0, /*maxtags*/0
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user