diff options
| author | itojun <itojun@NetBSD.org> | 2000-04-19 06:50:27 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2000-04-19 06:50:27 +0000 |
| commit | 3be41bae18f1ba2464ef2d71fcdd404ef4e5d6c5 (patch) | |
| tree | 8a9f74d522033b144bdbb555cf33ac0937deb7f2 /sys | |
| parent | d300ce39425d555d622d487379978d8ac22f3960 (diff) | |
add stf pseudo interface (commented out due to possible security risks)
Diffstat (limited to 'sys')
26 files changed, 78 insertions, 52 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 4e7c6291bab..0258b0ed044 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.147 2000/04/03 00:03:28 augustss Exp $ +# $NetBSD: GENERIC,v 1.148 2000/04/19 06:50:27 itojun Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. # @@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha" -#ident "GENERIC-$Revision: 1.147 $" +#ident "GENERIC-$Revision: 1.148 $" maxusers 32 @@ -393,6 +393,7 @@ pseudo-device vnd 4 #pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device sequencer 1 # MIDI sequencer # rnd is EXPERIMENTAL diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index 8345a0b31f3..972bc038b8a 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.141 2000/04/01 20:21:27 is Exp $ +# $NetBSD: GENERIC,v 1.142 2000/04/19 06:50:29 itojun Exp $ # #if 0 @@ -16,7 +16,7 @@ include "arch/amiga/conf/std.amiga" -#ident "GENERIC-$Revision: 1.141 $" +#ident "GENERIC-$Revision: 1.142 $" maxusers 8 options RTC_OFFSET=0 @@ -451,6 +451,7 @@ pseudo-device bpfilter 16 # Berkeley packet filter pseudo-device ipfilter # IP Filter package pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device view 4 # views (needed for grfcc) pseudo-device pty 16 # pseudo ptys diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 428288b13f6..71777161999 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.28 2000/03/22 00:58:18 cgd Exp $ +# $NetBSD: GENERIC,v 1.29 2000/04/19 06:50:29 itojun Exp $ # $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $ # # GENERIC -- everything that's currently supported @@ -6,7 +6,7 @@ include "arch/arc/conf/std.arc" -#ident "GENERIC-$Revision: 1.28 $" +#ident "GENERIC-$Revision: 1.29 $" maxusers 32 # estimated number of users @@ -267,6 +267,7 @@ pseudo-device tun 2 # network tunneling over tty pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation # miscellaneous pseudo-devices pseudo-device pty 64 # pseudo-terminals diff --git a/sys/arch/arm32/conf/GENERIC b/sys/arch/arm32/conf/GENERIC index fd46f93b69c..640b125edab 100644 --- a/sys/arch/arm32/conf/GENERIC +++ b/sys/arch/arm32/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.65 2000/03/06 03:16:25 mark Exp $ +# $NetBSD: GENERIC,v 1.66 2000/04/19 06:50:29 itojun Exp $ # # GENERIC -- everything that's currently supported # include "arch/arm32/conf/std.arm32" -#ident "GENERIC-$Revision: 1.65 $" +#ident "GENERIC-$Revision: 1.66 $" # estimated number of users maxusers 32 @@ -280,6 +280,7 @@ pseudo-device tun 2 # network tunneling over tty #pseudo-device ipfilter 1 # ip filter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation #pseudo-device strip 4 # STRIP pseudo-device pty 32 # pseudo-terminals pseudo-device tb 1 # tablet line discipline diff --git a/sys/arch/atari/conf/GENERIC b/sys/arch/atari/conf/GENERIC index 1dfe97dd0a1..0bd10abf49c 100644 --- a/sys/arch/atari/conf/GENERIC +++ b/sys/arch/atari/conf/GENERIC @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC,v 1.64 2000/03/22 00:58:19 cgd Exp $ +# $NetBSD: GENERIC,v 1.65 2000/04/19 06:50:30 itojun Exp $ # # Generic atari # @@ -8,7 +8,7 @@ include "arch/atari/conf/std.atari" -#ident "GENERIC-$Revision: 1.64 $" +#ident "GENERIC-$Revision: 1.65 $" # # Add support for about 16 users. This variable is used to size @@ -180,6 +180,7 @@ pseudo-device tun 2 # network tunnel #pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device ccd 4 # concatenating disk driver #pseudo-device raid 4 # RAIDframe disk driver #options RAID_AUTOCONFIG # auto-configuration of RAID components diff --git a/sys/arch/bebox/conf/GENERIC b/sys/arch/bebox/conf/GENERIC index 45ad2885938..907c176c7b8 100644 --- a/sys/arch/bebox/conf/GENERIC +++ b/sys/arch/bebox/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.26 2000/03/22 00:58:19 cgd Exp $ +# $NetBSD: GENERIC,v 1.27 2000/04/19 06:50:30 itojun Exp $ # # First try for BEBOX config file # include "arch/bebox/conf/std.bebox" -#ident "GENERIC-$Revision: 1.26 $" +#ident "GENERIC-$Revision: 1.27 $" maxusers 32 @@ -78,6 +78,7 @@ pseudo-device loop pseudo-device bpfilter 8 # packet filter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device pty 64 #pseudo-device raid 4 # RAIDframe disk driver #options RAID_AUTOCONFIG # auto-configuration of RAID components diff --git a/sys/arch/cobalt/conf/GENERIC b/sys/arch/cobalt/conf/GENERIC index b2570da8e2c..77567f123ce 100644 --- a/sys/arch/cobalt/conf/GENERIC +++ b/sys/arch/cobalt/conf/GENERIC @@ -1,8 +1,8 @@ -# $NetBSD: GENERIC,v 1.1 2000/03/30 20:01:02 soren Exp $ +# $NetBSD: GENERIC,v 1.2 2000/04/19 06:50:30 itojun Exp $ include "arch/cobalt/conf/std.cobalt" -#ident "GENERIC-$Revision: 1.1 $" +#ident "GENERIC-$Revision: 1.2 $" maxusers 32 @@ -243,6 +243,7 @@ pseudo-device loop # network loopback #pseudo-device ipip 2 # RFC 2003 IP Encapsulation #pseudo-device gif 4 # RFC1933 tunnel #pseudo-device faith 1 # IPv[46] tcp relay translation +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation # Miscellaneous pseudo-devices pseudo-device pty 64 # pseudo-terminals diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 4d440ae00cc..ae8c17cb797 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.53 2000/02/29 06:32:24 simonb Exp $ +# $NetBSD: GENERIC,v 1.54 2000/04/19 06:50:31 itojun Exp $ # # Generic kernel - one size fits all. # @@ -6,7 +6,7 @@ # Include attributes common to all hp300s include "arch/hp300/conf/std.hp300" -#ident "GENERIC-$Revision: 1.53 $" +#ident "GENERIC-$Revision: 1.54 $" # Support for various CPU types options HP320 @@ -202,5 +202,6 @@ pseudo-device ipfilter # IP Filter package #pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation # rnd is EXPERIMENTAL #pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/hpcmips/conf/GENERIC b/sys/arch/hpcmips/conf/GENERIC index b2bc1bfa3df..5dbc99726d3 100644 --- a/sys/arch/hpcmips/conf/GENERIC +++ b/sys/arch/hpcmips/conf/GENERIC @@ -2,11 +2,11 @@ # Distribution kernel (any model) kernel config file # -# $NetBSD: GENERIC,v 1.43 2000/04/09 08:28:00 takemura Exp $ +# $NetBSD: GENERIC,v 1.44 2000/04/19 06:50:31 itojun Exp $ # include "arch/hpcmips/conf/std.hpcmips" -#ident "GENERIC-$Revision: 1.43 $" +#ident "GENERIC-$Revision: 1.44 $" maxusers 8 @@ -308,3 +308,4 @@ pseudo-device wsmux 2 # mouse & keyboard multiplexor # for IPv6 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index fcb23d2897e..6e963740f51 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp $ +# $NetBSD: GENERIC,v 1.326 2000/04/19 06:50:31 itojun Exp $ # # GENERIC -- everything that's currently supported # include "arch/i386/conf/std.i386" -#ident "GENERIC-$Revision: 1.325 $" +#ident "GENERIC-$Revision: 1.326 $" maxusers 32 # estimated number of users @@ -814,6 +814,7 @@ pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation # miscellaneous pseudo-devices pseudo-device pty 64 # pseudo-terminals diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 5e1f46d84dc..b6d78125482 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.99 2000/03/31 08:27:43 scottr Exp $ +# $NetBSD: GENERIC,v 1.100 2000/04/19 06:50:32 itojun Exp $ # # GENERIC include "arch/mac68k/conf/std.mac68k" -#ident "GENERIC-$Revision: 1.99 $" +#ident "GENERIC-$Revision: 1.100 $" maxusers 16 # estimated number of users @@ -261,6 +261,7 @@ pseudo-device tun 2 # network tunneling over tty #pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation # miscellaneous pseudo-devices pseudo-device grf 2 # grf emulation for wscons diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index f8f37df9aef..a2ba57bd0a0 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.60 2000/04/03 00:03:30 augustss Exp $ +# $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:32 itojun Exp $ # # GENERIC -- everything that's currently supported # include "arch/macppc/conf/std.macppc" -#ident "GENERIC-$Revision: 1.60 $" +#ident "GENERIC-$Revision: 1.61 $" maxusers 32 @@ -283,6 +283,7 @@ pseudo-device tun 4 # network tunneling over tty #pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device pty 64 # pseudo-terminals # rnd is EXPERIMENTAL at this point. diff --git a/sys/arch/mmeye/conf/GENERIC b/sys/arch/mmeye/conf/GENERIC index 355b9ea1b27..5c3e124c88b 100644 --- a/sys/arch/mmeye/conf/GENERIC +++ b/sys/arch/mmeye/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.12 2000/03/22 00:58:21 cgd Exp $ +# $NetBSD: GENERIC,v 1.13 2000/04/19 06:50:33 itojun Exp $ # # GENERIC -- everything that's currently supported # include "arch/mmeye/conf/std.mmeye" -#ident "GENERIC-$Revision: 1.12 $" +#ident "GENERIC-$Revision: 1.13 $" maxusers 16 # estimated number of users @@ -170,6 +170,7 @@ pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device pty 16 # pseudo-terminals pseudo-device rnd # /dev/random and in-kernel generator pseudo-device vcoda 4 # coda minicache <-> venus comm. diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index 45f04c7c49d..bdb08f17cfb 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -1,8 +1,8 @@ -# $NetBSD: GENERIC,v 1.6 2000/03/18 22:33:02 scw Exp $ +# $NetBSD: GENERIC,v 1.7 2000/04/19 06:50:33 itojun Exp $ include "arch/mvme68k/conf/std.mvme68k" -#ident "GENERIC-$Revision: 1.6 $" +#ident "GENERIC-$Revision: 1.7 $" # Boards this kernel supports options MVME147 @@ -76,6 +76,7 @@ pseudo-device loop pseudo-device bpfilter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device pty pseudo-device vnd 2 diff --git a/sys/arch/news68k/conf/GENERIC b/sys/arch/news68k/conf/GENERIC index ae0da623721..59786b78f47 100644 --- a/sys/arch/news68k/conf/GENERIC +++ b/sys/arch/news68k/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.6 2000/02/12 08:52:11 tsutsui Exp $ +# $NetBSD: GENERIC,v 1.7 2000/04/19 06:50:33 itojun Exp $ # news68k GENERIC config file; # include "arch/news68k/conf/std.news68k" -#ident "GENERIC-$Revision: 1.6 $" +#ident "GENERIC-$Revision: 1.7 $" maxusers 8 @@ -186,5 +186,6 @@ pseudo-device strip 1 # Starmode Radio IP (Metricom) pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device rnd # /dev/random and in-kernle generator #pseudo-device vcoda 4 # coda minicache <-> venus comm. diff --git a/sys/arch/newsmips/conf/GENERIC b/sys/arch/newsmips/conf/GENERIC index 0d75ca9bafa..c0f9ff52886 100644 --- a/sys/arch/newsmips/conf/GENERIC +++ b/sys/arch/newsmips/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.20 2000/02/29 06:32:27 simonb Exp $ +# $NetBSD: GENERIC,v 1.21 2000/04/19 06:50:33 itojun Exp $ # # GENERIC kernel for RISC-NEWS include "arch/newsmips/conf/std.newsmips" -#ident "GENERIC-$Revision: 1.20 $" +#ident "GENERIC-$Revision: 1.21 $" maxusers 16 @@ -149,6 +149,7 @@ pseudo-device tun 4 # Network "tunnel" device pseudo-device bpfilter 16 # Berkeley Packet Filter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device vnd 4 # disk-like interface to files pseudo-device ccd 4 # concatenated and striped disks #pseudo-device raid 4 # RAIDframe disk driver diff --git a/sys/arch/next68k/conf/GENERIC b/sys/arch/next68k/conf/GENERIC index 010df78a751..11e66695120 100644 --- a/sys/arch/next68k/conf/GENERIC +++ b/sys/arch/next68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.28 2000/03/21 16:44:01 deberg Exp $ +# $NetBSD: GENERIC,v 1.29 2000/04/19 06:50:34 itojun Exp $ # # GENERIC next68k # @@ -6,7 +6,7 @@ include "arch/next68k/conf/std.next68k" -#ident "GENERIC-$Revision: 1.28 $" +#ident "GENERIC-$Revision: 1.29 $" # Needs to be set per system. i.e change these as you see fit maxusers 16 @@ -199,6 +199,7 @@ pseudo-device tun 2 # network tunneling over tty pseudo-device ipfilter # ip filter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation # rnd is EXPERIMENTAL #pseudo-device rnd # /dev/random and in-kernel generator #pseudo-device wsmux 2 # mouse & keyboard multiplexor diff --git a/sys/arch/ofppc/conf/GENERIC b/sys/arch/ofppc/conf/GENERIC index 3cfa35fda14..adc64a4ba52 100644 --- a/sys/arch/ofppc/conf/GENERIC +++ b/sys/arch/ofppc/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.25 2000/02/29 06:32:28 simonb Exp $ +# $NetBSD: GENERIC,v 1.26 2000/04/19 06:50:34 itojun Exp $ # # First try for PPC config file # include "arch/ofppc/conf/std.ofppc" -#ident "GENERIC-$Revision: 1.25 $" +#ident "GENERIC-$Revision: 1.26 $" maxusers 32 @@ -94,6 +94,7 @@ pseudo-device loop pseudo-device bpfilter 8 # packet filter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device pty 64 #pseudo-device raid 4 # RAIDframe disk driver #options RAID_AUTOCONFIG # auto-configuration of RAID components diff --git a/sys/arch/pc532/conf/GENERIC b/sys/arch/pc532/conf/GENERIC index d21968f8606..70360f43c40 100644 --- a/sys/arch/pc532/conf/GENERIC +++ b/sys/arch/pc532/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.8 2000/01/23 23:46:16 hubertf Exp $ +# $NetBSD: GENERIC,v 1.9 2000/04/19 06:50:34 itojun Exp $ # # GENERIC: generic kernel for most machines # include "arch/pc532/conf/std.pc532" -#ident "GENERIC-$Revision: 1.8 $" +#ident "GENERIC-$Revision: 1.9 $" maxusers 8 # estimated number of users @@ -86,5 +86,6 @@ pseudo-device ppp 1 # Point-to-Point Protocol pseudo-device tun 1 # network tunneling pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device ccd 4 # Concatenated Disk Driver pseudo-device rnd # kernel random number generator diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index 2a3274da9d0..5b1d765c1f9 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -1,11 +1,11 @@ # -# $NetBSD: GENERIC,v 1.69 2000/02/29 06:32:28 simonb Exp $ +# $NetBSD: GENERIC,v 1.70 2000/04/19 06:50:35 itojun Exp $ # # Distribution kernel (any model) kernel config file # include "arch/pmax/conf/std.pmax" -#ident "GENERIC-$Revision: 1.69 $" +#ident "GENERIC-$Revision: 1.70 $" maxusers 64 @@ -202,6 +202,7 @@ pseudo-device ipfilter # IP filter, NAT #pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device vnd 4 # virtual disk ick pseudo-device ccd 4 # concatenated disks diff --git a/sys/arch/prep/conf/GENERIC b/sys/arch/prep/conf/GENERIC index 61c4052faeb..922adf28614 100644 --- a/sys/arch/prep/conf/GENERIC +++ b/sys/arch/prep/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.4 2000/04/08 18:16:42 kleink Exp $ +# $NetBSD: GENERIC,v 1.5 2000/04/19 06:50:35 itojun Exp $ # # GENERIC -- everything that's currently supported # include "arch/prep/conf/std.prep" -#ident "GENERIC-$Revision: 1.4 $" +#ident "GENERIC-$Revision: 1.5 $" maxusers 32 @@ -246,6 +246,7 @@ pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 2 # IPv[46] tcp relay translation i/f +#pseudo-device stf 2 # 6to4 IPv6 over IPv4 encapsulation # miscellaneous pseudo-devices pseudo-device pty 64 # pseudo-terminals diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 758a0688581..e03d5b4ff32 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,8 +1,8 @@ -# $NetBSD: GENERIC,v 1.103 2000/04/17 21:48:23 pk Exp $ +# $NetBSD: GENERIC,v 1.104 2000/04/19 06:50:35 itojun Exp $ include "arch/sparc/conf/std.sparc" -#ident "GENERIC-$Revision: 1.103 $" +#ident "GENERIC-$Revision: 1.104 $" maxusers 32 @@ -502,6 +502,7 @@ pseudo-device ipfilter ## for IPv6 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation #### Audio and video devices diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 656a1a25a39..d5bc20ad287 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,8 +1,8 @@ -# $NetBSD: GENERIC,v 1.30 2000/04/15 03:08:12 mrg Exp $ +# $NetBSD: GENERIC,v 1.31 2000/04/19 06:50:36 itojun Exp $ include "arch/sparc64/conf/std.sparc64" -#ident "GENERIC-$Revision: 1.30 $" +#ident "GENERIC-$Revision: 1.31 $" maxusers 32 @@ -401,6 +401,7 @@ pseudo-device ipfilter ## for IPv6 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation #### Audio and video devices diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index 460cb0890ac..fe1b25f3568 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.65 2000/02/29 06:32:30 simonb Exp $ +# $NetBSD: GENERIC,v 1.66 2000/04/19 06:50:36 itojun Exp $ # GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E) # Supports root on: ie0, le0, sd*, ... include "arch/sun3/conf/std.sun3" -#ident "GENERIC-$Revision: 1.65 $" +#ident "GENERIC-$Revision: 1.66 $" # Machines to be supported by this kernel options FPU_EMULATE @@ -223,6 +223,7 @@ pseudo-device tun 2 # network tunneling over tty #pseudo-device ipfilter # ip filter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation # rnd is EXPERIMENTAL #pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 11e00d8f677..cf3a277f574 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.60 2000/03/09 02:05:07 matt Exp $ +# $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:36 itojun Exp $ # # GENERIC VAX configuration file; all supported devices. # include "arch/vax/conf/std.vax" -#ident "GENERIC-$Revision: 1.60 $" +#ident "GENERIC-$Revision: 1.61 $" # Here are all different supported CPU types listed. options "VAX8600" @@ -212,6 +212,7 @@ pseudo-device tun 2 #pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation pseudo-device tb 1 pseudo-device vnd 4 pseudo-device ccd 4 diff --git a/sys/arch/x68k/conf/GENERIC b/sys/arch/x68k/conf/GENERIC index e9548b09ab7..2e780ff8d3c 100644 --- a/sys/arch/x68k/conf/GENERIC +++ b/sys/arch/x68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.44 2000/03/27 15:53:04 minoura Exp $ +# $NetBSD: GENERIC,v 1.45 2000/04/19 06:50:37 itojun Exp $ # # GENERIC @@ -6,7 +6,7 @@ include "arch/x68k/conf/std.x68k" -#ident "GENERIC-$Revision: 1.44 $" +#ident "GENERIC-$Revision: 1.45 $" maxusers 32 @@ -312,6 +312,7 @@ pseudo-device ipfilter ## for IPv6 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f +#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation #### Other device configuration |
