summaryrefslogtreecommitdiff
path: root/usr/src/tools/scripts
diff options
context:
space:
mode:
authorGarrett D'Amore <Garrett.Damore@Sun.COM>2009-10-27 15:27:51 -0700
committerGarrett D'Amore <Garrett.Damore@Sun.COM>2009-10-27 15:27:51 -0700
commitb51e13bf985efd1ff98249cad2824f2952f13ecb (patch)
tree67366a8861edf7059e25d845854223193927bb93 /usr/src/tools/scripts
parenta95b0665dee58116588d9706477a9df5908229e0 (diff)
downloadillumos-joyent-b51e13bf985efd1ff98249cad2824f2952f13ecb.tar.gz
6741199 Remove cg6 kernel driver [PSARC 2008/488]
Diffstat (limited to 'usr/src/tools/scripts')
-rw-r--r--usr/src/tools/scripts/bfu.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/tools/scripts/bfu.sh b/usr/src/tools/scripts/bfu.sh
index 0b8e0d7803..a729785381 100644
--- a/usr/src/tools/scripts/bfu.sh
+++ b/usr/src/tools/scripts/bfu.sh
@@ -8019,6 +8019,14 @@ mondo_loop() {
rm -f $usr/ucblib/sparcv9/llib-lucb
rm -f $usr/ucblib/sparcv9/llib-lucb.ln
+ # Remove cgsix
+ rm -f $root/platform/sun4u/kernel/drv/sparcv9/cgsix
+ rm -f $usr/include/sys/cg6reg.h
+ rm -f $usr/include/sys/cg6thc.h
+ rm -f $usr/include/sys/cg6fbc.h
+ rm -f $usr/include/sys/cg6tec.h
+ rm -f $usr/include/sys/ramdac.h
+
#
# The pkg* commands should not be used after this point and before
# archive extraction as libcrypto/libssl may not be available.