summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/io/pit_beep.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/intel/io/pit_beep.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/intel/io/pit_beep.c')
-rw-r--r--usr/src/uts/intel/io/pit_beep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/intel/io/pit_beep.c b/usr/src/uts/intel/io/pit_beep.c
index c95f903f87..7b95b48861 100644
--- a/usr/src/uts/intel/io/pit_beep.c
+++ b/usr/src/uts/intel/io/pit_beep.c
@@ -89,7 +89,8 @@ static struct dev_ops pit_beep_ops = {
nodev, /* Reset */
&pit_beep_cb_ops, /* Driver operations */
0, /* Bus operations */
- NULL /* Power */
+ NULL, /* Power */
+ ddi_quiesce_not_needed, /* quiesce */
};