aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/archdep
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/archdep')
-rwxr-xr-xlibexec/rc/rc.d/archdep19
1 files changed, 0 insertions, 19 deletions
diff --git a/libexec/rc/rc.d/archdep b/libexec/rc/rc.d/archdep
index 157df8bb5699..52a7ac684eed 100755
--- a/libexec/rc/rc.d/archdep
+++ b/libexec/rc/rc.d/archdep
@@ -19,25 +19,6 @@ archdep_start()
_arch=`${SYSCTL_N} hw.machine_arch`
case $_arch in
- i386)
- # SCO binary emulation
- #
- if checkyesno ibcs2_enable; then
- echo -n 'Initial i386 initialization:'
- echo -n ' ibcs2'
- load_kld ibcs2
- case ${ibcs2_loaders} in
- [Nn][Oo])
- ;;
- *)
- for i in ${ibcs2_loaders}; do
- load_kld ibcs2_$i
- done
- ;;
- esac
- echo '.'
- fi
- ;;
esac
}