Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is

long since obsolete.
is-mlppp
thorpej 2020-01-19 01:25:03 +00:00
parent c91ab881ac
commit c1d9ec8d89
118 changed files with 187 additions and 2641 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1669 2020/01/17 15:00:20 maya Exp $
# $NetBSD: mi,v 1.1670 2020/01/19 01:25:03 thorpej Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -1787,7 +1787,7 @@
./usr/share/man/cat4/stge.0 man-sys-catman .cat
./usr/share/man/cat4/sti.0 man-sys-catman .cat
./usr/share/man/cat4/stpcide.0 man-sys-catman .cat
./usr/share/man/cat4/strip.0 man-sys-catman .cat
./usr/share/man/cat4/strip.0 man-obsolete obsolete
./usr/share/man/cat4/stuirda.0 man-sys-catman .cat
./usr/share/man/cat4/sun2/autoconf.0 man-sys-catman .cat
./usr/share/man/cat4/sun2/bwtwo.0 man-sys-catman .cat
@ -4900,7 +4900,7 @@
./usr/share/man/html4/stge.html man-sys-htmlman html
./usr/share/man/html4/sti.html man-sys-htmlman html
./usr/share/man/html4/stpcide.html man-sys-htmlman html
./usr/share/man/html4/strip.html man-sys-htmlman html
./usr/share/man/html4/strip.html man-obsolete obsolete
./usr/share/man/html4/stuirda.html man-sys-htmlman html
./usr/share/man/html4/sun2/autoconf.html man-sys-htmlman html
./usr/share/man/html4/sun2/bwtwo.html man-sys-htmlman html
@ -4968,8 +4968,8 @@
./usr/share/man/html4/txp.html man-sys-htmlman html
./usr/share/man/html4/u3g.html man-sys-htmlman html
./usr/share/man/html4/ualea.html man-sys-htmlman html
./usr/share/man/html4/uark.html man-sys-htmlman html
./usr/share/man/html4/uatp.html man-sys-htmlman html
./usr/share/man/html4/uark.html man-sys-htmlman html
./usr/share/man/html4/uatp.html man-sys-htmlman html
./usr/share/man/html4/uaudio.html man-sys-htmlman html
./usr/share/man/html4/uberry.html man-sys-htmlman html
./usr/share/man/html4/ubsa.html man-sys-htmlman html
@ -7927,7 +7927,7 @@
./usr/share/man/man4/stge.4 man-sys-man .man
./usr/share/man/man4/sti.4 man-sys-man .man
./usr/share/man/man4/stpcide.4 man-sys-man .man
./usr/share/man/man4/strip.4 man-sys-man .man
./usr/share/man/man4/strip.4 man-obsolete obsolete
./usr/share/man/man4/stuirda.4 man-sys-man .man
./usr/share/man/man4/sun2/autoconf.4 man-sys-man .man
./usr/share/man/man4/sun2/bwtwo.4 man-sys-man .man

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.129 2019/12/10 12:08:52 yamaguchi Exp $
# $NetBSD: mi,v 1.130 2020/01/19 01:25:03 thorpej Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -236,8 +236,8 @@
./@MODULEDIR@/if_srt/if_srt.kmod base-kernel-modules kmod
./@MODULEDIR@/if_stf base-kernel-modules kmod
./@MODULEDIR@/if_stf/if_stf.kmod base-kernel-modules kmod
./@MODULEDIR@/if_strip base-kernel-modules kmod
./@MODULEDIR@/if_strip/if_strip.kmod base-kernel-modules kmod
./@MODULEDIR@/if_strip base-obsolete obsolete
./@MODULEDIR@/if_strip/if_strip.kmod base-obsolete obsolete
./@MODULEDIR@/if_tap base-kernel-modules kmod
./@MODULEDIR@/if_tap/if_tap.kmod base-kernel-modules kmod
./@MODULEDIR@/if_tun base-kernel-modules kmod

View File

