Module Name: src Committed By: nakayama Date: Sun Mar 11 06:11:29 UTC 2012
Modified Files: src/sys/arch/sparc64/conf: GENERIC NONPLUS64 Log Message: Remove stray comments for LKM. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/sys/arch/sparc64/conf/GENERIC cvs rdiff -u -r1.34 -r1.35 src/sys/arch/sparc64/conf/NONPLUS64 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/sparc64/conf/GENERIC diff -u src/sys/arch/sparc64/conf/GENERIC:1.149 src/sys/arch/sparc64/conf/GENERIC:1.150 --- src/sys/arch/sparc64/conf/GENERIC:1.149 Sat Mar 10 21:51:56 2012 +++ src/sys/arch/sparc64/conf/GENERIC Sun Mar 11 06:11:29 2012 @@ -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 @@ include "arch/sparc64/conf/std.sparc64" 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 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 @@ -203,7 +201,7 @@ options PIM # Protocol Independent Mul 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/sparc64/conf/NONPLUS64 diff -u src/sys/arch/sparc64/conf/NONPLUS64:1.34 src/sys/arch/sparc64/conf/NONPLUS64:1.35 --- src/sys/arch/sparc64/conf/NONPLUS64:1.34 Tue Nov 22 21:25:38 2011 +++ src/sys/arch/sparc64/conf/NONPLUS64 Sun Mar 11 06:11:29 2012 @@ -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 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 @@ -172,7 +170,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 PPP_BSDCOMP # Add BSD compression to ppp device