Module Name: src
Committed By: nakayama
Date: Sun Mar 11 06:18:46 UTC 2012
Modified Files:
src/sys/arch/sparc/conf: BILL-THE-CAT GENERIC INSTALL KRUPS MRCOFFEE
TADPOLE3GX
Log Message:
Remove stray comments for LKM.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/sparc/conf/BILL-THE-CAT
cvs rdiff -u -r1.231 -r1.232 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/sparc/conf/INSTALL
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/sparc/conf/KRUPS
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/sparc/conf/MRCOFFEE
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/sparc/conf/TADPOLE3GX
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc/conf/BILL-THE-CAT
diff -u src/sys/arch/sparc/conf/BILL-THE-CAT:1.51 src/sys/arch/sparc/conf/BILL-THE-CAT:1.52
--- src/sys/arch/sparc/conf/BILL-THE-CAT:1.51 Tue Nov 22 21:25:36 2011
+++ src/sys/arch/sparc/conf/BILL-THE-CAT Sun Mar 11 06:18:46 2012
@@ -1,4 +1,4 @@
-# $NetBSD: BILL-THE-CAT,v 1.51 2011/11/22 21:25:36 tls Exp $
+# $NetBSD: BILL-THE-CAT,v 1.52 2012/03/11 06:18:46 nakayama Exp $
# From: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
include "arch/sparc/conf/std.sparc"
@@ -53,8 +53,6 @@ options KTRACE
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
-## Loadable kernel module support; still under development.
-
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
@@ -171,7 +169,7 @@ options INET # IP (Internet Protocol)
#options NETATALK # AppleTalk (over Ethernet) protocol
#options NTP # Network Time Protocol in-kernel support
#options PPS_SYNC # Add serial line synchronization for NTP
-#options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
+#options PFIL_HOOKS # Add pfil(9) packet filter hooks
#options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
#options IPFILTER_LOOKUP # ippool(8) support
#options PPP_BSDCOMP # Add BSD compression to ppp device
Index: src/sys/arch/sparc/conf/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.231 src/sys/arch/sparc/conf/GENERIC:1.232
--- src/sys/arch/sparc/conf/GENERIC:1.231 Sat Mar 10 21:51:56 2012
+++ src/sys/arch/sparc/conf/GENERIC Sun Mar 11 06:18:46 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.231 2012/03/10 21:51:56 joerg Exp $
+# $NetBSD: GENERIC,v 1.232 2012/03/11 06:18:46 nakayama Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.231 $"
+#ident "GENERIC-$Revision: 1.232 $"
maxusers 32
@@ -229,7 +229,7 @@ options INET6 # IPV6
#options NETATALK # AppleTalk (over Ethernet) protocol
options NTP # Network Time Protocol in-kernel support
#options PPS_SYNC # Add serial line synchronization for NTP
-options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
+options PFIL_HOOKS # Add pfil(9) packet filter hooks
options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
options IPFILTER_LOOKUP # ippool(8) support
options IPFILTER_COMPAT # Compat for IP-Filter
Index: src/sys/arch/sparc/conf/INSTALL
diff -u src/sys/arch/sparc/conf/INSTALL:1.80 src/sys/arch/sparc/conf/INSTALL:1.81
--- src/sys/arch/sparc/conf/INSTALL:1.80 Sun Dec 18 05:49:32 2011
+++ src/sys/arch/sparc/conf/INSTALL Sun Mar 11 06:18:46 2012
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.80 2011/12/18 05:49:32 dholland Exp $
+# $NetBSD: INSTALL,v 1.81 2012/03/11 06:18:46 nakayama Exp $
#
# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
#
@@ -80,8 +80,6 @@ config netbsd root on ? type ?
#options SYSVSEM # System V semaphores
#options SYSVSHM # System V shared memory
-## Loadable kernel module support; still under development.
-
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
@@ -199,7 +197,7 @@ options INET # IP (Internet Protocol)
#options NETATALK # AppleTalk (over Ethernet) protocol
#options NTP # Network Time Protocol in-kernel support
#options PPS_SYNC # Add serial line synchronization for NTP
-#options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
+#options PFIL_HOOKS # Add pfil(9) packet filter hooks
#options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
#options IPFILTER_LOOKUP # ippool(8) support
#options PPP_BSDCOMP # Add BSD compression to ppp device
Index: src/sys/arch/sparc/conf/KRUPS
diff -u src/sys/arch/sparc/conf/KRUPS:1.57 src/sys/arch/sparc/conf/KRUPS:1.58
--- src/sys/arch/sparc/conf/KRUPS:1.57 Sat Mar 10 21:51:56 2012
+++ src/sys/arch/sparc/conf/KRUPS Sun Mar 11 06:18:46 2012
@@ -1,4 +1,4 @@
-# $NetBSD: KRUPS,v 1.57 2012/03/10 21:51:56 joerg Exp $
+# $NetBSD: KRUPS,v 1.58 2012/03/11 06:18:46 nakayama Exp $
# From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
#
# Krups (JavaStation-NC) machine description file
@@ -8,7 +8,7 @@ include "arch/sparc/conf/std.sparc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "KRUPS-$Revision: 1.57 $"
+#ident "KRUPS-$Revision: 1.58 $"
maxusers 32
@@ -61,8 +61,6 @@ options SYSVSEM # System V semaphores
#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory
-## Loadable kernel module support; still under development.
-
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
@@ -229,7 +227,7 @@ options ISO,TPIP # OSI networking
#options NETATALK # AppleTalk (over Ethernet) protocol
options NTP # Network Time Protocol in-kernel support
#options PPS_SYNC # Add serial line synchronization for NTP
-options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
+options PFIL_HOOKS # Add pfil(9) packet filter hooks
options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
options IPFILTER_LOOKUP # ippool(8) support
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
Index: src/sys/arch/sparc/conf/MRCOFFEE
diff -u src/sys/arch/sparc/conf/MRCOFFEE:1.35 src/sys/arch/sparc/conf/MRCOFFEE:1.36
--- src/sys/arch/sparc/conf/MRCOFFEE:1.35 Sat Mar 10 21:51:56 2012
+++ src/sys/arch/sparc/conf/MRCOFFEE Sun Mar 11 06:18:46 2012
@@ -1,4 +1,4 @@
-# $NetBSD: MRCOFFEE,v 1.35 2012/03/10 21:51:56 joerg Exp $
+# $NetBSD: MRCOFFEE,v 1.36 2012/03/11 06:18:46 nakayama Exp $
# From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
#
# Mr.Coffee (JavaStation 1) machine description file
@@ -12,7 +12,7 @@ include "arch/sparc/conf/std.sparc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MRCOFFEE-$Revision: 1.35 $"
+#ident "MRCOFFEE-$Revision: 1.36 $"
maxusers 32
@@ -71,8 +71,6 @@ options SYSVSEM # System V semaphores
#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory
-## Loadable kernel module support; still under development.
-
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
@@ -211,7 +209,7 @@ options ISO,TPIP # OSI networking
#options NETATALK # AppleTalk (over Ethernet) protocol
options NTP # Network Time Protocol in-kernel support
#options PPS_SYNC # Add serial line synchronization for NTP
-#options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
+#options PFIL_HOOKS # Add pfil(9) packet filter hooks
#options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
#options IPFILTER_LOOKUP # ippool(8) support
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
Index: src/sys/arch/sparc/conf/TADPOLE3GX
diff -u src/sys/arch/sparc/conf/TADPOLE3GX:1.54 src/sys/arch/sparc/conf/TADPOLE3GX:1.55
--- src/sys/arch/sparc/conf/TADPOLE3GX:1.54 Tue Nov 22 21:25:37 2011
+++ src/sys/arch/sparc/conf/TADPOLE3GX Sun Mar 11 06:18:46 2012
@@ -1,4 +1,4 @@
-# $NetBSD: TADPOLE3GX,v 1.54 2011/11/22 21:25:37 tls Exp $
+# $NetBSD: TADPOLE3GX,v 1.55 2012/03/11 06:18:46 nakayama Exp $
include "arch/sparc/conf/std.sparc"
@@ -65,8 +65,6 @@ options SYSVMSG # System V message que
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
-## Loadable kernel module support; still under development.
-
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
@@ -183,7 +181,7 @@ options INET # IP (Internet Protocol)
#options NETATALK # AppleTalk (over Ethernet) protocol
options NTP # Network Time Protocol in-kernel support
#options PPS_SYNC # Add serial line synchronization for NTP
-options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
+options PFIL_HOOKS # Add pfil(9) packet filter hooks
options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
options IPFILTER_LOOKUP # ippool(8) support
options IPFILTER_COMPAT # Compat for IP-Filter