summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-02-14 19:55:39 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-02-14 19:55:39 +0000
commitfa178370c5128a1c3df3500b65eebfed37d5b6d2 (patch)
treea1c27bb6ff0f42ebd89898a2f6d71fea4cb57830
parentd04821280e8bd263830205d83ce35726a83a773c (diff)
Notes
-rw-r--r--sys/i386/conf/GENERIC5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 76781f47b02a..4ed5b963f3d1 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.142 1999/01/09 18:12:07 wpaul Exp $
+# $Id: GENERIC,v 1.143 1999/01/11 03:18:31 yokota Exp $
machine "i386"
cpu "I386_CPU"
@@ -187,9 +187,10 @@ pseudo-device gzip # Exec gzipped a.out's
# the costs of each syscall.
options KTRACE #kernel tracing
-# This provides support for System V shared memory.
+# This provides support for System V shared memory and message queues.
#
options SYSVSHM
+options SYSVMSG
# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
# aware of the legal and administrative consequences of enabling this