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 pullup 1.126->1.127 (bouyer)
details: https://anonhg.NetBSD.org/src/rev/99fa37c4aa9d
branches: netbsd-1-4
changeset: 468937:99fa37c4aa9d
user: perry <perry%NetBSD.org@localhost>
date: Thu Jun 24 00:02:12 1999 +0000
description:
pullup 1.126->1.127 (bouyer)
diffstat:
sys/dev/scsipi/cd.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 03635621b2db -r 99fa37c4aa9d sys/dev/scsipi/cd.c
--- a/sys/dev/scsipi/cd.c Wed Jun 23 17:19:44 1999 +0000
+++ b/sys/dev/scsipi/cd.c Thu Jun 24 00:02:12 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cd.c,v 1.124.2.1 1999/04/08 17:08:46 bouyer Exp $ */
+/* $NetBSD: cd.c,v 1.124.2.2 1999/06/24 00:02:12 perry Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -390,7 +390,8 @@
scsipi_wait_drain(cd->sc_link);
scsipi_prevent(cd->sc_link, PR_ALLOW,
- SCSI_IGNORE_ILLEGAL_REQUEST | SCSI_IGNORE_NOT_READY);
+ SCSI_IGNORE_ILLEGAL_REQUEST | SCSI_IGNORE_MEDIA_CHANGE |
+ SCSI_IGNORE_NOT_READY);
cd->sc_link->flags &= ~SDEV_OPEN;
scsipi_wait_drain(cd->sc_link);
Home |
Main Index |
Thread Index |
Old Index