From bfc6f8cf116816a413b07d25fe1be174e2b7e3fc Mon Sep 17 00:00:00 2001 From: John Birrell Date: Mon, 14 Jun 1999 22:59:55 +0000 Subject: [PATCH] Add the System V message queue and semaphore options for better 3rd party software support out-of-the-box (like i386 does). --- sys/alpha/conf/GENERIC | 8 +++++--- sys/alpha/conf/NOTES | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 8497209ee775..a26d1d634551 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/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.23 1999/05/26 23:22:14 gallatin Exp $ +# $Id: GENERIC,v 1.24 1999/06/05 13:29:56 dfr Exp $ machine "alpha" cpu "EV4" @@ -136,6 +136,8 @@ 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 +options SYSVSEM diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 8497209ee775..a26d1d634551 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -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.23 1999/05/26 23:22:14 gallatin Exp $ +# $Id: GENERIC,v 1.24 1999/06/05 13:29:56 dfr Exp $ machine "alpha" cpu "EV4" @@ -136,6 +136,8 @@ 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 +options SYSVSEM