New release notes: wx(4) supports new cards (submitted by mjacob),
Add missing CMedia and Crystal Semiconductor sound chips (submitted by orion). Fix estimate of 5.0-RELEASE release date (submitted by dd). ntpd(8) security fix cross-reference to SA-01:31. Fix typo: s/maestreo3/maestro3/.
This commit is contained in:
parent
d0cc80f445
commit
a7a9aad4c4
@ -705,7 +705,7 @@ Intel EtherExpress (not recommended due to driver instability)
|
||||
Intel EtherExpress Pro/10
|
||||
Intel EtherExpress Pro/100B PCI Fast Ethernet
|
||||
Intel PRO/100+ Management Adapter
|
||||
Intel Gigabit Ethernet (PRO/1000)
|
||||
Intel Gigabit Ethernet (PRO/1000, PRO1000/F, PRO1000/T)
|
||||
|
||||
Isolan AT 4141-0 (16 bit)
|
||||
Isolink 4110 (8 bit)
|
||||
@ -1013,7 +1013,9 @@ ep: 3Com 3C529 network adapter
|
||||
Soundcards supported by newpcm:
|
||||
|
||||
Advance Asound 100, 110 and Logic ALS120
|
||||
C-Media CMI-8x38
|
||||
Crystal Semiconductor CS461x/462x/428x
|
||||
Crystal Semiconductor CS4281
|
||||
ENSONIQ AudioPCI ES1370/1371
|
||||
ESS ES1868, ES1869, ES1879 and ES1888
|
||||
ESS Maestro-1, Maestro-2, and Maestro-2E
|
||||
|
@ -3,8 +3,8 @@
|
||||
(alpha Architecture)
|
||||
|
||||
This is a 5.0-CURRENT release SNAPshot of FreeBSD, an active
|
||||
development branch which will produce its first release in early
|
||||
March 2001. Those features which have also been back-ported to
|
||||
development branch which will produce its first release in late
|
||||
2001. Those features which have also been back-ported to
|
||||
the 4.x-stable branch (the next release for which will be 4.3)
|
||||
are marked [MERGED].
|
||||
|
||||
@ -161,7 +161,7 @@ licensing restrictions, it cannot be compiled into the kernel.
|
||||
[MERGED] To use this driver, add the following line to
|
||||
/boot/loader.conf:
|
||||
|
||||
maestreo3_load="YES"
|
||||
maestro3_load="YES"
|
||||
|
||||
Replace the PQ_*CACHE options with a single PQ_CACHESIZE option to be
|
||||
set to the cache size in kilobytes. The old options are still
|
||||
@ -342,6 +342,9 @@ The CAM error recovery code has been updated.
|
||||
The directory layout preference algorithm for FFS has been changed to
|
||||
improve its speed on large filesystems.
|
||||
|
||||
The wx(4) driver now supports the Intel PRO1000-F and PRO1000-T
|
||||
(10/100/1000) adapters.
|
||||
|
||||
|
||||
1.2. SECURITY FIXES
|
||||
-------------------
|
||||
@ -459,7 +462,8 @@ allowed a race condition that could cause users to have unauthorized
|
||||
access to data, has been fixed (see security advisory
|
||||
FreeBSD-SA-01:30). [MERGED]
|
||||
|
||||
A remotely-exploitable vulnerability in ntpd(8) has been closed. [MERGED]
|
||||
A remotely-exploitable vulnerability in ntpd(8) has been closed (see
|
||||
security advisory FreeBSD-SA-01:31). [MERGED]
|
||||
|
||||
A security hole in IPFilter's fragment cache has been closed. [MERGED]
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
(i386 Architecture)
|
||||
|
||||
This is a 5.0-CURRENT release SNAPshot of FreeBSD, an active
|
||||
development branch which will produce its first release in early
|
||||
March 2001. Those features which have also been back-ported to
|
||||
development branch which will produce its first release in late
|
||||
2001. Those features which have also been back-ported to
|
||||
the 4.x-stable branch (the next release for which will be 4.3)
|
||||
are marked [MERGED].
|
||||
|
||||
@ -185,7 +185,7 @@ licensing restrictions, it cannot be compiled into the kernel.
|
||||
[MERGED] To use this driver, add the following line to
|
||||
/boot/loader.conf:
|
||||
|
||||
maestreo3_load="YES"
|
||||
maestro3_load="YES"
|
||||
|
||||
Replace the PQ_*CACHE options with a single PQ_CACHESIZE option to be
|
||||
set to the cache size in kilobytes. The old options are still
|
||||
@ -417,6 +417,9 @@ The CAM error recovery code has been updated.
|
||||
The directory layout preference algorithm for FFS has been changed to
|
||||
improve its speed on large filesystems.
|
||||
|
||||
The wx(4) driver now supports the Intel PRO1000-F and PRO1000-T
|
||||
(10/100/1000) adapters.
|
||||
|
||||
|
||||
1.2. SECURITY FIXES
|
||||
-------------------
|
||||
@ -534,7 +537,8 @@ allowed a race condition that could cause users to have unauthorized
|
||||
access to data, has been fixed (see security advisory
|
||||
FreeBSD-SA-01:30). [MERGED]
|
||||
|
||||
A remotely-exploitable vulnerability in ntpd(8) has been closed. [MERGED]
|
||||
A remotely-exploitable vulnerability in ntpd(8) has been closed (see
|
||||
security advisory FreeBSD-SA-01:31). [MERGED]
|
||||
|
||||
A security hole in IPFilter's fragment cache has been closed. [MERGED]
|
||||
|
||||
@ -1599,7 +1603,9 @@ ONboard 4/16 and Brumby.
|
||||
Specialix SI/XIO/SX ISA, EISA and PCI serial expansion cards/modules.
|
||||
|
||||
Advance Asound 100, 110 and Logic ALS120
|
||||
C-Media CMI-8x38
|
||||
Crystal Semiconductor CS461x/462x/428x
|
||||
Crystal Semiconductor CS4281
|
||||
ENSONIQ AudioPCI ES1370/1371
|
||||
ESS ES1868, ES1869, ES1879 and ES1888
|
||||
ESS Maestro-1, Maestro-2, and Maestro-2E
|
||||
|
Loading…
Reference in New Issue
Block a user