summaryrefslogtreecommitdiff
path: root/usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
diff options
context:
space:
mode:
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))