From 5e57353b7b44518a0ecee4135b37734905189a53 Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 30 Sep 2003 03:57:36 +0000 Subject: [PATCH] Add P1003_1B_SEMAPHORE. --- sys/arch/next68k/conf/GENERIC | 5 +++-- sys/arch/next68k/conf/SLAB | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/arch/next68k/conf/GENERIC b/sys/arch/next68k/conf/GENERIC index 941067b05c24..ca96a99983ff 100644 --- a/sys/arch/next68k/conf/GENERIC +++ b/sys/arch/next68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.72 2003/09/22 14:11:27 cl Exp $ +# $NetBSD: GENERIC,v 1.73 2003/09/30 03:57:36 mycroft Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/next68k/conf/std.next68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.72 $" +#ident "GENERIC-$Revision: 1.73 $" # Needs to be set per system. i.e change these as you see fit maxusers 16 @@ -37,6 +37,7 @@ options SYSVSEM # System V semaphores #options SEMUME=10 # max number of undo entries per process #options SEMMNU=30 # number of undo structures in system options SYSVSHM # System V shared memory +options P1003_1B_SEMAPHORE # POSIX semaphore support #options SHMMAXPGS=1024 # 1024 pages is the default options LKM # loadable kernel modules diff --git a/sys/arch/next68k/conf/SLAB b/sys/arch/next68k/conf/SLAB index d31fb09251a9..16332b80f69b 100644 --- a/sys/arch/next68k/conf/SLAB +++ b/sys/arch/next68k/conf/SLAB @@ -1,4 +1,4 @@ -# $NetBSD: SLAB,v 1.19 2003/09/22 14:11:28 cl Exp $ +# $NetBSD: SLAB,v 1.20 2003/09/30 03:57:37 mycroft Exp $ # # deberg's development machine # @@ -16,6 +16,7 @@ options KTRACE # system call tracing options SYSVMSG # System V message queues options SYSVSEM # System V semaphores options SYSVSHM # System V shared memory +options P1003_1B_SEMAPHORE # POSIX semaphore support #options SHMMAXPGS=1024 # 1024 pages is the default options LKM # loadable kernel modules