git: 06c083f79dd7 - main - sound: remove Legacy Hardware section from man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 21:12:22 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=06c083f79dd74ba2fcadccbc1b338b8db7f35ef8
commit 06c083f79dd74ba2fcadccbc1b338b8db7f35ef8
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-12-02 21:10:16 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-12-02 21:12:06 +0000
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
---
share/man/man4/pcm.4 | 29 +----------------------------
1 file changed, 1 insertion(+), 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