@ -1,4 +1,4 @@
.\" $NetBSD: slattach.8,v 1.29 2018/11/12 00:56:26 christos Exp $
.\" $NetBSD: slattach.8,v 1.30 2020/01/19 01:25:03 thorpej Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)slattach.8 8.2 (Berkeley) 4/1/94
.\"
.Dd November 11, 2018
.Dd January 18, 2020
.Dt SLATTACH 8
.Os
.Sh NAME
@ -50,11 +50,9 @@ Currently the
.Nm
command is used to attach
.Xr sl 4
or
.Xr strip 4
interfaces.
These interfaces have to be created using the
.Xr ifconfig 8
.Xr ifconfig 8 .
The resulting point-to-point link is not a broadcast interface
and normally has a netmask of 255.255.255.255.
.Cm create
@ -91,13 +89,11 @@ Supported line disciplines are
.Dq slip
(creates a
.Xr sl 4
instance) and
.Dq strip
(creates a
.Xr strip 4
instance).
If this option is not specified, the default is
.Dq slip .
This option is retained for backwards compatibility with existing
scripts.
.It Ar ttyname
Specifies the name of the tty device.
.Ar ttyname
@ -141,7 +137,6 @@ but tried to alter an interface's configuration.
.Xr daemon 3 ,
.Xr netintro 4 ,
.Xr sl 4 ,
.Xr strip 4 ,
.Xr ifconfig 8 ,
.Xr rc 8 ,
.Xr sliplogin 8 ,

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.694 2020/01/17 15:00:20 maya Exp $
# $NetBSD: Makefile,v 1.695 2020/01/19 01:25:03 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@ -60,7 +60,7 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
siisata.4 siop.4 sip.4 siside.4 sk.4 sl.4 slide.4 \
sm.4 smscphy.4 smsh.4 sn.4 sony.4 spc.4 speaker.4 spif.4 sqphy.4 \
srt.4 ss.4 \
ssdfb.4 st.4 ste.4 stge.4 sti.4 stpcide.4 sv.4 strip.4 \
ssdfb.4 st.4 ste.4 stge.4 sti.4 stpcide.4 sv.4 \
svwsata.4 swsensor.4 swwdog.4 sysmon.4 \
tap.4 tc.4 tcds.4 tcp.4 tcu.4 tdvfb.4 tea5767radio.4 termios.4 tfb.4 \
thinkpad.4 ti.4 tl.4 tlp.4 tlphy.4 tpm.4 tprof.4 tr.4 tra.4 \

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sl.4,v 1.16 2006/07/09 09:21:35 wiz Exp $
.\" $NetBSD: sl.4,v 1.17 2020/01/19 01:25:03 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" From: @(#)lo.4 8.1 (Berkeley) 6/5/93
.\"
.Dd July 9, 2006
.Dd January 18, 2020
.Dt SL 4
.Os
.Sh NAME
@ -98,7 +98,6 @@ family; the packet was dropped.
.Xr inet 4 ,
.Xr intro 4 ,
.Xr ppp 4 ,
.Xr strip 4 ,
.Xr ifconfig 8 ,
.Xr slattach 8 ,
.Xr sliplogin 8 ,

View File

@ -1,240 +0,0 @@
.\" $NetBSD: strip.4,v 1.16 2017/07/03 21:30:58 wiz Exp $
.\"
.\" Copyright 1996 The Board of Trustees of The Leland Stanford
.\" Junior University. All Rights Reserved.
.\"
.\" Author: Jonathan Stone
.\"
.\" Permission to use, copy, modify, and distribute this
.\" software and its documentation for any purpose and without
.\" fee is hereby granted, provided that the above copyright
.\" notice and the above authorship notice appear in all copies.
.\" Stanford University makes no representations about the suitability
.\" of this software for any purpose. It is provided "as is" without
.\" express or implied warranty.
.Dd December 5, 2004
.Dt STRIP 4
.Os
.Sh NAME
.Nm strip
.Nd Metricom Ricochet packet radio wireless network device
.Sh SYNOPSIS
.Cd pseudo-device strip
.Sh DESCRIPTION
The
.Nm
driver takes outbound network packets, encapsulates them using the
.Tn Metricom
.Qq star mode
framing, and sends the packets out an
.Tn RS-232
interface to a
.Tn Metricom
.Em Ricochet
packet radio.
Packets arriving from the packet radio via the serial link are decapsulated
and then passed up to the local host's networking stack.
.Pp
.Nm
is an acronym for
.Sy ST Ns armode
.Sy R Ns adio
.Sy IP .
.Pp
The
.Nm
interfaces can be created by using the
.Xr ifconfig 8
.Cm create
command.
Each
.Nm
interface is a pseudo-device driver for the
.Tn Metricom
.Em Ricochet
packet radio, operating in peer-to-peer packet mode.
.Pp
In many ways,
the
.Nm
driver is very much like the
.Xr sl 4
SLIP pseudo-device driver.
A
.Nm
device is attached to a tty line with
.Xr slattach 8 .
Once attached, the interface is configured via
.Xr ifconfig 8 .
The major difference between the
.Xr sl 4
SLIP pseudo-device driver and the
.Nm
driver is that SLIP works only between two hosts over
a dedicated point-to-point connection.
.Pp
In contrast,
.Nm
sends packets to a frequency-hopping packet radio, which can address
packets to any peer
.Tn Metricom
.Em Ricochet
packet radio, rather than just to a single host at the other end
of a point-to-point line.
Thus, one
.Nm
pseudo-device is usually sufficient for any kernel.
.Pp
In other respects, a
.Nm
interface is rather like an
.Tn Ethernet
interface.
Packets are individually addressed, and subsequent packets can
be sent independently to different MAC addresses.
However, the
.Qq star mode
framing and MAC addressing are not in any way compatible with
.Tn Ethernet .
Broadcast or multicast to more than one packet radio is not possible,
due to the independent frequency-hopping operation of the packet radios.
The interface flags
.Dv IFF_POINTOPOINT
and
.Dv IFF_BROADCAST
are not supported on the
.Nm
interface.
.Pp
In other words,
.Nm
implements a multiple-access, non-broadcast device, accessed via
an RS-232 serial line, using a proprietary packet framing scheme.
.Pp
This version of the
.Nm
driver maps
.Tn IP
addresses to
.Tn Metricom
.Em Ricochet
packet radio addresses using statically configured entries in the
normal routing table.
These entries map
.Tn IP
addresses of peer packet radios to the MAC-level addresses.
The exact syntax of this mapping and an example are discussed below.
The Internet Assigned Numbers Authority
.Pq Tn IANA
has allocated an
.Tn ARP
type code for use with STRIP.
A future version of this driver will support
.Xr arp 4
to obtain the
.Tn IP
address of reachable peer packet radios dynamically.
.Sh ADDRESS CONFIGURATION
This version of the STRIP driver requires static pre-configuration of
the mapping from
.Tn IP
addresses to packet radio MAC addresses.
The
.Xr route 8
command should be used to bind a peer STRIP host's packet radio
.Tn IP
address to the peer's link-level packet radio address.
.Pp
Radio addresses are encoded using the hex equivalent of the packet
radio's decimal
.Tn ASCII
address.
For example, the following route command will configure a routing
entry to a packet radio with a MAC address of 1234-5678, and an
.Tn IP
address 10.11.12.13, reachable via the
.Em strip0
interface:
.Pp
.Bd -literal -offset indent
.Ic route add -host 10.11.12.13 -link strip0:1:2:3:4:5:6:7:8
.Ed
.Pp
Generalising from this example to other
.Tn IP
addresses and to other 8-digit MAC addresses should be clear.
.Sh RADIO CONFIGURATION
The
.Tn Metricom
.Em Ricochet
packet radios can auto-baud at speeds up to 38.4K baud.
At higher speeds -- 57600 or 115200 -- the packet radio cannot autobaud.
When running at high speeds, the packet radio's serial port should be
manually configured to permanently run at the desired speed.
Use a terminal emulator and the Hayes command
.Ic ATS304=115200
to set the serial baudrate to the specified number (or 0 for autobaud).
The command
.Ic AT&W
will then save the current packet radio state in non-volatile memory.
.Pp
.Tn Metricom
.Em Ricochet
packet radios can operate in either
.Dq modem-emulation
mode or in packet mode (i.e.
.Qq star mode ) .
The
.Nm
driver automatically detects if the packet radio has fallen out of
.Qq star mode ,
and resets it back into
.Qq star mode ,
if the baud rate was set correctly by
.Xr slattach 8 .
.\" .Sh DIAGNOSTICS
.Sh SEE ALSO
.Xr arp 4 ,
.Xr inet 4 ,
.Xr sl 4 ,
.Xr ifconfig 8 ,
.Xr route 8 ,
.Xr slattach 8
.Sh HISTORY
.Nm
was originally developed for the
.Tn Linux
kernel by Stuart Cheshire of Stanford's Operating Systems and
Networking group, as part of Mary Baker's MosquitoNet project.
.Pp
This
.Nm
driver was ported to
.Nx
by Jonathan Stone at Stanford's Distributed Systems Group and first
distributed with
.Nx 1.2 .
.Sh BUGS
Currently,
.Nm
is IP-only.
Encapsulations for
.Tn AppleTalk
and
.Tn ARP
have been defined, but are not yet implemented in this driver.
.Pp
.Nm
has not been widely tested on a variety of lower-level serial drivers.
.Pp
The detection and resetting of packet radios that crash out of
.Qq star mode
does not always work in this version of the driver.
One workaround is to kill the
.Xr slattach 8
process,
.Xr ifconfig 8
the
.Nm
interface down, and then start a new slattach and rerun ifconfig
to enable the interface again.

View File

@ -1,4 +1,4 @@
# $NetBSD: EB7500ATX,v 1.68 2019/04/13 08:22:58 isaki Exp $
# $NetBSD: EB7500ATX,v 1.69 2020/01/19 01:25:03 thorpej Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "EB7500ATX-$Revision: 1.68 $"
#ident "EB7500ATX-$Revision: 1.69 $"
# estimated number of users
maxusers 32
@ -237,7 +237,6 @@ pseudo-device tap # virtual Ethernet
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 strip # STarmode Radio IP (Metricon Ricochet)
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.129 2019/04/26 21:40:28 sevan Exp $
# $NetBSD: GENERIC,v 1.130 2020/01/19 01:25:03 thorpej Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.129 $"
#ident "GENERIC-$Revision: 1.130 $"
# estimated number of users
maxusers 32
@ -296,7 +296,6 @@ pseudo-device tap # virtual Ethernet
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 strip # STarmode Radio IP (Metricon Ricochet)
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.83 2019/03/31 16:08:07 christos Exp $
# $NetBSD: INSTALL,v 1.84 2020/01/19 01:25:03 thorpej Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.83 $"
#ident "INSTALL-$Revision: 1.84 $"
# estimated number of users
maxusers 32
@ -290,7 +290,6 @@ pseudo-device loop # network loopback
#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 strip # STarmode Radio IP (Metricon Ricochet)
#pseudo-device vlan # IEEE 802.1q encapsulation
#pseudo-device bridge # simple inter-network bridging
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: LOWMEM_WSCONS,v 1.75 2018/08/01 20:04:09 maxv Exp $
# $NetBSD: LOWMEM_WSCONS,v 1.76 2020/01/19 01:25:03 thorpej Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@ -258,7 +258,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # PPP
#pseudo-device tun # network tunneling over tty
#pseudo-device npf # NPF packet filter
#pseudo-device strip # STRIP
pseudo-device pty # pseudo-terminals
pseudo-device vnd # disk-like interface to files
#pseudo-device ccd # concatenated disk devices

View File

@ -1,4 +1,4 @@
# $NetBSD: NC,v 1.75 2019/04/13 08:22:58 isaki Exp $
# $NetBSD: NC,v 1.76 2020/01/19 01:25:03 thorpej Exp $
#
# NC - with wscons
#
@ -250,7 +250,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # PPP
#pseudo-device tun # network tunneling over tty
#pseudo-device npf # NPF packet filter
#pseudo-device strip # STRIP
pseudo-device pty # pseudo-terminals
pseudo-device vnd # disk-like interface to files
#pseudo-device ccd # concatenated disk devices

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.396 2019/08/09 08:05:57 rin Exp $
# $NetBSD: GENERIC,v 1.397 2020/01/19 01:25:04 thorpej Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "GENERIC-$Revision: 1.396 $"
ident "GENERIC-$Revision: 1.397 $"
maxusers 32
@ -732,7 +732,6 @@ pseudo-device ppp
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device pty # pseudo-terminals
pseudo-device sl
pseudo-device strip
pseudo-device tun
pseudo-device tap # virtual Ethernet
pseudo-device vnd

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.136 2020/01/17 15:00:20 maya Exp $
# $NetBSD: ALL,v 1.137 2020/01/19 01:25:04 thorpej Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.136 $"
#ident "ALL-$Revision: 1.137 $"
maxusers 64 # estimated number of users
@ -1633,7 +1633,6 @@ pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
options PPPOE_SERVER # Enable PPPoE server via link0
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.554 2020/01/09 00:42:24 manu Exp $
# $NetBSD: GENERIC,v 1.555 2020/01/19 01:25:04 thorpej 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.554 $"
#ident "GENERIC-$Revision: 1.555 $"
maxusers 64 # estimated number of users
@ -1149,7 +1149,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: MODULAR,v 1.13 2019/12/31 15:07:22 pgoyette Exp $
# $NetBSD: MODULAR,v 1.14 2020/01/19 01:25:04 thorpej Exp $
#
# Try to exclude all the drivers in GENERIC that have been modularized
# XXX: incomplete
@ -134,7 +134,6 @@ options MODULAR_DEFAULT_AUTOLOAD
-no pseudo-device ppp # Point-to-Point Protocol
-no pseudo-device pppoe # PPP over Ethernet (RFC 2516)
-no pseudo-device sl # Serial Line IP
-no pseudo-device strip # Starmode Radio IP (Metricom)
-no pseudo-device tun # network tunneling over tty
-no pseudo-device tap # virtual Ethernet
-no pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: ARCTIC,v 1.72 2018/08/01 20:04:10 maxv Exp $
# $NetBSD: ARCTIC,v 1.73 2020/01/19 01:25:04 thorpej Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@ -237,7 +237,6 @@ pseudo-device npf # NPF packet filter
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
#pseudo-device gre # generic L3 over IP tunnel
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.193 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: GENERIC,v 1.194 2020/01/19 01:25:04 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.193 $"
#ident "GENERIC-$Revision: 1.194 $"
maxusers 32 # estimated number of users
@ -451,7 +451,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: M403,v 1.68 2018/08/01 20:04:10 maxv Exp $
# $NetBSD: M403,v 1.69 2020/01/19 01:25:04 thorpej Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@ -186,7 +186,6 @@ pseudo-device npf # NPF packet filter
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
#pseudo-device gre # generic L3 over IP tunnel
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)

