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 another CD to the quirk table.



details:   https://anonhg.NetBSD.org/src/rev/e252d1601501
branches:  trunk
changeset: 474496:e252d1601501
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Jul 08 14:24:42 1999 +0000

description:
Add another CD to the quirk table.

diffstat:

 sys/dev/scsipi/atapiconf.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 90f004e56a7f -r e252d1601501 sys/dev/scsipi/atapiconf.c
--- a/sys/dev/scsipi/atapiconf.c        Thu Jul 08 12:35:21 1999 +0000
+++ b/sys/dev/scsipi/atapiconf.c        Thu Jul 08 14:24:42 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atapiconf.c,v 1.25 1999/02/15 18:43:08 bouyer Exp $    */
+/*     $NetBSD: atapiconf.c,v 1.26 1999/07/08 14:24:42 bouyer Exp $    */
 
 /*
  * Copyright (c) 1996 Manuel Bouyer.  All rights reserved.
@@ -77,6 +77,8 @@
        {{T_CDROM, T_REMOV,
         "BCD-16X 1997-04-25", "", "VER 2.2"},  SDEV_NOSTARTUNIT},
        {{T_CDROM, T_REMOV,
+        "BCD-24X 1997-06-27", "", "VER 2.0"},  SDEV_NOSTARTUNIT},
+       {{T_CDROM, T_REMOV,
         "CR-2801TE", "", "1.07"},              ADEV_NOSENSE},
        {{T_CDROM, T_REMOV,
         "CREATIVECD3630E", "", "AC101"},       ADEV_NOSENSE},



Home | Main Index | Thread Index | Old Index