diff options
author | schweikh <schweikh@FreeBSD.org> | 2001-05-01 09:15:30 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2001-05-01 09:15:30 +0000 |
commit | c91401db415d2ea35e9bde1b73b469590fd68f43 (patch) | |
tree | 6092b364195bbf7e7039623f00337083e387ae76 /share/man/man4/man4.i386/en.4 | |
parent | c41ac84ca2a81faea3d3c68414fbd865d9d6aaf1 (diff) | |
download | FreeBSD-src-c91401db415d2ea35e9bde1b73b469590fd68f43.zip FreeBSD-src-c91401db415d2ea35e9bde1b73b469590fd68f43.tar.gz |
pseudo-device -> device in kernel config lines. Removed whitespace at EOL.
Reviewed by: joerg, dd
Diffstat (limited to 'share/man/man4/man4.i386/en.4')
-rw-r--r-- | share/man/man4/man4.i386/en.4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/man4.i386/en.4 b/share/man/man4/man4.i386/en.4 index adf86a7..57c8569 100644 --- a/share/man/man4/man4.i386/en.4 +++ b/share/man/man4/man4.i386/en.4 @@ -8,9 +8,9 @@ .Nd device driver for Midway-based ATM interfaces .Sh SYNOPSIS .Cd "device en" -.Cd "pseudo-device atm" +.Cd "device atm" .Sh DESCRIPTION -The +The .Nm device driver supports Midway-based ATM interfaces including the Efficient Networks, Inc. ENI-155 and Adaptec ANA-59x0. @@ -24,13 +24,13 @@ To add a PVC to a host you must use the ``route'' command: .Dl # route add -iface <remote IP address> -link en0:z.0.x.y where x and y are the byte encoding of the VCI to use, and z is the byte encoding of the following flags. -.Dl 0x01 (use AAL5), +.Dl 0x01 (use AAL5), .Dl 0x02 (if using AAL5, use a LLCSNAP header) Thus, parameter 3 means AAL5 and LLC/SNAP encapsulation. Note that BPF works only with LLC/SNAP encapsulation. .Sh EXAMPLES Suppose you have 2 hosts 128.252.200.1 and 128.252.200.2 connected -by ATM through PVC # 201 (0xc9). +by ATM through PVC # 201 (0xc9). To enable the link use the following commands: .Dl on host 128.252.200.1: .Dl # ifconfig en0 128.252.200.1 netmask 0xffffff00 up @@ -51,12 +51,12 @@ The driver extensively uses DMA on PCI. The first generation PCI chipsets do not work or exhibit poor performance. .Sh SEE ALSO -.Xr ifconfig 8 , -.Xr pvcsif 8 , +.Xr ifconfig 8 , +.Xr pvcsif 8 , .Xr pvctxctl 8 , .Xr route 8 .Sh AUTHORS .An Chuck Cranor of Washington University implemented EN driver -in 1996 for +in 1996 for .Nx . |