aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-02-14 20:28:38 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-02-14 20:28:38 +0000
commit7d0d5e18d48b039e5841c8c96bdd26514136eeaf (patch)
tree97a6ae373b63fa6201e71972f5e9df7eaaa9097b /sys/amd64/conf
parenta1f7e1b4c5912effd980002e7784da06fdc5b4da (diff)
downloadsrc-7d0d5e18d48b039e5841c8c96bdd26514136eeaf.tar.gz
src-7d0d5e18d48b039e5841c8c96bdd26514136eeaf.zip
MF3: add SYSVMSG
Notes
Notes: svn path=/head/; revision=44014
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 6c9e1713a9a3..a39caaaa8994 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/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.148 1999/02/11 06:07:27 jkoshy Exp $
+# $Id: GENERIC,v 1.149 1999/02/14 12:00:00 nsouch Exp $
machine "i386"
cpu "I386_CPU"
@@ -194,9 +194,11 @@ 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 SYSVSHM
+options SYSVMSG
+
# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
# aware of the legal and administrative consequences of enabling this