summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun/io/dmaga.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun/io/dmaga.c')
-rw-r--r--usr/src/uts/sun/io/dmaga.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr/src/uts/sun/io/dmaga.c b/usr/src/uts/sun/io/dmaga.c
index 4314272c7e..328cfb4b25 100644
--- a/usr/src/uts/sun/io/dmaga.c
+++ b/usr/src/uts/sun/io/dmaga.c
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -20,11 +19,10 @@
* CDDL HEADER END
*/
/*
- * Copyright 2005 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"
/* from 4.1.1 sbusdev/dmaga.c 1.14 */
@@ -123,12 +121,13 @@ static struct dev_ops dma_ops = {
nodev, /* reset */
&dma_cb_ops, /* driver operations */
&dma_bus_ops, /* bus operations */
- nulldev /* power */
+ nulldev, /* power */
+ ddi_quiesce_not_supported, /* devo_quiesce */
};
static struct modldrv modldrv = {
&mod_driverops, /* Type of module. This one is a driver */
- "Direct Memory Access driver %I%", /* Name and version */
+ "Direct Memory Access driver", /* Name and version */
&dma_ops, /* driver ops */
};