View File

@ -1,4 +1,4 @@
# $NetBSD: MIMORI,v 1.73 2018/08/01 20:04:10 maxv Exp $
# $NetBSD: MIMORI,v 1.74 2020/01/19 01:25:04 thorpej Exp $
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
#
# MIMORI -- My NEC RISCstation 2250 (ur)
@ -250,7 +250,6 @@ pseudo-device npf # NPF packet filter
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
pseudo-device gre # generic L3 over IP tunnel
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)

View File

@ -1,4 +1,4 @@
# $NetBSD: PICA,v 1.85 2018/08/01 20:04:10 maxv Exp $
# $NetBSD: PICA,v 1.86 2020/01/19 01:25:04 thorpej Exp $
#
# configuration file for ACER PICA system
#
@ -189,7 +189,6 @@ pseudo-device npf # NPF packet filter
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
#pseudo-device gre # generic L3 over IP tunnel
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)

View File

@ -1,4 +1,4 @@
# $NetBSD: RPC44,v 1.55 2018/08/01 20:04:10 maxv Exp $
# $NetBSD: RPC44,v 1.56 2020/01/19 01:25:04 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.55 $"
#ident "GENERIC-$Revision: 1.56 $"
maxusers 32 # estimated number of users
@ -264,7 +264,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.160 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: GENERIC,v 1.161 2020/01/19 01:25:04 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.160 $"
#ident "GENERIC-$Revision: 1.161 $"
maxusers 32
@ -278,7 +278,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.173 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: GENERIC,v 1.174 2020/01/19 01:25:04 thorpej Exp $
#
# GENERIC machine description file
#
@ -542,7 +542,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet
pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.109 2019/02/07 23:11:10 mrg Exp $
# $NetBSD: INSTALL,v 1.110 2020/01/19 01:25:04 thorpej Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@ -437,7 +437,6 @@ pseudo-device bpfilter # Berkeley packet filter
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
# miscellaneous pseudo-devices

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.162 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: GENERIC,v 1.163 2020/01/19 01:25:04 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.162 $"
#ident "GENERIC-$Revision: 1.163 $"
maxusers 32
@ -317,7 +317,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.70 2018/12/12 06:29:36 maxv Exp $
# $NetBSD: INSTALL,v 1.71 2020/01/19 01:25:04 thorpej Exp $
#
# INSTALL -- installation and rescue kernel.
#
@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.70 $"
#ident "INSTALL-$Revision: 1.71 $"
makeoptions COPTS="-Os -mmemcpy"
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
@ -295,7 +295,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: ARMADILLO-IOT-G3,v 1.19 2019/07/24 12:33:18 hkenken Exp $
# $NetBSD: ARMADILLO-IOT-G3,v 1.20 2020/01/19 01:25:04 thorpej Exp $
#
# ARMADILLO-IOT-G3 -- Atmark Techno, Armadillo-IoT G3
#
@ -326,7 +326,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: ARMADILLO210,v 1.43 2018/08/01 20:04:10 maxv Exp $
# $NetBSD: ARMADILLO210,v 1.44 2020/01/19 01:25:04 thorpej Exp $
#
# ARMADILLO210 -- Atmark Techno, Armadillo-210
#
@ -174,7 +174,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: ARMADILLO9,v 1.60 2018/08/01 20:04:10 maxv Exp $
# $NetBSD: ARMADILLO9,v 1.61 2020/01/19 01:25:04 thorpej Exp $
#
# ARMADILLO9 -- Atmark Techno, Armadillo-9
#
@ -261,7 +261,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: CUBOX,v 1.14 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: CUBOX,v 1.15 2020/01/19 01:25:04 thorpej Exp $
#
# CUBOX -- SolidRun Ltd. Cubox kernel
#
@ -327,7 +327,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: CUBOX-I,v 1.23 2019/08/11 19:34:04 skrll Exp $
# $NetBSD: CUBOX-I,v 1.24 2020/01/19 01:25:04 thorpej Exp $
#
# CuBox-i
# - http://www.solid-run.com/products/cubox-i-mini-computer/
@ -349,7 +349,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet

