summaryrefslogtreecommitdiff
path: root/usr/src/pkgdefs/SUNWos86r
diff options
context:
space:
mode:
authormrj <none@none>2005-12-13 10:14:39 -0800
committermrj <none@none>2005-12-13 10:14:39 -0800
commit4ab75253616c6d68e967c10221bb663c0bfa99df (patch)
tree85694d8a202e3b370715298b29a4ddcefae15c2a /usr/src/pkgdefs/SUNWos86r
parent9773101c277e8aebddab0973736fab9115b85777 (diff)
downloadillumos-gate-4ab75253616c6d68e967c10221bb663c0bfa99df.tar.gz
PSARC 2005/581 EOF of the chs driver
PSARC 2005/582 EOF of the dbri driver 6205971 ON bits shouldn't be using obsoleted DDI DMA interfaces --HG-- rename : usr/src/uts/i86pc/chs/Makefile => deleted_files/usr/src/uts/i86pc/chs/Makefile rename : usr/src/uts/sparc/dbri/Makefile => deleted_files/usr/src/uts/sparc/dbri/Makefile rename : usr/src/uts/sun/io/dada/adapters/ghd/ghd_dma.c => deleted_files/usr/src/uts/sun/io/dada/adapters/ghd/ghd_dma.c rename : usr/src/uts/sun/sys/dada/adapters/ghd/ghd_dma.h => deleted_files/usr/src/uts/sun/sys/dada/adapters/ghd/ghd_dma.h rename : usr/src/uts/sun/sys/mmcodecreg.h => deleted_files/usr/src/uts/sun/sys/mmcodecreg.h
Diffstat (limited to 'usr/src/pkgdefs/SUNWos86r')
-rw-r--r--usr/src/pkgdefs/SUNWos86r/postinstall35
-rw-r--r--usr/src/pkgdefs/SUNWos86r/postremove11
-rw-r--r--usr/src/pkgdefs/SUNWos86r/prototype_i3868
3 files changed, 10 insertions, 44 deletions
diff --git a/usr/src/pkgdefs/SUNWos86r/postinstall b/usr/src/pkgdefs/SUNWos86r/postinstall
index 37a2971290..42e3f8eb58 100644
--- a/usr/src/pkgdefs/SUNWos86r/postinstall
+++ b/usr/src/pkgdefs/SUNWos86r/postinstall
@@ -3,9 +3,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.
@@ -183,37 +182,10 @@ check_rem_drv()
fi
}
-#
-# Update entries in the /etc/driver_classes for drivers which change
-# from class "scsi" to class "dada".
-#
-drvclasses_updates()
-{
- nawk "
- BEGIN {
- # Drivers in class "dada"
- drv[\"chs\"] = 1
- }
- /^#/ || /^$/ {
- print
- next
- }
-
- # Advertise the direct-attach drivers as class "dada"
-
- drv[\$1] > 0 {
- \$2 = \"dada\"
- }
- { printf \"%s\t%s\n\", \$1, \$2 }" ${BASEDIR}/etc/driver_classes > /tmp/d.$$
-
- cp /tmp/d.$$ ${BASEDIR}/etc/driver_classes
- rm /tmp/d.$$
-}
# Platform-specific drivers
case "${ARCH}" in
i386)
- drvclasses_updates
check_add_drv -b "${BASEDIR}" \
-i '"pci1011,2" "pci1011,9" "pci1011,14" "pci1011,19" "pci1109,1400" "pci1109,2400" "pci10b8,2001" "pci2646,1"' \
dnet
@@ -227,9 +199,6 @@ i386)
-i '"pci1011,21" "pci1014,22"' \
pci_pci
check_add_drv -b "${BASEDIR}" \
- -c dada -i '"pci1014,2e"' \
- chs
- check_add_drv -b "${BASEDIR}" \
-c scsi \
-i '"pci1000,1" "pci1000,2" "pci1000,3" "pci1000,4" "pci1000,6" "pci1000,c" "pci1000,f" "pci1000,8f" ' \
ncrs
diff --git a/usr/src/pkgdefs/SUNWos86r/postremove b/usr/src/pkgdefs/SUNWos86r/postremove
index e9881deadb..34cf90859f 100644
--- a/usr/src/pkgdefs/SUNWos86r/postremove
+++ b/usr/src/pkgdefs/SUNWos86r/postremove
@@ -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.
@@ -19,8 +18,7 @@
#
# CDDL HEADER END
#
-#
-# postremove script for SUNWos86r package.
+
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -28,6 +26,8 @@
#ident "%Z%%M% %I% %E% SMI"
#
+#
+# postremove script for SUNWos86r package.
#
# Unload and remove nolonger present drivers
#
@@ -53,7 +53,6 @@ i386)
rem_drv -b "${BASEDIR}" pcn
rem_drv -b "${BASEDIR}" ncrs
rem_drv -b "${BASEDIR}" iprb
- rem_drv -b "${BASEDIR}" chs
rem_drv -b "${BASEDIR}" sd
rem_drv -b "${BASEDIR}" spwr
rem_drv -b "${BASEDIR}" elxl
diff --git a/usr/src/pkgdefs/SUNWos86r/prototype_i386 b/usr/src/pkgdefs/SUNWos86r/prototype_i386
index 6979c34a76..fb8dc7c93a 100644
--- a/usr/src/pkgdefs/SUNWos86r/prototype_i386
+++ b/usr/src/pkgdefs/SUNWos86r/prototype_i386
@@ -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.
@@ -19,6 +18,7 @@
#
# CDDL HEADER END
#
+
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -81,8 +81,6 @@ f none kernel/drv/elxl 755 root sys
f none kernel/drv/elxl.conf 644 root sys
f none kernel/drv/iprb 755 root sys
f none kernel/drv/iprb.conf 644 root sys
-f none kernel/drv/chs 755 root sys
-f none kernel/drv/chs.conf 644 root sys
f none kernel/drv/ncrs 755 root sys
f none kernel/drv/ncrs.conf 644 root sys
f none kernel/drv/pcn 755 root sys