Deleted Added
full compact
tl.4 (79538) tl.4 (79727)
1.\" Copyright (c) 1997, 1998
2.\" Bill Paul <wpaul@ctr.columbia.edu>. 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.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1997, 1998
2.\" Bill Paul <wpaul@ctr.columbia.edu>. 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.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/tl.4 79538 2001-07-10 15:31:11Z ru $
31.\" $FreeBSD: head/share/man/man4/tl.4 79727 2001-07-14 19:41:16Z schweikh $
32.\"
33.Dd May 1, 1998
34.Dt TL 4
35.Os
36.Sh NAME
37.Nm tl
38.Nd Texas Instruments ThunderLAN ethernet device driver
39.Sh SYNOPSIS

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

114.It "tl%d: no memory for rx list"
115The driver failed to allocate an mbuf for the receiver ring.
116.It "tl%d: no memory for tx list"
117The driver failed to allocate an mbuf for the transmitter ring when
118allocating a pad buffer or collapsing an mbuf chain into a cluster.
119.El
120.Sh SEE ALSO
121.Xr arp 4 ,
32.\"
33.Dd May 1, 1998
34.Dt TL 4
35.Os
36.Sh NAME
37.Nm tl
38.Nd Texas Instruments ThunderLAN ethernet device driver
39.Sh SYNOPSIS

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

114.It "tl%d: no memory for rx list"
115The driver failed to allocate an mbuf for the receiver ring.
116.It "tl%d: no memory for tx list"
117The driver failed to allocate an mbuf for the transmitter ring when
118allocating a pad buffer or collapsing an mbuf chain into a cluster.
119.El
120.Sh SEE ALSO
121.Xr arp 4 ,
122.Xr netintro 4 ,
122.Xr netintro 4 ,
123.Xr ng_ether 4 ,
124.Xr ifconfig 8
125.Sh HISTORY
126The
127.Nm
128device driver first appeared in
129.Fx 2.2 .
130.Sh AUTHORS
131The
132.Nm
133driver was written by
134.An Bill Paul Aq wpaul@ctr.columbia.edu .
123.Xr ng_ether 4 ,
124.Xr ifconfig 8
125.Sh HISTORY
126The
127.Nm
128device driver first appeared in
129.Fx 2.2 .
130.Sh AUTHORS
131The
132.Nm
133driver was written by
134.An Bill Paul Aq wpaul@ctr.columbia.edu .