changeset 10513:a9bd8a91e79e

PSARC/2009/439 Remove obsolete ioctl interfaces in mpt driver 6833319 EOL obsolete ioctl interface in mpt driver
author Ling Albert Ke <Ling.Ke@Sun.COM>
date Mon, 14 Sep 2009 18:53:07 +0800
parents 24fbb79307d9
children 90bafd4ae0b0
files usr/src/uts/common/sys/raidioctl.h
diffstat 1 files changed, 3 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/sys/raidioctl.h	Mon Sep 14 11:13:48 2009 +0200
+++ b/usr/src/uts/common/sys/raidioctl.h	Mon Sep 14 18:53:07 2009 +0800
@@ -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,15 +19,13 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
 #ifndef	_SYS_RAIDIOCTL_H
 #define	_SYS_RAIDIOCTL_H
 
-#pragma ident	"%Z%%M%	%I%	%E% SMI"
-
 #ifdef	__cplusplus
 extern "C" {
 #endif
@@ -38,10 +35,7 @@
  */
 #define	RAID_IOC (('R' << 16) | ('D' << 8))
 #define	RAID_GETCONFIG		(RAID_IOC|1)	/* Get raid information */
-#define	RAID_CREATE		(RAID_IOC|2)	/* Create raid mirror */
-#define	RAID_DELETE		(RAID_IOC|3)	/* Delete raid mirror */
 #define	RAID_UPDATEFW		(RAID_IOC|4)	/* Update IOC firmware */
-#define	RAID_GETDEVID		(RAID_IOC|5)	/* Retrieve devid of chip */
 #define	RAID_NUMVOLUMES		(RAID_IOC|6)	/* Retrieve max RAID volumes */
 
 /*