summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/fssnap.c
diff options
context:
space:
mode:
authorSherry Moore <Sherry.Moore@Sun.COM>2008-09-22 16:30:26 -0700
committerSherry Moore <Sherry.Moore@Sun.COM>2008-09-22 16:30:26 -0700
commit193974072f41a843678abf5f61979c748687e66b (patch)
treee3ecefacab3ff99bf48c8bf91fbb4306a6dbcbf5 /usr/src/uts/common/io/fssnap.c
parent0679f7940009223c7b2cee3abbea957e8dbccd26 (diff)
downloadillumos-joyent-193974072f41a843678abf5f61979c748687e66b.tar.gz
PSARC 2008/382 Fast Reboot
6714038 Fast Reboot support for x86 platforms
Diffstat (limited to 'usr/src/uts/common/io/fssnap.c')
-rw-r--r--usr/src/uts/common/io/fssnap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/uts/common/io/fssnap.c b/usr/src/uts/common/io/fssnap.c
index 54d3470fda..e89d47225a 100644
--- a/usr/src/uts/common/io/fssnap.c
+++ b/usr/src/uts/common/io/fssnap.c
@@ -19,11 +19,10 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
#include <sys/debug.h>
#include <sys/types.h>
@@ -228,14 +227,15 @@ static struct dev_ops snap_ops = {
nodev, /* no snap_reset */
&snap_cb_ops,
(struct bus_ops *)NULL,
- nulldev /* no snap_power() */
+ nulldev, /* no snap_power() */
+ ddi_quiesce_not_needed, /* quiesce */
};
extern struct mod_ops mod_driverops;
static struct modldrv md = {
&mod_driverops, /* Type of module. This is a driver */
- "snapshot driver %I%", /* Name of the module */
+ "snapshot driver", /* Name of the module */
&snap_ops,
};