View File

@ -1,5 +1,5 @@
#
# $NetBSD: DUOVERO,v 1.14 2019/08/11 19:34:04 skrll Exp $
# $NetBSD: DUOVERO,v 1.15 2020/01/19 01:25:04 thorpej Exp $
#
# DUOOVERO -- Gumstix. Inc. DuoVero COMS platforms kernel
#
@ -259,7 +259,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: GUMSTIX,v 1.101 2019/08/21 04:17:40 msaitoh Exp $
# $NetBSD: GUMSTIX,v 1.102 2020/01/19 01:25:04 thorpej Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@ -355,7 +355,6 @@ pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#options PPPOE_SERVER # Enable PPPoE server via link0
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: HDL_G,v 1.57 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: HDL_G,v 1.58 2020/01/19 01:25:04 thorpej Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@ -394,7 +394,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: HPT5325,v 1.42 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: HPT5325,v 1.43 2020/01/19 01:25:04 thorpej Exp $
#
# This configuration supports for HP T5325 Thin Client
#
@ -457,7 +457,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: IMX6UL-STARTER,v 1.13 2019/07/24 12:33:18 hkenken Exp $
# $NetBSD: IMX6UL-STARTER,v 1.14 2020/01/19 01:25:04 thorpej Exp $
#
# IMX6UL-STARTER - Freescale i.MX6UL Evaluation Board
#
@ -335,7 +335,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: IYONIX,v 1.2 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: IYONIX,v 1.3 2020/01/19 01:25:04 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.iyonix"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.2 $"
#ident "GENERIC-$Revision: 1.3 $"
maxusers 32 # estimated number of users
@ -376,7 +376,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: MARVELL_NAS,v 1.34 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: MARVELL_NAS,v 1.35 2020/01/19 01:25:04 thorpej Exp $
#
# This configuration supports for generically Marvell NAS.
@ -272,7 +272,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: MINI2440,v 1.26 2019/02/06 11:58:30 rin Exp $
# $NetBSD: MINI2440,v 1.27 2020/01/19 01:25:04 thorpej Exp $
#
# MINI2440 -- Friendly ARM evaluation board based on Samsung S3C2440
#
@ -362,7 +362,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: MMNET_GENERIC,v 1.46 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: MMNET_GENERIC,v 1.47 2020/01/19 01:25:04 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mmnet"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.46 $"
#ident "GENERIC-$Revision: 1.47 $"
maxusers 32 # estimated number of users
@ -558,7 +558,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: MPCSA_GENERIC,v 1.67 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: MPCSA_GENERIC,v 1.68 2020/01/19 01:25:04 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mpcsa"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.67 $"
#ident "GENERIC-$Revision: 1.68 $"
maxusers 32 # estimated number of users
@ -623,7 +623,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: MV2120,v 1.40 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: MV2120,v 1.41 2020/01/19 01:25:04 thorpej Exp $
#
# This configuration supports for HP MV2120/MV5140/MV5150.
@ -271,7 +271,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS_A6,v 1.36 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: OPENBLOCKS_A6,v 1.37 2020/01/19 01:25:04 thorpej Exp $
#
# OPENBLOCKS_A6 -- Plat'Home. OpenBlockS A6 kernel
#
@ -343,7 +343,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS_AX3,v 1.28 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: OPENBLOCKS_AX3,v 1.29 2020/01/19 01:25:04 thorpej Exp $
#
# OPENBLOCKS_AX3 -- Plat'Home. OpenBlockS AX3 kernel
#
@ -279,7 +279,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,5 +1,5 @@
#
# $NetBSD: PEPPER,v 1.12 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: PEPPER,v 1.13 2020/01/19 01:25:04 thorpej Exp $
#
# PEPPER -- Gumstix. Inc. Pepper Single Board Computer platforms kernel
#
@ -321,7 +321,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,5 +1,5 @@
#
# $NetBSD: RPI,v 1.87 2019/06/22 07:58:55 skrll Exp $
# $NetBSD: RPI,v 1.88 2020/01/19 01:25:04 thorpej Exp $
#
# RPi -- Raspberry Pi
#
@ -221,7 +221,6 @@ options WSDISPLAY_DEFAULTSCREENS=4
#pseudo-device npf # NPF packet filter
#pseudo-device kttcp # network loopback
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device faith # IPv[46] TCP relay translation i/f
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation

