mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add quirk "no tags" entry for HP 3724/5 hard disk drives.
This commit is contained in:
parent
1d389e50e0
commit
79a853b932
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26567
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* New configuration setup: dufault@hda.com
|
* New configuration setup: dufault@hda.com
|
||||||
*
|
*
|
||||||
* $Id: scsiconf.c,v 1.87 1997/05/21 19:35:11 joerg Exp $
|
* $Id: scsiconf.c,v 1.88 1997/05/25 14:20:28 joerg Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opt_scsi.h"
|
#include "opt_scsi.h"
|
||||||
@ -448,6 +448,10 @@ static struct scsidevs knowndevs[] =
|
|||||||
},
|
},
|
||||||
#endif /* NOD */
|
#endif /* NOD */
|
||||||
#if NSD > 0
|
#if NSD > 0
|
||||||
|
{
|
||||||
|
T_DIRECT, T_DIRECT, T_FIXED, "HP", "C372*", "*",
|
||||||
|
"sd", SC_ONE_LU, SD_Q_NO_TAGS
|
||||||
|
},
|
||||||
{
|
{
|
||||||
T_DIRECT, T_DIRECT, T_FIXED, "*", "*", "*",
|
T_DIRECT, T_DIRECT, T_FIXED, "*", "*", "*",
|
||||||
"sd", SC_ONE_LU
|
"sd", SC_ONE_LU
|
||||||
|
Loading…
Reference in New Issue
Block a user