]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/man/man4/en.4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / man / man4 / en.4
1 .\" $FreeBSD$
2 .\"
3 .Dd July 16, 2005
4 .Dt EN 4
5 .Os
6 .Sh NAME
7 .Nm en
8 .Nd "device driver for Midway-based ATM interfaces"
9 .Sh SYNOPSIS
10 To compile this driver into the kernel,
11 place the following lines in your
12 kernel configuration file:
13 .Bd -ragged -offset indent
14 .Cd "device en"
15 .Cd "device atm"
16 .Cd "device utopia"
17 .Ed
18 .Pp
19 Alternatively, to load the driver as a
20 module at boot time, place the following line in
21 .Xr loader.conf 5 :
22 .Bd -literal -offset indent
23 if_en_load="YES"
24 .Ed
25 .Sh DESCRIPTION
26 The
27 .Nm
28 device driver supports Midway-based ATM interfaces including the
29 Efficient Networks, Inc.\& ENI-155 and Adaptec ANA-59x0.
30 Midway is an AAL5 SAR (Segmentation and Reassembly) chip.
31 .Pp
32 For configuring the card for IP see
33 .Xr natmip 4 .
34 .Pp
35 The following sysctls are recognized by the driver additionally to those
36 handled by
37 .Xr utopia 4 :
38 .Bl -tag -width indent
39 .It Va hw.atm.enX.istats
40 Contains an array of
41 .Vt uint32_t
42 with internal driver statistics.
43 .It Va hw.atm.enX.debug
44 This is a bit map of debugging options.
45 This variable is only available when the driver is compiled with debugging
46 support.
47 .El
48 .Pp
49 The driver supports the media options
50 .Cm sdh ,
51 .Cm noscramb
52 and
53 .Cm unassigned
54 (see
55 .Xr utopia 4 ) .
56 .Sh DIAGNOSTICS
57 .Bd -literal
58 en0 <Efficient Networks ENI-155p> rev 0 int a irq 5 on pci0:16
59 en0: ATM midway v0, board IDs 6.0, Utopia (pipelined), 512KB on-board RAM
60 en0: maximum DMA burst length = 64 bytes
61 en0: 7 32KB receive buffers, 8 32KB transmit buffers allocated
62 .Ed
63 .Sh SEE ALSO
64 .Xr natm 4 ,
65 .Xr natmip 4 ,
66 .Xr utopia 4 ,
67 .Xr ifconfig 8 ,
68 .Xr route 8
69 .Sh AUTHORS
70 .An Chuck Cranor
71 of Washington University implemented
72 .Nm
73 driver in 1996 for
74 .Nx .
75 .Sh CAVEATS
76 The driver extensively uses DMA on PCI.
77 The first
78 generation PCI chipsets do not work or exhibit poor performance.