View File

@ -1,4 +1,4 @@
# $NetBSD: SHEEVAPLUG,v 1.64 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: SHEEVAPLUG,v 1.65 2020/01/19 01:25:04 thorpej Exp $
#
# This configuration supports for generically Marvell SheevaPlug
#
@ -455,7 +455,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2410,v 1.71 2019/04/13 08:22:59 isaki Exp $
# $NetBSD: SMDK2410,v 1.72 2020/01/19 01:25:04 thorpej Exp $
#
# SMDK2410 -- Samsung's S3C2410 evaluation board.
#
@ -337,7 +337,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2800,v 1.61 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: SMDK2800,v 1.62 2020/01/19 01:25:05 thorpej Exp $
#
# SMDK2800 -- Samsung's S3C2800 evaluation board.
#
@ -211,7 +211,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: TWINTAIL,v 1.75 2019/08/21 04:17:40 msaitoh Exp $
# $NetBSD: TWINTAIL,v 1.76 2020/01/19 01:25:05 thorpej Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@ -368,7 +368,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,11 +1,11 @@
# $NetBSD: ADM5120,v 1.28 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: ADM5120,v 1.29 2020/01/19 01:25:05 thorpej Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
#ident "GENERIC-$Revision: 1.28 $"
#ident "GENERIC-$Revision: 1.29 $"
maxusers 32
@ -113,7 +113,6 @@ pseudo-device carp # Common Address Redundancy Protocol
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device gre # generic L3 over IP tunnel
#pseudo-device ipip # RFC 2003 IP Encapsulation

View File

@ -1,11 +1,11 @@
# $NetBSD: ADM5120-NB,v 1.26 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: ADM5120-NB,v 1.27 2020/01/19 01:25:05 thorpej Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
#ident "GENERIC-$Revision: 1.26 $"
#ident "GENERIC-$Revision: 1.27 $"
maxusers 32
@ -137,7 +137,6 @@ pseudo-device carp # Common Address Redundancy Protocol
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device gre # generic L3 over IP tunnel
#pseudo-device ipip # RFC 2003 IP Encapsulation

View File

@ -1,11 +1,11 @@
# $NetBSD: ADM5120-USB,v 1.28 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: ADM5120-USB,v 1.29 2020/01/19 01:25:05 thorpej Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
#ident "GENERIC-$Revision: 1.28 $"
#ident "GENERIC-$Revision: 1.29 $"
maxusers 32
@ -113,7 +113,6 @@ pseudo-device carp # Common Address Redundancy Protocol
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device gre # generic L3 over IP tunnel
#pseudo-device ipip # RFC 2003 IP Encapsulation

View File

