summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-04-16 18:27:18 +0000
committerjkh <jkh@FreeBSD.org>1999-04-16 18:27:18 +0000
commitc5fe612b8411a32a8e6e426fc1a70cba0cca3d31 (patch)
tree64c84f6bb6c09694b58b7996b8d110f37ae57ba5 /sys/i386
parent7625ffca167896d74d9f41326801fe3c2c55eda6 (diff)
downloadFreeBSD-src-c5fe612b8411a32a8e6e426fc1a70cba0cca3d31.zip
FreeBSD-src-c5fe612b8411a32a8e6e426fc1a70cba0cca3d31.tar.gz
Add SYSVSEM so that newer versions of Xaccel don't require a kernel
compile just to work. We have the room now, so what the heck. Reqested by: Thomas Roell <roell@xig.com>
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index cb42cd5..60cc225 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.159 1999/04/13 20:59:36 peter Exp $
+# $Id: GENERIC,v 1.160 1999/04/16 16:17:05 n_hibma Exp $
machine "i386"
cpu "I386_CPU"
@@ -199,6 +199,7 @@ options KTRACE #kernel tracing
#
options SYSVSHM
options SYSVMSG
+options SYSVSEM
# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
OpenPOWER on IntegriCloud