diff options
author | gjb <gjb@FreeBSD.org> | 2015-07-14 20:10:29 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2015-07-14 20:10:29 +0000 |
commit | cbe89567370b97de63f0746aafad19e9376cbbeb (patch) | |
tree | 560581662f518a81faa32e35c0268fdfd375e1f2 /release | |
parent | 6c773df8866cb0bf22c72ef9ad5dcad84ab94931 (diff) | |
download | FreeBSD-src-cbe89567370b97de63f0746aafad19e9376cbbeb.zip FreeBSD-src-cbe89567370b97de63f0746aafad19e9376cbbeb.tar.gz |
Document r278079, support to poweroff the BeagleBone Black via
shutdown(8) and poweroff(8) added.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 6e5bac7..9babc7d 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -520,6 +520,11 @@ <sect2 xml:id="hardware-arm"> <title>ARM Support</title> + <para revision="278079" arch="arm">Support to turn off the + BeagleBone Black system with the &man.shutdown.8; + <literal>-p</literal> flag or by invoking &man.poweroff.8; has + been added.</para> + <para revision="278608">The <literal>bcm2835_cpufreq</literal> driver has been added, which supports <acronym>CPU</acronym> frequency and voltage control on the Raspberry Pi |