@ -1,11 +1,11 @@
# $NetBSD: ALCHEMY,v 1.67 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: ALCHEMY,v 1.68 2020/01/19 01:25:05 thorpej Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
#ident "ALCHEMY-$Revision: 1.67 $"
#ident "ALCHEMY-$Revision: 1.68 $"
maxusers 32
@ -237,7 +237,6 @@ pseudo-device npf # NPF packet filter
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,10 +1,10 @@
# $NetBSD: AP30,v 1.39 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: AP30,v 1.40 2020/01/19 01:25:05 thorpej Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "AP30-$Revision: 1.39 $"
#ident "AP30-$Revision: 1.40 $"
maxusers 32
@ -170,7 +170,6 @@ pseudo-device carp # Common Address Redundancy Protocol
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: CI20,v 1.28 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: CI20,v 1.29 2020/01/19 01:25:05 thorpej Exp $
#
# MIPS Creator CI20
#
@ -7,7 +7,7 @@ include "arch/evbmips/conf/std.ingenic"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "CI20-$Revision: 1.28 $"
#ident "CI20-$Revision: 1.29 $"
maxusers 32
@ -252,7 +252,6 @@ pseudo-device carp # Common Address Redundancy Protocol
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: DB120,v 1.22 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: DB120,v 1.23 2020/01/19 01:25:05 thorpej Exp $
#
# Qualcomm Atheros AR9344 DB120 evaluation board.
#
@ -7,7 +7,7 @@ include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "DB120-$Revision: 1.22 $"
#ident "DB120-$Revision: 1.23 $"
maxusers 32
@ -190,7 +190,6 @@ pseudo-device carp # Common Address Redundancy Protocol
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,11 +1,11 @@
# $NetBSD: ERLITE,v 1.23 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: ERLITE,v 1.24 2020/01/19 01:25:05 thorpej Exp $
include "arch/mips/conf/std.octeon"
include "arch/evbmips/conf/files.octeon"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ERLITE-$Revision: 1.23 $"
#ident "ERLITE-$Revision: 1.24 $"
maxusers 32
@ -155,7 +155,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # Point-to-Point Protocol over Ethernet
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: LINKITSMART7688,v 1.11 2019/02/06 11:58:31 rin Exp $
# $NetBSD: LINKITSMART7688,v 1.12 2020/01/19 01:25:05 thorpej Exp $
#
# MediaTek MT7688
#
@ -242,7 +242,6 @@ pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#options PPPOE_SERVER # Enable PPPoE server via link0
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,10 +1,10 @@
# $NetBSD: MALTA,v 1.96 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: MALTA,v 1.97 2020/01/19 01:25:05 thorpej Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MALTA-$Revision: 1.96 $"
#ident "MALTA-$Revision: 1.97 $"
maxusers 32
@ -300,7 +300,6 @@ pseudo-device carp # Common Address Redundancy Protocol
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,10 +1,10 @@
# $NetBSD: MERAKI,v 1.33 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: MERAKI,v 1.34 2020/01/19 01:25:05 thorpej Exp $
include "arch/evbmips/conf/std.meraki"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MERAKI-$Revision: 1.33 $"
#ident "MERAKI-$Revision: 1.34 $"
maxusers 32
@ -177,7 +177,6 @@ pseudo-device carp # Common Address Redundancy Protocol
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,10 +1,10 @@
# $NetBSD: RB153,v 1.23 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: RB153,v 1.24 2020/01/19 01:25:05 thorpej Exp $
#
# Example kernel config for the RouterBOARD 153.
include "arch/evbmips/conf/std.adm5120"
#ident "RB153-$Revision: 1.23 $"
#ident "RB153-$Revision: 1.24 $"
maxusers 32
@ -109,7 +109,6 @@ pseudo-device carp # Common Address Redundancy Protocol
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
pseudo-device gre # generic L3 over IP tunnel
#pseudo-device ipip # RFC 2003 IP Encapsulation

View File

@ -1,10 +1,10 @@
# $NetBSD: RB433UAH,v 1.19 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: RB433UAH,v 1.20 2020/01/19 01:25:05 thorpej Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "RB433UAH-$Revision: 1.19 $"
#ident "RB433UAH-$Revision: 1.20 $"
maxusers 32
@ -180,7 +180,6 @@ pseudo-device carp # Common Address Redundancy Protocol
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,10 +1,10 @@
# $NetBSD: SBMIPS,v 1.9 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: SBMIPS,v 1.10 2020/01/19 01:25:05 thorpej Exp $
include "arch/evbmips/conf/std.sbmips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.9 $"
#ident "GENERIC-$Revision: 1.10 $"
#options LOCKDEBUG # XXX XXX XXX XXX
#options DEBUG # extra kernel debugging support
@ -179,7 +179,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet

View File

@ -1,10 +1,10 @@
# $NetBSD: WGT624V3,v 1.29 2018/12/30 14:51:36 sevan Exp $
# $NetBSD: WGT624V3,v 1.30 2020/01/19 01:25:05 thorpej Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "WGT624V3-$Revision: 1.29 $"
#ident "WGT624V3-$Revision: 1.30 $"
maxusers 32
@ -156,7 +156,6 @@ pseudo-device bpfilter # Berkeley packet filter
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,8 +1,8 @@
# $NetBSD: XLSATX,v 1.29 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: XLSATX,v 1.30 2020/01/19 01:25:05 thorpej Exp $
include "arch/evbmips/conf/std.rmixl"
#ident "XLSATX-$Revision: 1.29 $"
#ident "XLSATX-$Revision: 1.30 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@ -190,7 +190,6 @@ pseudo-device npf # NPF packet filter
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: EXPLORA451,v 1.64 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: EXPLORA451,v 1.65 2020/01/19 01:25:05 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
@ -158,7 +158,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS266,v 1.75 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: OPENBLOCKS266,v 1.76 2020/01/19 01:25:05 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs266"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "OPENBLOCKS266-$Revision: 1.75 $"
#ident "OPENBLOCKS266-$Revision: 1.76 $"
maxusers 32
@ -186,7 +186,6 @@ pseudo-device npf # NPF packet filter
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS600,v 1.27 2019/04/26 21:40:29 sevan Exp $
# $NetBSD: OPENBLOCKS600,v 1.28 2020/01/19 01:25:05 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs600"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "OPENBLOCKS600-$Revision: 1.27 $"
#ident "OPENBLOCKS600-$Revision: 1.28 $"
maxusers 32
@ -189,7 +189,6 @@ pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#options PPPOE_SERVER # Enable PPPoE server via link0
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.58 2019/04/26 21:40:30 sevan Exp $
# $NetBSD: GENERIC,v 1.59 2020/01/19 01:25:05 thorpej Exp $
#
# GENERIC machine description file
# This machine description file is used to generate the default NetBSD
@ -25,7 +25,7 @@ include "arch/ews4800mips/conf/std.ews4800mips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.58 $"
#ident "GENERIC-$Revision: 1.59 $"
maxusers 16
@ -234,7 +234,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.24 2019/12/23 19:30:12 christos Exp $
# $NetBSD: RAMDISK,v 1.25 2020/01/19 01:25:05 thorpej Exp $
#
# kernel config file with memory disk for installation
#
@ -79,7 +79,6 @@ no pseudo-device putter
no pseudo-device ipfilter
no pseudo-device ppp
no pseudo-device pppoe
no pseudo-device strip
no pseudo-device tap
no pseudo-device tun
no pseudo-device gre

View File

