Deleted Added
full compact
ae.4 (210676) ae.4 (267938)
1.\" Copyright (c) 2008 Stanislav Sedov <stas@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2008 Stanislav Sedov <stas@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/ae.4 210676 2010-07-31 12:14:28Z joel $
25.\" $FreeBSD: head/share/man/man4/ae.4 267938 2014-06-26 21:46:14Z bapt $
26.\"
27.Dd October 4, 2008
28.Dt AE 4
29.Os
30.Sh NAME
31.Nm ae
32.Nd "Attansic/Atheros L2 FastEthernet controller driver"
33.Sh SYNOPSIS

--- 98 unchanged lines hidden (view full) ---

132.Xr netintro 4 ,
133.Xr ng_ether 4 ,
134.Xr vlan 4 ,
135.Xr ifconfig 8
136.Sh HISTORY
137The
138.Nm
139driver and this manual page was written by
26.\"
27.Dd October 4, 2008
28.Dt AE 4
29.Os
30.Sh NAME
31.Nm ae
32.Nd "Attansic/Atheros L2 FastEthernet controller driver"
33.Sh SYNOPSIS

--- 98 unchanged lines hidden (view full) ---

132.Xr netintro 4 ,
133.Xr ng_ether 4 ,
134.Xr vlan 4 ,
135.Xr ifconfig 8
136.Sh HISTORY
137The
138.Nm
139driver and this manual page was written by
140.An Stanislav Sedov
141.Aq stas@FreeBSD.org .
140.An Stanislav Sedov Aq Mt stas@FreeBSD.org .
142It first appeared in
143.Fx 7.1 .
144.Sh BUGS
145The Attansic L2 FastEthernet controller supports DMA but does not use a
146descriptor based transfer mechanism via scatter-gather DMA.
147Thus the data should be copied to/from the controller memory on each
148transmit/receive.
149Furthermore, a lot of data alignment restrictions apply.
150This may introduce a high CPU load on systems with heavy network activity.
151Luckily enough this should not be a problem on modern hardware as L2 does
152not support speeds faster than 100Mbps.
141It first appeared in
142.Fx 7.1 .
143.Sh BUGS
144The Attansic L2 FastEthernet controller supports DMA but does not use a
145descriptor based transfer mechanism via scatter-gather DMA.
146Thus the data should be copied to/from the controller memory on each
147transmit/receive.
148Furthermore, a lot of data alignment restrictions apply.
149This may introduce a high CPU load on systems with heavy network activity.
150Luckily enough this should not be a problem on modern hardware as L2 does
151not support speeds faster than 100Mbps.