diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-04-16 18:27:18 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-04-16 18:27:18 +0000 |
| commit | 24c38be4da1f835f2125da7d5fa3632bc028131d (patch) | |
| tree | 202da9be31ee05e5b19afcf47895e209ffdaa0a5 | |
| parent | ec71ab8ec389be419e2733e97cfed31f27e37d06 (diff) | |
Notes
| -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 cb42cd57d96c..60cc225ca48a 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 cb42cd57d96c..60cc225ca48a 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 |