@ -1,4 +1,4 @@
# $NetBSD: IPAQ,v 1.82 2019/04/26 21:40:30 sevan Exp $
# $NetBSD: IPAQ,v 1.83 2020/01/19 01:25:05 thorpej Exp $
#
# iPAQ H3600 -- Windows-CE based PDA
#
@ -185,7 +185,6 @@ pseudo-device tun # 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 strip # STarmode Radio IP (Metricon Ricochet)
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA720,v 1.103 2019/04/26 21:40:30 sevan Exp $
# $NetBSD: JORNADA720,v 1.104 2020/01/19 01:25:05 thorpej Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.sa11x0"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.103 $"
#ident "GENERIC-$Revision: 1.104 $"
# estimated number of users
maxusers 32
@ -270,7 +270,6 @@ pseudo-device tun # 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 strip # STarmode Radio IP (Metricon Ricochet)
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA820,v 1.40 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: JORNADA820,v 1.41 2020/01/19 01:25:05 thorpej Exp $
#
# JORNADA -- Windows-CE based jornada 820
#
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.sa11x0"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.40 $"
#ident "GENERIC-$Revision: 1.41 $"
# estimated number of users
maxusers 32
@ -232,7 +232,6 @@ saost* at saip? addr 0x90000000 size 0x20
#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 strip # STarmode Radio IP (Metricon Ricochet)
#pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: NETBOOKPRO,v 1.29 2019/08/21 04:17:40 msaitoh Exp $
# $NetBSD: NETBOOKPRO,v 1.30 2020/01/19 01:25:05 thorpej Exp $
#
# NETBOOKPRO -- Psion Teklogix NETBOOK PRO
#
@ -8,7 +8,7 @@ include "arch/hpcarm/conf/files.netbookpro"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.29 $"
#ident "GENERIC-$Revision: 1.30 $"
# estimated number of users
maxusers 32
@ -289,7 +289,6 @@ pseudo-device tun # 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 strip # STarmode Radio IP (Metricon Ricochet)
#pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: WZERO3,v 1.50 2019/08/21 04:17:40 msaitoh Exp $
# $NetBSD: WZERO3,v 1.51 2020/01/19 01:25:05 thorpej Exp $
#
# WZERO3 -- Sharp Windows Mobile 5 based PDA
#
@ -8,7 +8,7 @@ include "arch/hpcarm/conf/files.wzero3"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.50 $"
#ident "GENERIC-$Revision: 1.51 $"
# estimated number of users
maxusers 32
@ -287,7 +287,6 @@ pseudo-device tun # 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 strip # STarmode Radio IP (Metricon Ricochet)
#pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.27 2019/04/26 21:40:30 sevan Exp $
# $NetBSD: GENERIC,v 1.28 2020/01/19 01:25:05 thorpej Exp $
#
# GENERIC machine description file
#
@ -23,7 +23,7 @@ include "arch/hppa/conf/std.hppa"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
#ident "GENERIC-$Revision: 1.27 $"
#ident "GENERIC-$Revision: 1.28 $"
maxusers 32 # estimated number of users
@ -728,7 +728,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.480 2020/01/17 15:00:20 maya Exp $
# $NetBSD: ALL,v 1.481 2020/01/19 01:25:05 thorpej Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.480 $"
#ident "ALL-$Revision: 1.481 $"
maxusers 64 # estimated number of users
@ -1758,7 +1758,6 @@ pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
options PPPOE_SERVER # Enable PPPoE server via link0
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.1218 2020/01/01 10:36:43 ryo Exp $
# $NetBSD: GENERIC,v 1.1219 2020/01/19 01:25:05 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.1218 $"
#ident "GENERIC-$Revision: 1.1219 $"
maxusers 64 # estimated number of users
@ -1462,7 +1462,6 @@ pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#options PPPOE_SERVER # Enable PPPoE server via link0
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.163 2019/02/06 11:58:31 rin Exp $
# $NetBSD: GENERIC_TINY,v 1.164 2020/01/19 01:25:05 thorpej Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@ -519,7 +519,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_FLOPPY,v 1.49 2019/02/06 11:58:31 rin Exp $
# $NetBSD: INSTALL_FLOPPY,v 1.50 2020/01/19 01:25:05 thorpej Exp $
#
# INSTALL - Installation kernel.
#
@ -743,7 +743,6 @@ pseudo-device bpfilter # Berkeley packet filter
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_TINY,v 1.159 2019/01/27 08:53:30 maxv Exp $
# $NetBSD: INSTALL_TINY,v 1.160 2020/01/19 01:25:05 thorpej Exp $
#
# This kernel should be derived from INSTALL (which is derived
# from GENERIC) with some features commented out.
@ -479,7 +479,6 @@ pseudo-device md # memory disk device (ramdisk)
pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
# miscellaneous pseudo-devices

View File

@ -1,4 +1,4 @@
# $NetBSD: NET4501,v 1.102 2018/08/01 16:59:10 maxv Exp $
# $NetBSD: NET4501,v 1.103 2020/01/19 01:25:05 thorpej Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "NET4501-$Revision: 1.102 $"
#ident "NET4501-$Revision: 1.103 $"
maxusers 32 # estimated number of users
@ -244,7 +244,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet
pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3PAE_DOM0,v 1.15 2019/08/21 12:16:07 maxv Exp $
# $NetBSD: XEN3PAE_DOM0,v 1.16 2020/01/19 01:25:05 thorpej Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@ -819,7 +819,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.SKI,v 1.15 2018/08/14 06:37:59 maxv Exp $
# $NetBSD: GENERIC.SKI,v 1.16 2020/01/19 01:25:06 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/ia64/conf/std.ia64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.15 $"
#ident "GENERIC-$Revision: 1.16 $"
maxusers 32 # estimated number of users
@ -137,7 +137,6 @@ pseudo-device loop # network loopback
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#options PPPOE_SERVER # Enable PPPoE server via link0
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.107 2019/04/26 21:40:30 sevan Exp $
# $NetBSD: GENERIC,v 1.108 2020/01/19 01:25:06 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/iyonix/conf/std.iyonix"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.107 $"
#ident "GENERIC-$Revision: 1.108 $"
maxusers 32 # estimated number of users
@ -376,7 +376,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device irframetty # IrDA frame line discipline
#pseudo-device tap # virtual Ethernet
#pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.63 2019/04/26 21:40:30 sevan Exp $
# $NetBSD: GENERIC,v 1.64 2020/01/19 01:25:06 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/landisk/conf/std.landisk"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.63 $"
#ident "GENERIC-$Revision: 1.64 $"
maxusers 16 # estimated number of users
@ -437,7 +437,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device irframetty # IrDA frame line discipline
pseudo-device tap # virtual Ethernet
pseudo-device tun # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.228 2019/04/26 21:40:31 sevan Exp $
# $NetBSD: GENERIC,v 1.229 2020/01/19 01:25:06 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.228 $"
#ident "GENERIC-$Revision: 1.229 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@ -309,7 +309,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.94 2019/04/26 21:40:31 sevan Exp $
# $NetBSD: GENERIC,v 1.95 2020/01/19 01:25:06 thorpej Exp $
#
# GENERIC machine description file
#
@ -169,7 +169,6 @@ pseudo-device carp # Common Address Redundancy Protocol
# options RF_INCLUDE_PARITY_DECLUSTERING=1
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device fss # file system snapshot device
#pseudo-device strip # radio clock
#pseudo-device npf # NPF packet filter
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging

