0615d0207e
NAME tap - virtual Ethernet device SYNOPSIS pseudo-device tap DESCRIPTION The tap driver allows the creation and use of virtual Ethernet devices. Those interfaces appear just as any real Ethernet NIC to the kernel, but can also be accessed by userland through a character device node in order to read frames being sent by the system or to inject frames. In that respect it is very similar to what tun(4) provides, but the added Ethernet layer allows easy integration with machine emulators or virtual Ethernet networks through the use of bridge(4) with tunneling. ``Qui tacet consentire videtur.''
22 lines
696 B
Plaintext
22 lines
696 B
Plaintext
# $NetBSD: majors,v 1.13 2005/01/08 22:27:54 cube Exp $
|
|
#
|
|
# Device majors for Machine-Independent drivers.
|
|
#
|
|
# Majors 0-143 are reserved for machine-dependent drivers and
|
|
# for traditional machine-specific MI driver major mapping.
|
|
#
|
|
# Majors 144-159 are reserved for local/vendor use.
|
|
#
|
|
# Majors 160-255 are used for the MI drivers.
|
|
|
|
device-major crypto char 160 crypto
|
|
device-major pf char 161 pf
|
|
device-major vinum char 162 block 162 vinum
|
|
device-major fss char 163 block 163 fss
|
|
device-major pps char 164 pps
|
|
device-major ptm char 165 pty
|
|
device-major atabus char 166 atabus
|
|
device-major drvctl char 167 drvctl
|
|
device-major dk char 168 block 168
|
|
device-major tap char 169 tap
|