Date: Mon, 30 Sep 2013 03:23:39 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42752 - head/en_US.ISO8859-1/htdocs/releases/9.2R Message-ID: <201309300323.r8U3Ndbq057665@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Mon Sep 30 03:23:39 2013 New Revision: 42752 URL: http://svnweb.freebsd.org/changeset/doc/42752 Log: Document r253860, r253776, r253233, r252903, r252899, r252898 Add man page references for: - ctl(4) - cxgbe(4) - setfib(1) - ixgbe(4) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml Mon Sep 30 02:33:43 2013 (r42751) +++ head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml Mon Sep 30 03:23:39 2013 (r42752) @@ -7,9 +7,13 @@ <!ENTITY manlink.begin "http://www.FreeBSD.org/cgi/man.cgi?manpath=&os;+&release.version;"> <!ENTITY man.awk.1 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=awk&sektion=1'>awk(1)</a>"> <!ENTITY man.less.1 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=less&sektion=1'>less(1)</a>"> +<!ENTITY man.setfib.1 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=setfib&sektion=1'>setfib(1)</a>"> <!ENTITY man.xz.1 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=xz&sektion=1'>xz(1)</a>"> <!ENTITY man.cam.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=cam&sektion=4'>cam(4)</a>"> +<!ENTITY man.ctl.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=ctlamp;sektion=4'>ctl(4)</a>"> +<!ENTITY man.cxgbe.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=cxgbe;sektion=4'>cxgbe(4)</a>"> <!ENTITY man.firewire.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=firewire&sektion=4'>firewire(4)</a>"> +<!ENTITY man.ixgbe.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=ixgbe;sektion=4'>ixgbe(4)</a>"> <!ENTITY man.virtio.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=virtio&sektion=4'>virtio(4)</a>"> <!ENTITY man.nvme.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=nvme&sektion=4'>nvme(4)</a>"> <!ENTITY man.oce.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=oce&sektion=4'>oce(4)</a>"> @@ -167,6 +171,34 @@ <p>Add support for the Chelsio 40G T5. [<a href="&svn.rev;252495">r252495</a>]</p></li> + <li> + <p>Update the &man.ixgbe.4; driver. [<a + href="&svn.rev;252898">r252898</a>]</p></li> + + <li> + <p>Update the Intel e1000 driver. [<a + href="&svn.rev;252899">r252899</a>]</p></li> + + <li> + <p>Add support for the HighPoint DC Series Data Center HBA + (DC7280 and R750). [<a + href="&svn.rev;252903">r252903</a>]</p></li> + + <li> + <p>Add service-specific &man.setfib.1; support. + This is enabled by setting: + <code><name>_fib</code> in &man.rc.conf.5;.[<a + href="&svn.rev;253233">r253233</a>]</p></li> + + <li> + <p>Update devices supported by &man.cxgbe.4;. [<a + href="&svn.rev;253776">r253776</a>]</p></li> + + <li> + <p>Remove &man.ctl.4; from the GENERIC kernel configuration. + [<a + href="&svn.rev;253860">r253860</a>]</p></li> + </ul> </body>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309300323.r8U3Ndbq057665>