Deleted Added
full compact
ntb.4 (255270) ntb.4 (267938)
1.\"
2.\" Copyright (c) 2013 Intel Corporation
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

26.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGES.
29.\"
30.\" ntb driver man page.
31.\"
32.\" Author: Carl Delsey <carl@FreeBSD.org>
33.\"
1.\"
2.\" Copyright (c) 2013 Intel Corporation
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

26.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGES.
29.\"
30.\" ntb driver man page.
31.\"
32.\" Author: Carl Delsey <carl@FreeBSD.org>
33.\"
34.\" $FreeBSD: head/share/man/man4/ntb.4 255270 2013-09-05 22:55:08Z carl $
34.\" $FreeBSD: head/share/man/man4/ntb.4 267938 2014-06-26 21:46:14Z bapt $
35.\"
36.Dd Apr 11, 2013
37.Dt NTB 4
38.Os
39.Sh NAME
40.Nm ntb ,
41.Nm ntb_hw ,
42.Nm if_ntb

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

89.Sh SEE ALSO
90.Xr rc.conf 5 ,
91.Xr sysctl 8
92.Sh AUTHORS
93.An -nosplit
94The
95.Nm
96driver was developed by Intel and originally written by
35.\"
36.Dd Apr 11, 2013
37.Dt NTB 4
38.Os
39.Sh NAME
40.Nm ntb ,
41.Nm ntb_hw ,
42.Nm if_ntb

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

89.Sh SEE ALSO
90.Xr rc.conf 5 ,
91.Xr sysctl 8
92.Sh AUTHORS
93.An -nosplit
94The
95.Nm
96driver was developed by Intel and originally written by
97.An Carl Delsey Aq carl@FreeBSD.org.
97.An Carl Delsey Aq Mt carl@FreeBSD.org .
98.Sh BUGS
99If the driver is unloaded, it cannot be reloaded without a system reboot.
100.Pp
101The network support is limited.
102It isn't fully configurable yet.
103It also isn't integrated into
104.Xr netgraph 4
105or
106.Xr bpf 4 .
107.Pp
108NTB to Root Port mode is not yet supported.
109.Pp
110There is no way to protect your system from malicious behavior on the other
111system once the link is brought up.
112Anyone with root or kernel access on the other system can read or write to
113any location on your system.
114In other words, only connect two systems that completely trust each other.
98.Sh BUGS
99If the driver is unloaded, it cannot be reloaded without a system reboot.
100.Pp
101The network support is limited.
102It isn't fully configurable yet.
103It also isn't integrated into
104.Xr netgraph 4
105or
106.Xr bpf 4 .
107.Pp
108NTB to Root Port mode is not yet supported.
109.Pp
110There is no way to protect your system from malicious behavior on the other
111system once the link is brought up.
112Anyone with root or kernel access on the other system can read or write to
113any location on your system.
114In other words, only connect two systems that completely trust each other.