The branch main has been updated by asiciliano: URL: https://cgit.FreeBSD.org/src/commit/?id=7cff9672de44824d7d59cb562f53992a055e49cc
commit 7cff9672de44824d7d59cb562f53992a055e49cc Author: Alfonso S. Siciliano <[email protected]> AuthorDate: 2023-10-11 06:58:59 +0000 Commit: Alfonso S. Siciliano <[email protected]> CommitDate: 2023-10-11 07:08:13 +0000 spkrtest.8: Add module info Add the module and driver info as usual. Approved by: bcr, wosch Differential Revision: https://reviews.freebsd.org/D37710 --- usr.sbin/spkrtest/spkrtest.8 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/usr.sbin/spkrtest/spkrtest.8 b/usr.sbin/spkrtest/spkrtest.8 index e0530dc5d2ce..b30b9b11e444 100644 --- a/usr.sbin/spkrtest/spkrtest.8 +++ b/usr.sbin/spkrtest/spkrtest.8 @@ -21,7 +21,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd March 6, 2022 +.Dd October 11, 2023 .Dt SPKRTEST 8 .Os .Sh NAME @@ -33,6 +33,16 @@ The .Nm utility is an easy to use test script for the speaker driver. +.Pp +.Nm +requires the +.Xr spkr 4 +driver. +To load the driver as a module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +speaker_load="YES" +.Ed .Sh FILES .Bl -tag -width /dev/speakerxx .It Pa /dev/speaker
