summaryrefslogtreecommitdiff
path: root/usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
diff options
context:
space:
mode:
authorjiang wu - Sun Microsystems - Beijing China <Javen.Wu@Sun.COM>2009-04-01 15:39:25 +0800
committerjiang wu - Sun Microsystems - Beijing China <Javen.Wu@Sun.COM>2009-04-01 15:39:25 +0800
commitd88e498a7e760a60ae266eb725566f1f7ed86ad5 (patch)
treef594c653f56664e261f9d09a4ccb48661b7b8748 /usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
parent0cfc6e4a9f5ce7c0aa92399e218a7e1ab2000715 (diff)
downloadillumos-gate-d88e498a7e760a60ae266eb725566f1f7ed86ad5.tar.gz
6810441 Solaris needs to expose initiator port for multiple-port HBAs
6762621 Add interconnect type for SAS transport.
Diffstat (limited to 'usr/src/cmd/picl/plugins/common/devtree/picldevtree.c')
-rw-r--r--usr/src/cmd/picl/plugins/common/devtree/picldevtree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/picl/plugins/common/devtree/picldevtree.c b/usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
index a71e3ab38b..2c439ed505 100644
--- a/usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
+++ b/usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
@@ -527,6 +527,8 @@ get_minor_class(char *classbuf, di_node_t dn)
(void) strcpy(classbuf, PICL_CLASS_FLOPPY);
else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK_FABRIC))
(void) strcpy(classbuf, PICL_CLASS_FABRIC);
+ else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK_SAS))
+ (void) strcpy(classbuf, PICL_CLASS_SAS);
else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK))
(void) strcpy(classbuf, PICL_CLASS_BLOCK);
else if (DDI_NODETYPE(mi_nodetype, DDI_NT_MOUSE))