diff options
author | bmah <bmah@FreeBSD.org> | 2000-10-06 00:41:15 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2000-10-06 00:41:15 +0000 |
commit | 1d6af62c193d431cd84516f1b4cb625522036c3e (patch) | |
tree | 035fa1e461a24ce10b54b656f18da1dc27b5c5b4 /release | |
parent | d87ef95d3bc6ed3374de4ffa40606fd45710fc93 (diff) | |
download | FreeBSD-src-1d6af62c193d431cd84516f1b4cb625522036c3e.zip FreeBSD-src-1d6af62c193d431cd84516f1b4cb625522036c3e.tar.gz |
Working down my list of release note items: SMP configuration
option changes (+MFC), ahc(4) updates (+MFC), ACPI support, ,
tcpdump(1) updates (+MFC), ppp(8) updates (+MFC).
Diffstat (limited to 'release')
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 17 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index e0af3b9..5291366 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -132,6 +132,19 @@ and Maestro-2e; Forte Media fm801, ESS Maestro-2e, and VIA Technologies VT82C686A sound card/chipsets, and has received some other updates. [MERGED] +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 +supported for backwards compatibility. [MERGED] + +The NCPU, NAPIC, NBUS, and NINTR kernel configuration options, +for configuring SMP kernels, have been removed. NCPU is now set to a +maximum of 16, and the other, aforementioned options are now dynamic. +[MERGED] + +The ahc(4) driver has been updated. [MERGED] + +ACPI support has been merged in from the FreeBSD-ACPI project. + 1.2. SECURITY FIXES ------------------- @@ -272,6 +285,10 @@ these new-style version numbers. [MERGED] cvs(1) has been updated to 1.11. +tcpdump(1) has received some updates and bugfixes. [MERGED] + +User-land ppp(8) has received a number of updates and bugfixes. [MERGED] + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 0209962..740bef0 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -155,6 +155,19 @@ and Maestro-2e; Forte Media fm801, ESS Maestro-2e, and VIA Technologies VT82C686A sound card/chipsets, and has received some other updates. [MERGED] +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 +supported for backwards compatibility. [MERGED] + +The NCPU, NAPIC, NBUS, and NINTR kernel configuration options, +for configuring SMP kernels, have been removed. NCPU is now set to a +maximum of 16, and the other, aforementioned options are now dynamic. +[MERGED] + +The ahc(4) driver has been updated. [MERGED] + +ACPI support has been merged in from the FreeBSD-ACPI project. + 1.2. SECURITY FIXES ------------------- @@ -314,6 +327,10 @@ these new-style version numbers. [MERGED] cvs(1) has been updated to 1.11. +tcpdump(1) has received some updates and bugfixes. [MERGED] + +User-land ppp(8) has received a number of updates and bugfixes. [MERGED] + 2. Supported Configurations --------------------------- |