View File

@ -1,5 +1,5 @@
#
# $NetBSD: RC3230,v 1.50 2018/08/01 20:04:12 maxv Exp $
# $NetBSD: RC3230,v 1.51 2020/01/19 01:25:06 thorpej Exp $
#
include "arch/mipsco/conf/std.mipsco"
@ -127,7 +127,6 @@ pseudo-device vnd # disk-like interface to files
pseudo-device ccd # concatenated and striped disks
#pseudo-device raid # RAIDframe disk driver
#pseudo-device fss # file system snapshot device
#pseudo-device strip # radio clock
#pseudo-device npf # NPF packet filter
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.126 2019/04/26 21:40:31 sevan Exp $
# $NetBSD: GENERIC,v 1.127 2020/01/19 01:25:06 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mmeye/conf/std.mmeye"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.126 $"
#ident "GENERIC-$Revision: 1.127 $"
maxusers 16 # estimated number of users
@ -203,7 +203,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet
pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: MMEYE_WLF,v 1.28 2019/04/26 22:46:03 sevan Exp $
# $NetBSD: MMEYE_WLF,v 1.29 2020/01/19 01:25:06 thorpej Exp $
#
# MMEYE_WLF -- Brains Inc. MMEYE-WLF platforms kernel
#
@ -22,7 +22,7 @@ include "arch/mmeye/conf/std.mmeye"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.28 $"
#ident "GENERIC-$Revision: 1.29 $"
maxusers 16 # estimated number of users
@ -235,7 +235,6 @@ pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device sl # Serial Line IP
pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet
pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTA,v 1.53 2018/08/01 20:04:12 maxv Exp $
# $NetBSD: MMTA,v 1.54 2020/01/19 01:25:06 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
@ -207,7 +207,6 @@ pseudo-device vnd # disk-like interface to files
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
# miscellaneous pseudo-devices

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAICE,v 1.57 2018/08/01 20:04:12 maxv Exp $
# $NetBSD: MMTAICE,v 1.58 2020/01/19 01:25:06 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
@ -226,7 +226,6 @@ pseudo-device vnd # disk-like interface to files
pseudo-device loop # network loopback
pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device tun # network tunneling over tty
# miscellaneous pseudo-devices

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAROMNEW,v 1.54 2018/08/01 20:04:12 maxv Exp $
# $NetBSD: MMTAROMNEW,v 1.55 2020/01/19 01:25:06 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
@ -211,7 +211,6 @@ cinclude "arch/mmeye/conf/GENERIC.local"
#pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
# miscellaneous pseudo-devices

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.28 2018/08/01 20:04:12 maxv Exp $
# $NetBSD: GENERIC,v 1.29 2020/01/19 01:25:06 thorpej Exp $
#
include "arch/mvmeppc/conf/std.mvmeppc"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "GENERIC-$Revision: 1.28 $"
ident "GENERIC-$Revision: 1.29 $"
maxusers 8
@ -227,7 +227,6 @@ pseudo-device loop # network loopback
#pseudo-device ppp # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
#pseudo-device sl # Serial Line IP
#pseudo-device strip # Starmode Radio IP (Metricom)
#pseudo-device tun # network tunneling over tty
#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.133 2019/04/26 21:40:31 sevan Exp $
# $NetBSD: GENERIC,v 1.134 2020/01/19 01:25:06 thorpej Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/news68k/conf/std.news68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.133 $"
#ident "GENERIC-$Revision: 1.134 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@ -237,7 +237,6 @@ pseudo-device gre # generic L3 over IP tunnel
pseudo-device bpfilter # Berkeley Packet Filter
pseudo-device carp # Common Address Redundancy Protocol
pseudo-device npf # NPF packet filter
pseudo-device strip # Starmode Radio IP (Metricom)
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

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.88 2018/12/19 13:57:49 maxv Exp $
# $NetBSD: GENERIC_TINY,v 1.89 2020/01/19 01:25:06 thorpej Exp $
# news68k GENERIC config file for low memory machines;
#
@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC_TINY-$Revision: 1.88 $"
#ident "GENERIC_TINY-$Revision: 1.89 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@ -204,7 +204,6 @@ pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel
pseudo-device bpfilter # Berkeley Packet Filter
#pseudo-device npf # NPF packet filter
#pseudo-device strip # Starmode Radio IP (Metricom)
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

View File

@ -1,4 +1,4 @@
# $NetBSD: LIBERO,v 1.68 2018/12/19 13:57:49 maxv Exp $
# $NetBSD: LIBERO,v 1.69 2020/01/19 01:25:06 thorpej Exp $
# NEWS1750 config file;
#
@ -151,7 +151,6 @@ pseudo-device vnd # disk-like interface to files
#pseudo-device gre # generic L3 over IP tunnel
pseudo-device bpfilter # Berkeley Packet Filter
#pseudo-device npf # NPF packet filter
#pseudo-device strip # Starmode Radio IP (Metricom)
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

View File

@ -1,4 +1,4 @@
# $NetBSD: NEWS1200,v 1.68 2018/12/19 13:57:49 maxv Exp $
# $NetBSD: NEWS1200,v 1.69 2020/01/19 01:25:06 thorpej Exp $
# news1200 config file
#
@ -127,7 +127,6 @@ pseudo-device tun # Network "tunnel" device
#pseudo-device gre # generic L3 over IP tunnel
pseudo-device bpfilter # Berkeley Packet Filter
pseudo-device npf # NPF packet filter
#pseudo-device strip # Starmode Radio IP (Metricom)
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith # IPv[46] tcp relay translation i/f
#pseudo-device vcoda # coda minicache <-> venus comm.

Some files were not shown because too many files have changed in this diff Show More