summaryrefslogtreecommitdiff
path: root/usr/src/tools/scripts
diff options
context:
space:
mode:
authordp <none@none>2007-04-18 11:32:14 -0700
committerdp <none@none>2007-04-18 11:32:14 -0700
commit91e1058474884b4b6f1d3665a96ddeb9a30cd489 (patch)
treef58835740092640c8577b577c0e0edcedb013a95 /usr/src/tools/scripts
parent231ecbdf6cfa117492d49356673032a7cdbd4030 (diff)
downloadillumos-joyent-91e1058474884b4b6f1d3665a96ddeb9a30cd489.tar.gz
PSARC/2007/045 I2O EOL and EOF
4863632 Hey Hey! Ho Ho! I2O Has Got to Go! --HG-- rename : usr/src/uts/common/io/i2o/i2o_bs.c => deleted_files/usr/src/uts/common/io/i2o/i2o_bs.c rename : usr/src/uts/common/io/i2o/i2o_bs.conf => deleted_files/usr/src/uts/common/io/i2o/i2o_bs.conf rename : usr/src/uts/common/io/i2o/i2o_bs.h => deleted_files/usr/src/uts/common/io/i2o/i2o_bs.h rename : usr/src/uts/common/io/i2o/i2o_impl.h => deleted_files/usr/src/uts/common/io/i2o/i2o_impl.h rename : usr/src/uts/common/io/i2o/i2o_msg.c => deleted_files/usr/src/uts/common/io/i2o/i2o_msg.c rename : usr/src/uts/common/io/i2o/i2o_scsi.c => deleted_files/usr/src/uts/common/io/i2o/i2o_scsi.c rename : usr/src/uts/common/io/i2o/i2o_scsi.conf => deleted_files/usr/src/uts/common/io/i2o/i2o_scsi.conf rename : usr/src/uts/common/io/i2o/i2o_scsi_cmd.h => deleted_files/usr/src/uts/common/io/i2o/i2o_scsi_cmd.h rename : usr/src/uts/common/io/i2o/i2o_scsi_util.h => deleted_files/usr/src/uts/common/io/i2o/i2o_scsi_util.h rename : usr/src/uts/common/io/i2o/i2o_scsi_var.h => deleted_files/usr/src/uts/common/io/i2o/i2o_scsi_var.h rename : usr/src/uts/common/io/i2o/label.c => deleted_files/usr/src/uts/common/io/i2o/label.c rename : usr/src/uts/common/io/i2o/pci_to_i2o.c => deleted_files/usr/src/uts/common/io/i2o/pci_to_i2o.c rename : usr/src/uts/common/io/i2o/pci_to_i2o.conf => deleted_files/usr/src/uts/common/io/i2o/pci_to_i2o.conf rename : usr/src/uts/common/sys/i2o/i2oadptr.h => deleted_files/usr/src/uts/common/sys/i2o/i2oadptr.h rename : usr/src/uts/common/sys/i2o/i2obscsi.h => deleted_files/usr/src/uts/common/sys/i2o/i2obscsi.h rename : usr/src/uts/common/sys/i2o/i2oexec.h => deleted_files/usr/src/uts/common/sys/i2o/i2oexec.h rename : usr/src/uts/common/sys/i2o/i2omsg.h => deleted_files/usr/src/uts/common/sys/i2o/i2omsg.h rename : usr/src/uts/common/sys/i2o/i2omstr.h => deleted_files/usr/src/uts/common/sys/i2o/i2omstr.h rename : usr/src/uts/common/sys/i2o/i2outil.h => deleted_files/usr/src/uts/common/sys/i2o/i2outil.h rename : usr/src/uts/intel/i2o_bs/Makefile => deleted_files/usr/src/uts/intel/i2o_bs/Makefile rename : usr/src/uts/intel/i2o_msg/Makefile => deleted_files/usr/src/uts/intel/i2o_msg/Makefile rename : usr/src/uts/intel/i2o_scsi/Makefile => deleted_files/usr/src/uts/intel/i2o_scsi/Makefile rename : usr/src/uts/intel/pci_to_i2o/Makefile => deleted_files/usr/src/uts/intel/pci_to_i2o/Makefile
Diffstat (limited to 'usr/src/tools/scripts')
-rw-r--r--usr/src/tools/scripts/bfu.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/src/tools/scripts/bfu.sh b/usr/src/tools/scripts/bfu.sh
index fc7b973d5b..3ab3378455 100644
--- a/usr/src/tools/scripts/bfu.sh
+++ b/usr/src/tools/scripts/bfu.sh
@@ -6584,6 +6584,19 @@ mondo_loop() {
#
rm -f $root/dev/cfg/*pci*
+ #
+ # Remove I2O.
+ #
+ rm -f $root/kernel/drv/i2o_bs
+ rm -f $root/kernel/drv/i2o_bs.conf
+ rm -f $root/kernel/drv/i2o_scsi
+ rm -f $root/kernel/drv/i2o_scsi.conf
+ rm -f $root/kernel/drv/pci_to_i2o
+ rm -f $root/kernel/drv/pci_to_i2o.conf
+ rm -f $root/kernel/misc/i2o_msg
+ rm -f $root/usr/include/sys/i2o/*
+ rmdir $root/usr/include/sys/i2o/ 2>/dev/null
+
# End of pre-archive extraction hacks.
if [ $diskless = no -a $zone = global ]; then