Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/next68k/conf Add P1003_1B_SEMAPHORE.



details:   https://anonhg.NetBSD.org/src/rev/21bdb1f2d474
branches:  trunk
changeset: 552678:21bdb1f2d474
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Sep 30 03:57:36 2003 +0000

description:
Add P1003_1B_SEMAPHORE.

diffstat:

 sys/arch/next68k/conf/GENERIC |  5 +++--
 sys/arch/next68k/conf/SLAB    |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r bd73b08e6080 -r 21bdb1f2d474 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Tue Sep 30 03:41:33 2003 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Tue Sep 30 03:57:36 2003 +0000
@@ -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 @@
 
 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       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 -r bd73b08e6080 -r 21bdb1f2d474 sys/arch/next68k/conf/SLAB
--- a/sys/arch/next68k/conf/SLAB        Tue Sep 30 03:41:33 2003 +0000
+++ b/sys/arch/next68k/conf/SLAB        Tue Sep 30 03:57:36 2003 +0000
@@ -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        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



Home | Main Index | Thread Index | Old Index