Add pseudo-device vlan

This commit is contained in:
bouyer 2000-12-19 10:42:02 +00:00
parent ba933b24f7
commit c71f40d166
27 changed files with 79 additions and 52 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.174 2000/12/14 18:28:30 mycroft Exp $
# $NetBSD: GENERIC,v 1.175 2000/12/19 10:42:02 bouyer 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.174 $"
#ident "GENERIC-$Revision: 1.175 $"
maxusers 32
@ -440,6 +440,7 @@ pseudo-device vnd 4
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 vlan # IEEE 802.1q encapsulation
pseudo-device sequencer 1 # MIDI sequencer
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness too

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.151 2000/10/04 20:38:11 is Exp $
# $NetBSD: GENERIC,v 1.152 2000/12/19 10:42:02 bouyer Exp $
#
#if 0
@ -16,7 +16,7 @@
include "arch/amiga/conf/std.amiga"
#ident "GENERIC-$Revision: 1.151 $"
#ident "GENERIC-$Revision: 1.152 $"
#ifdef INSTALL_CONFIGURATION
makeoptions COPTS="-Os"
@ -443,6 +443,7 @@ 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 vlan # IEEE 802.1q encapsulation
pseudo-device view 4 # views (needed for grfcc)
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.39 2000/09/24 15:59:28 jdolecek Exp $
# $NetBSD: GENERIC,v 1.40 2000/12/19 10:42:03 bouyer 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.39 $"
#ident "GENERIC-$Revision: 1.40 $"
maxusers 32 # estimated number of users
@ -317,6 +317,7 @@ 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 vlan # IEEE 802.1q encapsulation
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.13 2000/10/14 23:46:40 bjh21 Exp $
# $NetBSD: GENERIC,v 1.14 2000/12/19 10:42:03 bouyer Exp $
# GENERIC arm26 configuration -- everything I've implemented so far
@ -171,6 +171,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 vlan # IEEE 802.1q encapsulation
pseudo-device sequencer 1 # MIDI sequencer
pseudo-device wsmux 2 # keyboard/mouse multiplexor

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.74 2000/09/24 15:59:29 jdolecek Exp $
# $NetBSD: GENERIC,v 1.75 2000/12/19 10:42:03 bouyer Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/arm32/conf/std.arm32"
#ident "GENERIC-$Revision: 1.74 $"
#ident "GENERIC-$Revision: 1.75 $"
# estimated number of users
maxusers 32
@ -269,6 +269,7 @@ 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 # STarmode Radio IP (Metricon Ricochet)
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
pseudo-device tb 1 # tablet line discipline
pseudo-device vnd 4 # disk-like interface to files

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC,v 1.73 2000/10/04 03:35:55 itojun Exp $
# $NetBSD: GENERIC,v 1.74 2000/12/19 10:42:03 bouyer Exp $
#
# Generic atari
#
@ -8,7 +8,7 @@
include "arch/atari/conf/std.atari"
#ident "GENERIC-$Revision: 1.73 $"
#ident "GENERIC-$Revision: 1.74 $"
#
# Add support for about 16 users. This variable is used to size
@ -168,6 +168,7 @@ pseudo-device tun 2 # network 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 vlan # IEEE 802.1q encapsulation
pseudo-device ccd 4 # concatenating disk driver
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.34 2000/10/04 22:26:49 itojun Exp $
# $NetBSD: GENERIC,v 1.35 2000/12/19 10:42:03 bouyer Exp $
#
# First try for BEBOX config file
#
include "arch/bebox/conf/std.bebox"
#ident "GENERIC-$Revision: 1.34 $"
#ident "GENERIC-$Revision: 1.35 $"
maxusers 32
@ -66,6 +66,7 @@ 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 vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.13 2000/09/24 15:59:31 jdolecek Exp $
# $NetBSD: GENERIC,v 1.14 2000/12/19 10:42:04 bouyer Exp $
include "arch/cobalt/conf/std.cobalt"
#ident "GENERIC-$Revision: 1.13 $"
#ident "GENERIC-$Revision: 1.14 $"
maxusers 32
@ -233,6 +233,7 @@ pseudo-device loop # network loopback
#pseudo-device gif 4 # RFC1933 tunnel
#pseudo-device faith 1 # IPv[46] tcp relay translation
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device vlan # IEEE 802.1q encapsulation
# Miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.61 2000/10/04 03:35:55 itojun Exp $
# $NetBSD: GENERIC,v 1.62 2000/12/19 10:42:04 bouyer 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.61 $"
#ident "GENERIC-$Revision: 1.62 $"
# Support for various CPU types
options HP320
@ -190,5 +190,6 @@ 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 vlan # IEEE 802.1q encapsulation
# rnd is EXPERIMENTAL
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -2,11 +2,11 @@
# Distribution kernel (NEC VR based model) kernel config file
#
# $NetBSD: GENERIC,v 1.72 2000/12/03 12:29:28 takemura Exp $
# $NetBSD: GENERIC,v 1.73 2000/12/19 10:42:04 bouyer Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
#ident "GENERIC-$Revision: 1.72 $"
#ident "GENERIC-$Revision: 1.73 $"
maxusers 8
@ -352,3 +352,4 @@ pseudo-device wsmux 2 # mouse & keyboard multiplexor
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 vlan # IEEE 802.1q encapsulation

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.13 2000/10/19 10:36:32 nisimura Exp $
# $NetBSD: GENERIC,v 1.14 2000/12/19 10:42:04 bouyer Exp $
#
# GENERIC LUNA68K
#
include "arch/luna68k/conf/std.luna68k"
#ident "GENERIC-$Revision: 1.13 $"
#ident "GENERIC-$Revision: 1.14 $"
maxusers 8
@ -131,6 +131,7 @@ pseudo-device pty # pseudo-terminals
#pseudo-device raid 2 # RAIDframe disk driver
#pseudo-device sl 1 # SLIP interfaces
#pseudo-device tun 2 # Network "tunnel" device
pseudo-device vlan # IEEE 802.1q encapsulation
#pseudo-device vnd 2 # disk-like interface to files
# rnd is EXPERIMENTAL

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.108 2000/09/24 15:59:34 jdolecek Exp $
# $NetBSD: GENERIC,v 1.109 2000/12/19 10:42:04 bouyer Exp $
#
# GENERIC
include "arch/mac68k/conf/std.mac68k"
#ident "GENERIC-$Revision: 1.108 $"
#ident "GENERIC-$Revision: 1.109 $"
maxusers 16 # estimated number of users
@ -252,6 +252,7 @@ pseudo-device tun 2 # network tunneling over tty
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 vlan # IEEE 802.1q encapsulation
# miscellaneous pseudo-devices
pseudo-device grf 2 # grf emulation for wscons

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.86 2000/12/09 08:06:31 mjacob Exp $
# $NetBSD: GENERIC,v 1.87 2000/12/19 10:42:05 bouyer Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/macppc/conf/std.macppc"
#ident "GENERIC-$Revision: 1.86 $"
#ident "GENERIC-$Revision: 1.87 $"
maxusers 32
@ -329,6 +329,7 @@ pseudo-device tun 4 # network tunneling over tty
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 vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device openfirm # /dev/openfirm

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC,v 1.3 2000/10/04 22:26:50 itojun Exp $
# $NetBSD: GENERIC,v 1.4 2000/12/19 10:42:05 bouyer Exp $
#
include "arch/mipsco/conf/std.mipsco"
@ -116,6 +116,7 @@ pseudo-device bpfilter 16 # Berkeley Packet Filter
#pseudo-device raid 4 # RAIDframe disk driver
#pseudo-device strip 1 # radio clock
#pseudo-device ipfilter # ip filter
pseudo-device vlan # IEEE 802.1q encapsulation
# random number generator pseudo-device
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.20 2000/10/17 10:02:11 msaitoh Exp $
# $NetBSD: GENERIC,v 1.21 2000/12/19 10:42:05 bouyer Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/mmeye/conf/std.mmeye"
#ident "GENERIC-$Revision: 1.20 $"
#ident "GENERIC-$Revision: 1.21 $"
maxusers 16 # estimated number of users
@ -159,6 +159,7 @@ 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 vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device vcoda 4 # coda minicache <-> venus comm.

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.22 2000/12/09 21:02:09 scw Exp $
# $NetBSD: GENERIC,v 1.23 2000/12/19 10:42:05 bouyer Exp $
include "arch/mvme68k/conf/std.mvme68k"
#ident "GENERIC-$Revision: 1.22 $"
#ident "GENERIC-$Revision: 1.23 $"
# Boards this kernel supports
options MVME147
@ -72,6 +72,7 @@ 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 vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
pseudo-device vnd 2

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.15 2000/11/24 12:58:17 tsutsui Exp $
# $NetBSD: GENERIC,v 1.16 2000/12/19 10:42:05 bouyer Exp $
# news68k GENERIC config file;
#
include "arch/news68k/conf/std.news68k"
#ident "GENERIC-$Revision: 1.15 $"
#ident "GENERIC-$Revision: 1.16 $"
maxusers 8
@ -174,5 +174,6 @@ 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 vlan # IEEE 802.1q encapsulation
pseudo-device rnd # /dev/random and in-kernle generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.33 2000/11/15 14:29:40 tsubai Exp $
# $NetBSD: GENERIC,v 1.34 2000/12/19 10:42:05 bouyer Exp $
#
# GENERIC kernel for RISC-NEWS
include "arch/newsmips/conf/std.newsmips"
#ident "GENERIC-$Revision: 1.33 $"
#ident "GENERIC-$Revision: 1.34 $"
maxusers 16
@ -155,6 +155,7 @@ 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 vlan # IEEE 802.1q 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

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.36 2000/10/04 03:35:55 itojun Exp $
# $NetBSD: GENERIC,v 1.37 2000/12/19 10:42:06 bouyer Exp $
#
# GENERIC next68k
#
@ -6,7 +6,7 @@
include "arch/next68k/conf/std.next68k"
#ident "GENERIC-$Revision: 1.36 $"
#ident "GENERIC-$Revision: 1.37 $"
# Needs to be set per system. i.e change these as you see fit
maxusers 16
@ -188,6 +188,7 @@ 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
pseudo-device vlan # IEEE 802.1q encapsulation
# rnd is EXPERIMENTAL
pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device wsmux 2 # mouse & keyboard multiplexor

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.34 2000/11/14 06:01:09 thorpej Exp $
# $NetBSD: GENERIC,v 1.35 2000/12/19 10:42:06 bouyer Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/ofppc/conf/std.ofppc"
#ident "GENERIC-$Revision: 1.34 $"
#ident "GENERIC-$Revision: 1.35 $"
maxusers 32
@ -136,5 +136,6 @@ pseudo-device tun 4 # network tunneling over tty
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 vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.15 2000/09/24 15:59:36 jdolecek Exp $
# $NetBSD: GENERIC,v 1.16 2000/12/19 10:42:06 bouyer Exp $
#
# GENERIC: generic kernel for most machines
#
include "arch/pc532/conf/std.pc532"
#ident "GENERIC-$Revision: 1.15 $"
#ident "GENERIC-$Revision: 1.16 $"
maxusers 8 # estimated number of users
@ -74,5 +74,6 @@ 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 vlan # IEEE 802.1q encapsulation
pseudo-device ccd 4 # Concatenated Disk Driver
pseudo-device rnd # kernel random number generator

