Date: Sat, 18 Aug 2012 22:59:07 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r239376 - in head/sys: conf ia64/conf ia64/ia64 Message-ID: <201208182259.q7IMx7fm091741@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcel Date: Sat Aug 18 22:59:06 2012 New Revision: 239376 URL: http://svn.freebsd.org/changeset/base/239376 Log: Remove support for SKI: HP's Itanium simulator. It's pretty much not used, serves very little value given that FreeBSD runs on real H/W for a long time. Note that SKI is open-source (see http://ski.sourceforge.net), so if there's interest and value again, then this code can be revived. Discussed with: jhb Deleted: head/sys/ia64/conf/SKI head/sys/ia64/ia64/ssc.c head/sys/ia64/ia64/sscdisk.c Modified: head/sys/conf/files.ia64 head/sys/conf/options.ia64 head/sys/ia64/conf/NOTES Modified: head/sys/conf/files.ia64 ============================================================================== --- head/sys/conf/files.ia64 Sat Aug 18 18:26:25 2012 (r239375) +++ head/sys/conf/files.ia64 Sat Aug 18 22:59:06 2012 (r239376) @@ -104,8 +104,6 @@ ia64/ia64/ptrace_machdep.c standard ia64/ia64/sal.c standard ia64/ia64/sapic.c standard ia64/ia64/setjmp.S standard -ia64/ia64/ssc.c optional ski -ia64/ia64/sscdisk.c optional ski ia64/ia64/stack_machdep.c optional ddb | stack ia64/ia64/support.S standard ia64/ia64/sys_machdep.c standard Modified: head/sys/conf/options.ia64 ============================================================================== --- head/sys/conf/options.ia64 Sat Aug 18 18:26:25 2012 (r239375) +++ head/sys/conf/options.ia64 Sat Aug 18 22:59:06 2012 (r239376) @@ -29,8 +29,3 @@ PSM_DEBUG opt_psm.h # Atkbd options ATKBD_DFLT_KEYMAP opt_atkbd.h - -# SKI emulator options -SKI opt_ski.h -SKI_ROOT_FILESYSTEM opt_ski.h -SSC_NSECT opt_ski.h Modified: head/sys/ia64/conf/NOTES ============================================================================== --- head/sys/ia64/conf/NOTES Sat Aug 18 18:26:25 2012 (r239375) +++ head/sys/ia64/conf/NOTES Sat Aug 18 22:59:06 2012 (r239376) @@ -27,10 +27,6 @@ options LOG2_ID_PAGE_SIZE=27 # 128M # The page size being equal to 1<<LOG2_PAGE_SIZE. options LOG2_PAGE_SIZE=14 # 16K -# option: SKI -# Build support for running under the ski simulator. -options SKI - # option: UWX_TRACE_ENABLE # Build the unwinder with tracing support. This option is used to debug the # unwinder itself and the glue around it.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208182259.q7IMx7fm091741>