summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1997-06-11 22:29:01 +0000
committerse <se@FreeBSD.org>1997-06-11 22:29:01 +0000
commit49de06acbb6276961351d2b04264ac78ee96c76e (patch)
treea5c53c76ddf48a538a648291bc8a8350faba6299 /sys/scsi
parent8022bba3f4c54d3b3614269a0eff4fccf6b283a1 (diff)
downloadFreeBSD-src-49de06acbb6276961351d2b04264ac78ee96c76e.zip
FreeBSD-src-49de06acbb6276961351d2b04264ac78ee96c76e.tar.gz
Add quirk "no tags" entry for HP 3724/5 hard disk drives.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 47a8a16..79c9728 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* 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"
@@ -449,6 +449,10 @@ static struct scsidevs knowndevs[] =
#endif /* NOD */
#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, "*", "*", "*",
"sd", SC_ONE_LU
},
OpenPOWER on IntegriCloud