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/intel/io/ucode_drv.c | |
| 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/intel/io/ucode_drv.c')
| -rw-r--r-- | usr/src/uts/intel/io/ucode_drv.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/src/uts/intel/io/ucode_drv.c b/usr/src/uts/intel/io/ucode_drv.c index 6a63bba8a9..d92787a675 100644 --- a/usr/src/uts/intel/io/ucode_drv.c +++ b/usr/src/uts/intel/io/ucode_drv.c @@ -280,13 +280,15 @@ static struct dev_ops ucode_dv_ops = { DEVO_REV, 0, ucode_getinfo, - nulldev, /* identify */ - nulldev, /* probe */ + nulldev, /* identify */ + nulldev, /* probe */ ucode_attach, ucode_detach, - nodev, /* reset */ + nodev, /* reset */ &ucode_cb_ops, - (struct bus_ops *)0 + (struct bus_ops *)0, + NULL, /* power */ + ddi_quiesce_not_needed, /* quiesce */ }; static struct modldrv modldrv = { |
