diff options
Diffstat (limited to 'usr/src/uts/intel/io/dnet.c')
-rw-r--r-- | usr/src/uts/intel/io/dnet.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/intel/io/dnet.c b/usr/src/uts/intel/io/dnet.c index 932c207928..dd88f97a89 100644 --- a/usr/src/uts/intel/io/dnet.c +++ b/usr/src/uts/intel/io/dnet.c @@ -24,7 +24,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" /* * dnet -- DEC 21x4x @@ -336,7 +335,9 @@ static struct dev_ops dnetops = { dnetdetach, /* devo_detach */ nodev, /* devo_reset */ &cb_dnetops, /* devo_cb_ops */ - (struct bus_ops *)NULL /* devo_bus_ops */ + (struct bus_ops *)NULL, /* devo_bus_ops */ + NULL, /* devo_power */ + ddi_quiesce_not_supported, /* devo_quiesce */ }; static struct modldrv modldrv = { |