Deleted Added
full compact
hatm.4 (208027) hatm.4 (267938)
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" Author: Hartmut Brandt <harti@FreeBSD.org>
28.\"
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" Author: Hartmut Brandt <harti@FreeBSD.org>
28.\"
29.\" $FreeBSD: head/share/man/man4/hatm.4 208027 2010-05-13 12:07:55Z uqs $
29.\" $FreeBSD: head/share/man/man4/hatm.4 267938 2014-06-26 21:46:14Z bapt $
30.\"
31.\" hatm(4) man page
32.\"
33.Dd May 15, 2003
34.Dt HATM 4
35.Os
36.Sh NAME
37.Nm hatm

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

259.Ed
260.Sh SEE ALSO
261.Xr natm 4 ,
262.Xr natmip 4 ,
263.Xr utopia 4 ,
264.Xr ifconfig 8 ,
265.Xr route 8
266.Sh AUTHORS
30.\"
31.\" hatm(4) man page
32.\"
33.Dd May 15, 2003
34.Dt HATM 4
35.Os
36.Sh NAME
37.Nm hatm

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

259.Ed
260.Sh SEE ALSO
261.Xr natm 4 ,
262.Xr natmip 4 ,
263.Xr utopia 4 ,
264.Xr ifconfig 8 ,
265.Xr route 8
266.Sh AUTHORS
267.An Harti Brandt Aq harti@FreeBSD.org
267.An Harti Brandt Aq Mt harti@FreeBSD.org
268.Sh CAVEATS
269When putting a HE155 into a 64-bit 66MHz PCI slot the machine may hang.
270This occurs very early in the POST so that even the display does not turn on.
271The HE155 runs only in 33MHz slots (either 32 or 64-bit).
272HE622 cards work just fine in 64-bit slots.
273.Pp
274The driver may not work with bounce buffer, because of
275.Xr bus_dmamap_sync 9
276missing the
277.Fa offset
278and
279.Fa len
280arguments the
281.Nx
282function has.
268.Sh CAVEATS
269When putting a HE155 into a 64-bit 66MHz PCI slot the machine may hang.
270This occurs very early in the POST so that even the display does not turn on.
271The HE155 runs only in 33MHz slots (either 32 or 64-bit).
272HE622 cards work just fine in 64-bit slots.
273.Pp
274The driver may not work with bounce buffer, because of
275.Xr bus_dmamap_sync 9
276missing the
277.Fa offset
278and
279.Fa len
280arguments the
281.Nx
282function has.