summaryrefslogtreecommitdiff
path: root/usr/src/pkgdefs/common_files/i.kclasses_i386
diff options
context:
space:
mode:
authorGarrett D'Amore <gdamore@opensolaris.org>2009-06-10 17:16:45 -0700
committerGarrett D'Amore <gdamore@opensolaris.org>2009-06-10 17:16:45 -0700
commit57f4a14abf7408570afb91750e10e4b57f721549 (patch)
treee6bb38fef0927e7c56d974a651b64b10739ebe5c /usr/src/pkgdefs/common_files/i.kclasses_i386
parent0ad0f0b2adb964c7bd56bbf5a831721e1a67beaf (diff)
downloadillumos-gate-57f4a14abf7408570afb91750e10e4b57f721549.tar.gz
PSARC 2009/334 EOF of legacy bus mice
PSARC 2009/341 remove mscsi 6848113 busmice (msm and logi) should be removed 6848112 remove mscsi --HG-- rename : usr/src/uts/common/sys/vuidmice.h => usr/src/uts/common/io/vuidmice/vuidmice.h
Diffstat (limited to 'usr/src/pkgdefs/common_files/i.kclasses_i386')
-rw-r--r--usr/src/pkgdefs/common_files/i.kclasses_i3869
1 files changed, 2 insertions, 7 deletions
diff --git a/usr/src/pkgdefs/common_files/i.kclasses_i386 b/usr/src/pkgdefs/common_files/i.kclasses_i386
index 2c179c26a7..613ab1497b 100644
--- a/usr/src/pkgdefs/common_files/i.kclasses_i386
+++ b/usr/src/pkgdefs/common_files/i.kclasses_i386
@@ -21,11 +21,9 @@
#
#
-# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
PATH="/usr/bin:/usr/sbin:${PATH}"
export PATH
@@ -61,6 +59,7 @@ do
-e '/^mcis[ ].*scsi/d' \
-e '/^mega[ ].*scsi/d' \
-e '/^mlx[ ].*dada/d' \
+ -e '/^mscsi[ ].*scsi/d' \
-e '/^smartii[ ].*dada/d' \
-e '/^trantor[ ].*scsi/d' \
-e '/^corvette[ ].*scsi/d' \
@@ -79,10 +78,6 @@ do
if [ $? != 0 ] ; then
echo 'pci_pci pci' >> $dest
fi
- grep '^mscsi[ ].*scsi' $dest > /dev/null 2>&1
- if [ $? != 0 ] ; then
- echo 'mscsi scsi' >> $dest
- fi
grep '^mpt[ ].*scsi' $dest > /dev/null 2>&1
if [ $? != 0 ] ; then
echo 'mpt scsi' >> $dest