changeset 3923:ea8d153ef9ae

4654814 smbus and sc_nct nexus must service DDI_CTLOPS_REPORTDEV
author arutz
date Thu, 29 Mar 2007 09:50:09 -0700
parents b91c18bd1ebf
children 4a2c8e3e6786
files usr/src/uts/sun4u/io/i2c/nexus/pcf8584.c usr/src/uts/sun4u/io/i2c/nexus/smbus.c
diffstat 2 files changed, 8 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/sun4u/io/i2c/nexus/pcf8584.c	Thu Mar 29 08:58:09 2007 -0700
+++ b/usr/src/uts/sun4u/io/i2c/nexus/pcf8584.c	Thu Mar 29 09:50:09 2007 -0700
@@ -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,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -568,7 +567,7 @@
 		pcf8584_uninitchild((dev_info_t *)arg);
 
 		return (DDI_SUCCESS);
-	CTLOPS_REPORTDEV:
+	case DDI_CTLOPS_REPORTDEV:
 		pcf8584_reportdev(dip, rdip);
 
 		return (DDI_SUCCESS);
--- a/usr/src/uts/sun4u/io/i2c/nexus/smbus.c	Thu Mar 29 08:58:09 2007 -0700
+++ b/usr/src/uts/sun4u/io/i2c/nexus/smbus.c	Thu Mar 29 09:50:09 2007 -0700
@@ -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,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -462,7 +461,7 @@
 		smbus_uninitchild((dev_info_t *)arg);
 
 		return (DDI_SUCCESS);
-	CTLOPS_REPORTDEV:
+	case DDI_CTLOPS_REPORTDEV:
 		smbus_reportdev(dip, rdip);
 
 		return (DDI_SUCCESS);