Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/amd64/conf/GENERIC,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/amd64/conf/GENERIC,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.89 retrieving revision 1.90 diff -u -p -r1.89 -r1.90 --- src/sys/arch/amd64/conf/GENERIC 2006/03/25 17:40:02 1.89 +++ src/sys/arch/amd64/conf/GENERIC 2006/03/28 20:58:39 1.90 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.89 2006/03/25 17:40:02 xtraeme Exp $ +# $NetBSD: GENERIC,v 1.90 2006/03/28 20:58:39 pavel Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.89 $" +#ident "GENERIC-$Revision: 1.90 $" maxusers 32 # estimated number of users @@ -858,7 +858,7 @@ pseudo-device tap # virtual Ethernet pseudo-device gre # generic L3 over IP tunnel pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith # IPv[46] tcp relay translation i/f -#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation +pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too