diff usr/src/uts/common/io/aac/aac.h @ 10976:03a10dbb75a3

6862543 aac should support power management commands for logical disk
author zhongyan gu - Sun Microsystems - Beijing China <Zhongyan.Gu@Sun.COM>
date Fri, 06 Nov 2009 11:27:47 +0800
parents c521d2c1b8a8
children 1127b4f9e96b
line wrap: on
line diff
--- a/usr/src/uts/common/io/aac/aac.h	Fri Nov 06 11:19:08 2009 +0800
+++ b/usr/src/uts/common/io/aac/aac.h	Fri Nov 06 11:27:47 2009 +0800
@@ -55,7 +55,7 @@
 
 #define	AAC_DRIVER_MAJOR_VERSION	2
 #define	AAC_DRIVER_MINOR_VERSION	2
-#define	AAC_DRIVER_BUGFIX_LEVEL		6
+#define	AAC_DRIVER_BUGFIX_LEVEL		7
 #define	AAC_DRIVER_TYPE			AAC_TYPE_RELEASE
 
 #define	STR(s)				# s
@@ -276,6 +276,8 @@
 	char vendor_name[AAC_VENDOR_LEN + 1];
 	char product_name[AAC_PRODUCT_LEN + 1];
 	uint32_t support_opt;	/* firmware features */
+	uint32_t support_opt2;
+	uint32_t feature_bits;
 	uint32_t atu_size;	/* actual size of PCI mem space */
 	uint32_t map_size;	/* mapped PCI mem space size */
 	uint32_t map_size_min;	/* minimum size of PCI mem that must be */