From 193974072f41a843678abf5f61979c748687e66b Mon Sep 17 00:00:00 2001 From: Sherry Moore Date: Mon, 22 Sep 2008 16:30:26 -0700 Subject: PSARC 2008/382 Fast Reboot 6714038 Fast Reboot support for x86 platforms --- usr/src/uts/common/io/bofi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr/src/uts/common/io/bofi.c') diff --git a/usr/src/uts/common/io/bofi.c b/usr/src/uts/common/io/bofi.c index 190541356c..64ce4efac9 100644 --- a/usr/src/uts/common/io/bofi.c +++ b/usr/src/uts/common/io/bofi.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 #include @@ -267,7 +266,8 @@ static struct dev_ops bofi_ops = { nulldev, /* reset */ &bofi_cb_ops, (struct bus_ops *)NULL, - nulldev /* power */ + nulldev, /* power */ + ddi_quiesce_not_needed, /* quiesce */ }; /* module configuration stuff */ @@ -275,7 +275,7 @@ static void *statep; static struct modldrv modldrv = { &mod_driverops, - "bofi driver %I%", + "bofi driver", &bofi_ops }; -- cgit v1.2.3