summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.conf
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-05-14 10:14:50 +0000
committerdcs <dcs@FreeBSD.org>1999-05-14 10:14:50 +0000
commit71ddf0677890bebee3639ad979cd55e4730458be (patch)
tree438df1f0906a8293cb93dbb1adb42ce866b868d5 /sys/boot/forth/loader.conf
parent974d1e773fed273ad83c05a5fed326d80ea04aba (diff)
downloadFreeBSD-src-71ddf0677890bebee3639ad979cd55e4730458be.zip
FreeBSD-src-71ddf0677890bebee3639ad979cd55e4730458be.tar.gz
Remove atapi and joy, add svr4 and streams. I wonder if removing vinum
is in order or not... (things are _not_ loaded by default, but it serves as a reference to people tweaking their own loader.conf files)
Diffstat (limited to 'sys/boot/forth/loader.conf')
-rw-r--r--sys/boot/forth/loader.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 0a79a88..3a4ed3f 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double quotes.
#
-# $Id: loader.conf,v 1.3 1999/04/20 21:15:12 des Exp $
+# $Id: loader.conf,v 1.4 1999/05/14 10:03:58 dcs Exp $
##############################################################
### Basic configuration options ############################
@@ -97,7 +97,6 @@ union_load="NO" # Union filesystem
# Related stuff
-atapi_load="NO" # ATAPI-compatible IDE devices
ccd_load="NO" # Concatenated disk driver
vinum_load="NO" # Concatenated/mirror/raid driver
vn_load="NO" # Vnode driver
@@ -122,6 +121,8 @@ gnufpu_load="NO" # GNU floating point emulation
ibcs2_load="NO" # IBCS2 (SCO) emulation
ibcs2_coff_load="NO"
linux_load="NO" # Linux emulation
+svr4_load="NO" # SystemV R4 emulation
+streams_load="NO" # System V streams module
##############################################################
@@ -139,7 +140,6 @@ ipfw_load="NO" # Firewall
### Other modules ##########################################
##############################################################
-joy_load="NO" # Joystick
lkm_load="NO" # LKM
OpenPOWER on IntegriCloud