From 605f9adcac7123c5863ed90f3586aa0b81738210 Mon Sep 17 00:00:00 2001 From: hrs Date: Sat, 25 Apr 2009 23:09:39 +0000 Subject: [PATCH] Update release note: agp(4) Intel G4X support, DRM update, snd_hda(4) update, jail(8) FIB support, ng_netflow(4) egress netflow support, mmc(4) and mmcsd(4) improved, sdhci(4) added, mmc(4), mmcsd(4), and sdhci(4) as kernel module, fetch(1) -i flag, fsck(8) -C flag, ipfw(8) -q flag fixed, powerd(8) improved, rpc.yppasswdd(8) zombie process issue fixed, and pkg_create(1) -n fixed. Approved by: re (implicit) git-svn-id: svn://svn.freebsd.org/base/releng/7.2@191503 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- .../doc/en_US.ISO8859-1/relnotes/article.sgml | 83 ++++++++++++++++--- 1 file changed, 70 insertions(+), 13 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 3c8e29b5..1a58fe0d 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -4,11 +4,6 @@ %release; - - - - - ]>
@@ -212,7 +207,7 @@ Kernel Changes - + &os; DTrace subsystem now supports a probes for process execution. Boot Loader Changes @@ -228,7 +223,29 @@ Multimedia Support - + The &man.agp.4; now supports Intel G4X series graphics + chipsets. + + The DRM, a kernel module named Direct Rendering + Manager that gives direct hardware access to DRI clients, + has been updated. Support for AMD/ATI r500 and IGP based + chips, XGI V3XE/V5/V8, and Intel i915 chipsets has been + improved. + + The &man.snd.hda.4; driver has been updated. Changes + include: multiple codec per HDA bus, multiple functional + gropups per codec, multiple audio devices per functional + group, digital (SPDIF/HDMI) audio input/output, + suspend/resume, and part of multichannel audio. + + Note that due to added HDMI audio and logical audio + devices support, updated driver often provides several PCM + devices. In some cases it can make system default audio + device no longer corresponding to the users's habbitual + audio connectors. In such cases the default device can be + specified in audio application setup or defined globally + via hw.snd.default_unit sysctl + as described in the &man.sound.4; manual page. @@ -242,15 +259,28 @@ Network Protocols - + The &man.jail.8; subsystem now supports start with a + specific route FIB. + The &man.ng.netflow.4; Netgraph node now supports + ability to generate egress netflow instead or in addition to + ingress. A NGM_NETFLOW_SETCONFIG control + message has been added to control the new functionality. Disks and Storage - + The &man.mmc.4; and &man.mmcsd.4; driver now support MMC + and SDHC cards, high speed timing, wide bus, and multiblock + transfers. + The &man.sdhci.4; driver has been added. This supports + PCI devices with class 8 and subclass 5 accord- ing to SD Host + Controller Specification. + + The &man.mmc.4; &man.mmcsd.4;, and &man.sdhci.4; driver + are now included as a kernel module. @@ -263,7 +293,35 @@ Userland Changes - + The &man.fetch.1; utility now supports an + flag which supports If-Modified-Since HTTP + request. + + The &man.fsck.8; utility now supports a + flag for catastriphic recovery mode, which + will enable certain aggressive operations that can make + &man.fsck.8; to survive with file systems that has very + serious data damage, which is an useful last resort when on + disk data damage is very serious and causes &man.fsck.8; to + crash otherwise. + + A bug in the &man.ipfw.8; utility which displays extra + messages for a NAT rule even when a flag + is specified. + + The &man.powerd.8; program has been improved. Changes + include reasonable CPU load estimation on SMP systems and a + new mode named as hiadaptive for AC-powered + systems which rises frequency twice faster, drops it 4 times + slower, prefers twice lower CPU load and has additional delay + before leaving the highest frequency after the period of + maximum load. + + The &man.strndup.3; function has been added. + + A bug in the &man.rpc.yppasswdd.8; program which leaves a + zombie process when a password or default shell is changed has + been fixed. <filename>/etc/rc.d</filename> Scripts @@ -281,14 +339,13 @@ The timezone database has been updated from the tzdata2008h release to the tzdata2009f release. - Ports/Packages Collection Infrastructure - - + A bug in the &man.pkg.create.1; which prevents the + flag from working has been fixed. -- 2.45.0