diff --git a/en/releases/7.1R/errata.html b/en/releases/7.1R/errata.html index 9fbbe611fc..1e652e9e6a 100644 --- a/en/releases/7.1R/errata.html +++ b/en/releases/7.1R/errata.html @@ -19,7 +19,7 @@ alink="#0000FF">

$FreeBSD: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml -186755 2009-01-05 03:50:04Z hrs $
+186763 2009-01-05 08:33:56Z hrs $

@@ -135,6 +135,12 @@ class="EMPHASIS">em0 or em1, etc) check the fourth column. If that says chip=0x10a78086 (or one of the other two IDs given above) you will have the adapter's name change.

+
+ +
+
+

4 Late-Breaking News and +Corrections

[20090105] The Release Notes for 7.1-RELEASE should have mentioned changes that the get_setaffinity() should have been sched_setaffinity().

-
-
-
-

4 Late-Breaking News and -Corrections

+

[20090105] The Release Notes for 7.1-RELEASE should have mentioned changes that the jme(4) driver has +been added to provide support for PCIe adapters based on JMicron JMC250 gigabit Ethernet +and JMC260 fast Ethernet controllers.

-

No news.

+

[20090105] The Release Notes for 7.1-RELEASE should have mentioned changes that the age(4) driver has +been added to provide support for Attansic/Atheros L1 gigabit Ethernet controller.

+ +

[20090105] The Release Notes for 7.1-RELEASE should have mentioned changes that the +malo(4) driver +has been added to provide support for Marvell Libertas 88W8335 based PCI network +adapters.

+ +

[20090105] The Release Notes for 7.1-RELEASE should have mentioned changes that the +bm(4) driver has been added to provide support for Apple Big Mac (BMAC) Ethernet +controller, found on various Apple G3 models.

+ +

[20090105] The Release Notes for 7.1-RELEASE should have mentioned changes that the +et(4) driver has been added to provide support for Agere ET1310 10/100/Gigabit Ethernet +controller.

+ +

[20090105] The Release Notes for 7.1-RELEASE should have mentioned changes that the +glxsb(4) driver +has been added to provide support for the Security Block in AMD Geode LX processors.

+ +

[20090105] The Release Notes for 7.1-RELEASE should have mentioned that FreeBSD now +supports multiple routing tables. To enable this, the following steps are needed:

+ + + +

To select one of the FIBs, the new +setfib(1) +utility can be used. This set an associated FIB with the process. For example:

+ +
+# setfib -3 ping target.example.com
+
+ +

The FIB #3 will be used for the +ping(8) +command.

+ +

The FIB which the packet will be associated with will be determined in the following +rules:

+ + + +

Also, the +ipfw(8) now +supports an action rule setfib. The following action:

+ +
+setfib fibnum
+
+ +

will make the matched packet use the FIB specified in fibnum. The rule processing continues at the next +rule.