changeset 7955:47745077dc33

6758700 st has no quiesce()
author bo zhou - Sun Microsystems - Beijing China <Bo.Zhou@Sun.COM>
date Tue, 28 Oct 2008 09:59:16 +0800
parents 5ba90e3ffc24
children 59ff93e4da95
files usr/src/uts/common/io/scsi/targets/st.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/scsi/targets/st.c	Mon Oct 27 18:35:26 2008 -0700
+++ b/usr/src/uts/common/io/scsi/targets/st.c	Tue Oct 28 09:59:16 2008 +0800
@@ -477,7 +477,7 @@
 	&st_cb_ops,		/* driver operations */
 	(struct bus_ops *)0,	/* bus operations */
 	nulldev,		/* power */
-	ddi_quiesce_not_supported,	/* devo_quiesce */
+	ddi_quiesce_not_needed,	/* devo_quiesce */
 };
 
 /*