View File

@ -1,11 +1,11 @@
#
# $NetBSD: GENERIC,v 1.85 2000/09/24 15:59:36 jdolecek Exp $
# $NetBSD: GENERIC,v 1.86 2000/12/19 10:42:06 bouyer Exp $
#
# Distribution kernel (any model) kernel config file
#
include "arch/pmax/conf/std.pmax"
#ident "GENERIC-$Revision: 1.85 $"
#ident "GENERIC-$Revision: 1.86 $"
maxusers 64
@ -203,6 +203,7 @@ pseudo-device ipfilter # IP filter, NAT
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 vlan # IEEE 802.1q encapsulation
pseudo-device vnd 4 # virtual disk ick
pseudo-device ccd 4 # concatenated disks

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.14 2000/11/22 16:15:44 nonaka Exp $
# $NetBSD: GENERIC,v 1.15 2000/12/19 10:42:06 bouyer Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/prep/conf/std.prep"
#ident "GENERIC-$Revision: 1.14 $"
#ident "GENERIC-$Revision: 1.15 $"
maxusers 32
@ -385,6 +385,7 @@ 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
pseudo-device vlan # IEEE 802.1q encapsulation
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.118 2000/10/16 01:29:06 mjacob Exp $
# $NetBSD: GENERIC,v 1.119 2000/12/19 10:42:06 bouyer Exp $
include "arch/sparc/conf/std.sparc"
#ident "GENERIC-$Revision: 1.118 $"
#ident "GENERIC-$Revision: 1.119 $"
maxusers 32
@ -499,6 +499,7 @@ pseudo-device ipfilter
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 vlan # IEEE 802.1q encapsulation
#### Audio and video devices

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.74 2000/10/04 03:35:56 itojun Exp $
# $NetBSD: GENERIC,v 1.75 2000/12/19 10:42:07 bouyer 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.74 $"
#ident "GENERIC-$Revision: 1.75 $"
# Machines to be supported by this kernel
options FPU_EMULATE
@ -211,6 +211,7 @@ pseudo-device tun 2 # network tunneling over tty
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 vlan # IEEE 802.1q encapsulation
# rnd is EXPERIMENTAL
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.82 2000/12/02 17:18:54 ragge Exp $
# $NetBSD: GENERIC,v 1.83 2000/12/19 10:42:07 bouyer Exp $
#
# GENERIC VAX configuration file; all supported devices.
#
include "arch/vax/conf/std.vax"
#ident "GENERIC-$Revision: 1.82 $"
#ident "GENERIC-$Revision: 1.83 $"
# Here are all different supported CPU types listed.
#options "VAX8800" # VAX 8500, 8530, 8550, 8700, 8800
@ -222,6 +222,7 @@ pseudo-device tun 2
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 vlan # IEEE 802.1q encapsulation
pseudo-device tb 1
pseudo-device vnd 4
pseudo-device ccd 4

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.53 2000/10/04 03:35:56 itojun Exp $
# $NetBSD: GENERIC,v 1.54 2000/12/19 10:42:07 bouyer Exp $
#
# GENERIC
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "GENERIC-$Revision: 1.53 $"
#ident "GENERIC-$Revision: 1.54 $"
maxusers 8
@ -300,6 +300,7 @@ pseudo-device bpfilter 4
pseudo-device gif 1 # 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 vlan # IEEE 802.1q encapsulation
#### Other device configuration