diff options
-rw-r--r-- | sys/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index cb42cd5..60cc225 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.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 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 |