diff options
| author | Sherry Moore <Sherry.Moore@Sun.COM> | 2008-09-22 16:30:26 -0700 |
|---|---|---|
| committer | Sherry Moore <Sherry.Moore@Sun.COM> | 2008-09-22 16:30:26 -0700 |
| commit | 193974072f41a843678abf5f61979c748687e66b (patch) | |
| tree | e3ecefacab3ff99bf48c8bf91fbb4306a6dbcbf5 /usr/src/uts/common/rpc | |
| parent | 0679f7940009223c7b2cee3abbea957e8dbccd26 (diff) | |
| download | illumos-joyent-193974072f41a843678abf5f61979c748687e66b.tar.gz | |
PSARC 2008/382 Fast Reboot
6714038 Fast Reboot support for x86 platforms
Diffstat (limited to 'usr/src/uts/common/rpc')
| -rw-r--r-- | usr/src/uts/common/rpc/rpcib.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/uts/common/rpc/rpcib.c b/usr/src/uts/common/rpc/rpcib.c index 448dfaf543..7c02d3eafd 100644 --- a/usr/src/uts/common/rpc/rpcib.c +++ b/usr/src/uts/common/rpc/rpcib.c @@ -23,7 +23,6 @@ * Use is subject to license terms. */ - /* * Copyright (c) 2007, The Ohio State University. All rights reserved. * @@ -165,7 +164,8 @@ static struct dev_ops rpcib_ops = { nodev, /* reset */ &rpcib_cbops, /* driver ops - devctl interfaces */ NULL, /* bus operations */ - NULL /* power */ + NULL, /* power */ + ddi_quiesce_not_needed, /* quiesce */ }; /* @@ -173,9 +173,9 @@ static struct dev_ops rpcib_ops = { */ static struct modldrv rib_modldrv = { - &mod_driverops, /* Driver module */ - "RPCIB plugin driver, ver 1.30", /* Driver name and version */ - &rpcib_ops, /* Driver ops */ + &mod_driverops, /* Driver module */ + "RPCIB plugin driver", /* Driver name and version */ + &rpcib_ops, /* Driver ops */ }; static struct modlinkage rib_modlinkage = { |
