Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/dev/scsipi Pull up revision 1.199 (requested by bou...
details: https://anonhg.NetBSD.org/src/rev/1510aa93bddd
branches: netbsd-1-6
changeset: 530224:1510aa93bddd
user: tron <tron%NetBSD.org@localhost>
date: Mon Jun 02 09:48:11 2003 +0000
description:
Pull up revision 1.199 (requested by bouyer):
Add PQUIRK_NOLUNS entry for "NEC ", "CD-ROM DRIVE:502".
Fixes PR kern/18479
diffstat:
sys/dev/scsipi/scsiconf.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 64a8e4a453f9 -r 1510aa93bddd sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Mon Jun 02 09:43:02 2003 +0000
+++ b/sys/dev/scsipi/scsiconf.c Mon Jun 02 09:48:11 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsiconf.c,v 1.184.4.1 2002/08/02 08:55:15 lukem Exp $ */
+/* $NetBSD: scsiconf.c,v 1.184.4.2 2003/06/02 09:48:11 tron Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -55,7 +55,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.184.4.1 2002/08/02 08:55:15 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.184.4.2 2003/06/02 09:48:11 tron Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -428,6 +428,8 @@
{{T_CDROM, T_REMOV,
"MEDIAVIS", "CDR-H93MV ", "1.3"}, PQUIRK_NOLUNS},
{{T_CDROM, T_REMOV,
+ "NEC ", "CD-ROM DRIVE:502", ""}, PQUIRK_NOLUNS},
+ {{T_CDROM, T_REMOV,
"NEC ", "CD-ROM DRIVE:55 ", ""}, PQUIRK_NOLUNS},
{{T_CDROM, T_REMOV,
"NEC ", "CD-ROM DRIVE:83 ", ""}, PQUIRK_NOLUNS},
Home |
Main Index |
Thread Index |
Old Index