Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/dev/scsipi Pull up revisions 1.129-1.130 (requested...
details: https://anonhg.NetBSD.org/src/rev/72c71a2991b8
branches: netbsd-1-4
changeset: 469692:72c71a2991b8
user: he <he%NetBSD.org@localhost>
date: Wed Nov 10 18:30:21 1999 +0000
description:
Pull up revisions 1.129-1.130 (requested by hwr):
Add quirks for Toshiba XM-3401TA SCSI CD-ROM and CDU-561 CD-ROM,
fixing PR#7438 and PR#8608.
diffstat:
sys/dev/scsipi/scsiconf.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r de4f270c9fb9 -r 72c71a2991b8 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Tue Nov 09 22:14:29 1999 +0000
+++ b/sys/dev/scsipi/scsiconf.c Wed Nov 10 18:30:21 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsiconf.c,v 1.122 1998/12/10 18:13:29 mjacob Exp $ */
+/* $NetBSD: scsiconf.c,v 1.122.2.1 1999/11/10 18:30:21 he Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -407,6 +407,8 @@
{{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},
@@ -432,6 +434,8 @@
"EPSON ", "OMD-5010 ", "3.08"}, SDEV_NOLUNS},
{{T_DIRECT, T_FIXED,
+ "TOSHIBA ", "CD-ROM XM-3401TA", "0283"}, ADEV_CDROM|SDEV_NOLUNS},
+ {{T_DIRECT, T_FIXED,
"ADAPTEC ", "AEC-4412BD", "1.2A"}, SDEV_NOMODESENSE},
{{T_DIRECT, T_FIXED,
"DEC ", "RZ55 (C) DEC", ""}, SDEV_AUTOSAVE},
Home |
Main Index |
Thread Index |
Old Index