diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1998-01-12 19:20:36 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1998-01-12 19:20:36 +0000 |
commit | 2b1aeef8c093e34b96e76d668cdeb42b2e8e9cf0 (patch) | |
tree | ac9281609fcbd60e32a618997907c6333dc64338 /sys | |
parent | 5311ac7740ee9bd7bd75be2a8d883b7b52e5f1d1 (diff) |
Obsure, old NEC SCSI semi-disk. A big blob of RAM with a SCSI disk interface.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 192870ca7a5..92d32ca5ddd 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.32 1997/09/30 02:53:11 millert Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.33 1998/01/12 19:20:35 kstailey Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -444,6 +444,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { /* Letting the motor run kills floppy drives and disks quit fast. */ {{T_DIRECT, T_REMOV, "TEAC", "FC-1", ""}, SDEV_NOSTARTUNIT}, + {{T_DIRECT, T_FIXED, + "NEC ", "SD120S-200 ", "0001"}, SDEV_NOLUNS}, /* XXX: QIC-36 tape behind Emulex adapter. Very broken. */ {{T_SEQUENTIAL, T_REMOV, |