diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-11-28 23:33:31 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-11-28 23:33:31 +0000 |
commit | 3d71529ff5ab5859294e71ba2d6c22d10c1423e3 (patch) | |
tree | 95fe17f0f92db6c42f4ff443b33bb82d194050c2 | |
parent | 76067c85044627b0847af006cb441cee314c657e (diff) |
Add another Sony CD-ROM, wvdputte@reptile.rug.ac.be
-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 231a2c31d1e..bb0d29b1efa 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.40 1998/11/11 00:03:47 deraadt Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.41 1998/11/28 23:33:30 downsj Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -346,6 +346,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_CDROM, T_REMOV, "SONY ", "CD-ROM CDU-55S ", ""}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV, + "SONY ", "CD-ROM CDU-561 ", ""}, SDEV_NOLUNS}, + {{T_CDROM, T_REMOV, "SONY ", "CD-ROM CDU-8003A", ""}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV, "SONY ", "CD-ROM CDU-8012 ", ""}, SDEV_NOLUNS}, |