summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-24 23:16:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-24 23:16:12 +0000
commit3d2b2ce19ee10db16ccca9522d1a2da76c4b0967 (patch)
treea3d117453f5c148b61bd03220b9b44954626e8a1 /sys/scsi
parentcae2643c82c421fa923316e51ad76bf3e8d88ff5 (diff)
for sun-modified maxtor XT-8760S drives; from ivanenko@ctpa03.mit.edu
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 1437348a9d0..8cefe8c54e7 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.11 1996/06/10 00:43:59 downsj Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.12 1996/07/24 23:16:11 deraadt Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -318,7 +318,7 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{{T_DIRECT, T_FIXED,
"MAXTOR ", "XT-4170S ", ""}, SDEV_NOLUNS},
{{T_DIRECT, T_FIXED,
- "MAXTOR ", "XT-8760S ", ""}, SDEV_NOLUNS},
+ "MAXTOR ", "XT-8760S", ""}, SDEV_NOLUNS},
{{T_DIRECT, T_FIXED,
"MAXTOR ", "LXT-213S ", ""}, SDEV_NOLUNS},
{{T_DIRECT, T_FIXED,