Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove stray comments for LKM.



details:   https://anonhg.NetBSD.org/src/rev/a5fdb522c770
branches:  trunk
changeset: 777967:a5fdb522c770
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Sun Mar 11 06:11:29 2012 +0000

description:
Remove stray comments for LKM.

diffstat:

 sys/arch/sparc/conf/BILL-THE-CAT |  6 ++----
 sys/arch/sparc/conf/GENERIC      |  6 +++---
 sys/arch/sparc/conf/INSTALL      |  6 ++----
 sys/arch/sparc/conf/KRUPS        |  8 +++-----
 sys/arch/sparc/conf/MRCOFFEE     |  8 +++-----
 sys/arch/sparc/conf/TADPOLE3GX   |  6 ++----
 sys/arch/sparc64/conf/GENERIC    |  8 +++-----
 sys/arch/sparc64/conf/NONPLUS64  |  8 +++-----
 8 files changed, 21 insertions(+), 35 deletions(-)

diffs (248 lines):

diff -r e74fb0f5168d -r a5fdb522c770 sys/arch/sparc/conf/BILL-THE-CAT
--- a/sys/arch/sparc/conf/BILL-THE-CAT  Sun Mar 11 05:31:37 2012 +0000
+++ b/sys/arch/sparc/conf/BILL-THE-CAT  Sun Mar 11 06:11:29 2012 +0000
@@ -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        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       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
diff -r e74fb0f5168d -r a5fdb522c770 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Sun Mar 11 05:31:37 2012 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Sun Mar 11 06:11:29 2012 +0000
@@ -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 @@
 
 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       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
diff -r e74fb0f5168d -r a5fdb522c770 sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL       Sun Mar 11 05:31:37 2012 +0000
+++ b/sys/arch/sparc/conf/INSTALL       Sun Mar 11 06:11:29 2012 +0000
@@ -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 @@
 #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       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
diff -r e74fb0f5168d -r a5fdb522c770 sys/arch/sparc/conf/KRUPS
--- a/sys/arch/sparc/conf/KRUPS Sun Mar 11 05:31:37 2012 +0000
+++ b/sys/arch/sparc/conf/KRUPS Sun Mar 11 06:11:29 2012 +0000
@@ -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 @@
 
 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       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       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
diff -r e74fb0f5168d -r a5fdb522c770 sys/arch/sparc/conf/MRCOFFEE
--- a/sys/arch/sparc/conf/MRCOFFEE      Sun Mar 11 05:31:37 2012 +0000
+++ b/sys/arch/sparc/conf/MRCOFFEE      Sun Mar 11 06:11:29 2012 +0000
@@ -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 @@
 
 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       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       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
diff -r e74fb0f5168d -r a5fdb522c770 sys/arch/sparc/conf/TADPOLE3GX
--- a/sys/arch/sparc/conf/TADPOLE3GX    Sun Mar 11 05:31:37 2012 +0000
+++ b/sys/arch/sparc/conf/TADPOLE3GX    Sun Mar 11 06:11:29 2012 +0000
@@ -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        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       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
diff -r e74fb0f5168d -r a5fdb522c770 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Sun Mar 11 05:31:37 2012 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Sun Mar 11 06:11:29 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.149 2012/03/10 21:51:56 joerg Exp $
+# $NetBSD: GENERIC,v 1.150 2012/03/11 06:11:29 nakayama Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.149 $"
+#ident                 "GENERIC-$Revision: 1.150 $"
 
 maxusers       64
 
@@ -60,8 +60,6 @@
 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
@@ -203,7 +201,7 @@
 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
diff -r e74fb0f5168d -r a5fdb522c770 sys/arch/sparc64/conf/NONPLUS64
--- a/sys/arch/sparc64/conf/NONPLUS64   Sun Mar 11 05:31:37 2012 +0000
+++ b/sys/arch/sparc64/conf/NONPLUS64   Sun Mar 11 06:11:29 2012 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: NONPLUS64,v 1.34 2011/11/22 21:25:38 tls Exp $
+#      $NetBSD: NONPLUS64,v 1.35 2012/03/11 06:11:29 nakayama Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
-#ident         "NONPLUS64-$Revision: 1.34 $"
+#ident         "NONPLUS64-$Revision: 1.35 $"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
@@ -45,8 +45,6 @@
 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
@@ -172,7 +170,7 @@
 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



Home | Main Index | Thread Index | Old Index