Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi Add a quirk to recognize a Toshiba XM-3401TA ...
details: https://anonhg.NetBSD.org/src/rev/64f9cda55add
branches: trunk
changeset: 477087:64f9cda55add
user: hwr <hwr%NetBSD.org@localhost>
date: Sun Oct 10 18:49:15 1999 +0000
description:
Add a quirk to recognize a Toshiba XM-3401TA SCSI CD-ROM as
removable SCSI device. From Matthew Fredette <fredette%mit.edu@localhost> in
kern/7438.
diffstat:
sys/dev/scsipi/scsiconf.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f70d120b797c -r 64f9cda55add sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Sun Oct 10 18:41:53 1999 +0000
+++ b/sys/dev/scsipi/scsiconf.c Sun Oct 10 18:49:15 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsiconf.c,v 1.128 1999/09/30 22:57:53 thorpej Exp $ */
+/* $NetBSD: scsiconf.c,v 1.129 1999/10/10 18:49:15 hwr Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -521,6 +521,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