aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-12-02 21:10:16 +0000
committerEd Maste <emaste@FreeBSD.org>2024-01-07 19:31:11 +0000
commit5669eb94fdfd03d89256c9ef58e5f57a151acc88 (patch)
treea5a75f04d18858ef87f222955f83893c4a30e1bc
parenta25789646d7130f5be166cac63d5c8b2b07c4706 (diff)
downloadsrc-5669eb94fdfd03d89256c9ef58e5f57a151acc88.tar.gz
src-5669eb94fdfd03d89256c9ef58e5f57a151acc88.zip
sound: remove Legacy Hardware section from man page
Support for "old legacy ISA cards" was removed in 9054e296819f and preceeding commits. MFC after: 1 week Sponsored by: The FreeBSD Foundation (cherry picked from commit 06c083f79dd74ba2fcadccbc1b338b8db7f35ef8)
-rw-r--r--share/man/man4/pcm.429
1 files changed, 1 insertions, 28 deletions
diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4
index 95ac7f71688f..1803eaca42eb 100644
--- a/share/man/man4/pcm.4
+++ b/share/man/man4/pcm.4
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd December 26, 2020
+.Dd December 2, 2023
.Dt SOUND 4
.Os
.Sh NAME
@@ -124,33 +124,6 @@ The following bridge device drivers are available:
.Pp
Refer to the manual page for each bridge device driver for driver specific
settings and information.
-.Ss Legacy Hardware
-For old legacy
-.Tn ISA
-cards, the driver looks for
-.Tn MSS
-cards at addresses
-.Dv 0x530
-and
-.Dv 0x604 .
-These values can be overridden in
-.Pa /boot/device.hints .
-Non-PnP sound cards require the following lines in
-.Xr device.hints 5 :
-.Bd -literal -offset indent
-hint.pcm.0.at="isa"
-hint.pcm.0.irq="5"
-hint.pcm.0.drq="1"
-hint.pcm.0.flags="0x0"
-.Ed
-.Pp
-Apart from the usual parameters, the flags field is used to specify
-the secondary
-.Tn DMA
-channel (generally used for capture in full duplex cards).
-Flags are set to 0 for cards not using a secondary
-.Tn DMA
-channel, or to 0x10 + C to specify channel C.
.Ss Boot Variables
In general, the module
.Pa snd_foo