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 Remove unnecessary commented out lines.



details:   https://anonhg.NetBSD.org/src/rev/2b631fd4f697
branches:  trunk
changeset: 373452:2b631fd4f697
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 11 07:42:25 2023 +0000

description:
Remove unnecessary commented out lines.

diffstat:

 sys/arch/next68k/conf/GENERIC |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r f828e881ade5 -r 2b631fd4f697 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Sat Feb 11 07:32:44 2023 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Sat Feb 11 07:42:25 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.159 2023/02/11 07:32:44 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.160 2023/02/11 07:42:25 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.159 $"
+#ident                 "GENERIC-$Revision: 1.160 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer"
        # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -35,10 +35,6 @@
 options        KTRACE          # system call tracing
 options        SYSVMSG         # System V message queues
 options        SYSVSEM         # System V semaphores
-#options       SEMMNI=10       # number of semaphore identifiers
-#options       SEMMNS=60       # number of semaphores in system
-#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        INSECURE        # disable kernel security level
@@ -170,8 +166,6 @@
 # The root node:
 mainbus0 at root
 
-#fpu0 at mainbus?
-
 # device space
 intio0 at mainbus?
 
@@ -185,7 +179,6 @@
 nextdma*       at intio? ipl 6
 
 zsc0   at intio? ipl 5
-#zsc1  at intio? ipl 5
 
 xe*    at intio? ipl 3                 # ethernet
 



Home | Main Index | Thread Index | Old Index