diff options
author | ru <ru@FreeBSD.org> | 2004-12-16 11:19:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-16 11:19:29 +0000 |
commit | 352b27f35fcc6d3d9278bfb53753e8572ab1aebb (patch) | |
tree | 9fc2234825b186c7255379fe91b7f0af14f4624c /share/man/man4/ti.4 | |
parent | d3504131a5f81074640bb9c04d7eec5b767c3743 (diff) | |
download | FreeBSD-src-352b27f35fcc6d3d9278bfb53753e8572ab1aebb.zip FreeBSD-src-352b27f35fcc6d3d9278bfb53753e8572ab1aebb.tar.gz |
Reflect the removal of jumbo(9).
Diffstat (limited to 'share/man/man4/ti.4')
-rw-r--r-- | share/man/man4/ti.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ti.4 b/share/man/man4/ti.4 index 676f49f..d714361 100644 --- a/share/man/man4/ti.4 +++ b/share/man/man4/ti.4 @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 3, 2004 +.Dd December 6, 2004 .Dt TI 4 .Os .Sh NAME @@ -86,7 +86,7 @@ for more discussion on zero copy receive and header splitting. The .Nm driver normally uses jumbo receive buffers allocated by the -.Xr jumbo 9 +.Xr sendfile 2 buffer allocator, but can be configured to use its own private pool of jumbo buffers that are contiguous instead of buffers from the jumbo allocator, which are made up of multiple page sized chunks. @@ -300,12 +300,12 @@ The device has stopped responding to the network, or there is a problem with the network connection (cable). .El .Sh SEE ALSO +.Xr sendfile 2 , .Xr arp 4 , .Xr netintro 4 , .Xr ng_ether 4 , .Xr vlan 4 , .Xr ifconfig 8 , -.Xr jumbo 9 , .Xr zero_copy 9 .Sh HISTORY The |