summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-11 09:57:32 +0000
committerru <ru@FreeBSD.org>2005-11-11 09:57:32 +0000
commit61c0ca0abb146b3965f3b99a542bd310c599ee00 (patch)
tree655b865ee787feb1738baa0b0344fac767b143b6 /sys/amd64
parent1e312e1197fb6399949da259dfd37b5d126257aa (diff)
downloadFreeBSD-src-61c0ca0abb146b3965f3b99a542bd310c599ee00.zip
FreeBSD-src-61c0ca0abb146b3965f3b99a542bd310c599ee00.tar.gz
Add /dev/speaker support to amd64.
The following repo-copies were made (by Mark Murray): sys/i386/isa/spkr.c -> sys/dev/speaker/spkr.c sys/i386/include/speaker.h -> sys/dev/speaker/speaker.h share/man/man4/man4.i386/spkr.4 -> share/man/man4/spkr.4
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/NOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index ee8aaf8..8f1566d 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -107,6 +107,9 @@ options CLK_USE_I8254_CALIBRATION
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
+device speaker #Play IBM BASIC-style noises out your speaker
+hint.speaker.0.at="isa"
+hint.speaker.0.port="0x61"
device gzip #Exec gzipped a.out's. REQUIRES COMPAT_AOUT!
OpenPOWER on IntegriCloud