From a9534fe4f0a3f4345a7548c739c248af6591c632 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov <ru@FreeBSD.org> Date: Tue, 8 Feb 2000 21:32:12 +0000 Subject: [PATCH] -mdoc'ify. --- share/man/man4/pcm.4 | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4 index d09fd1a4fa7f..4ff67f2dfb3a 100644 --- a/share/man/man4/pcm.4 +++ b/share/man/man4/pcm.4 @@ -39,13 +39,15 @@ For a card without bridge driver support, and a non-PnP card: .Cd "device pcm0 at isa? port? irq 5 drq 1 flags 0x15" .Sh DESCRIPTION The -.Nm pcm +.Nm driver provides support for PCM audio play and capture. This driver also supports various PCI and WSS/MSS compatible ISA sound cards, and AC97 mixer. True full duplex operation is available on most cards. .Pp -If your sound card is supported by a bridge driver, .Nm driver works -in conjuction with the bridge driver. +If your sound card is supported by a bridge driver, +.Nm +driver works +in conjunction with the bridge driver. .Pp Apart from the usual parameters, the flags field is used to specify the secondary DMA channel (generally used for capture in full duplex @@ -60,7 +62,7 @@ The driver does its best to recognize the installed harware and drive it correctly, so that you don't have to give too many details in the kernel config files. For PCI and ISA PnP cards this is actually easy since they identify themselves. For legacy ISA cards, the driver looks -for MSS cards at addresses 0x530 and 0x604(obviously, unless overridden +for MSS cards at addresses 0x530 and 0x604 (obviously, unless overridden in the kernel config file by specifying an address). .Sh IOCTL @@ -127,11 +129,11 @@ Some features of your cards (e.g. global volume control) might not be supported on all devices. .Sh HISTORY The -.Nm pcm +.Nm device driver first appeared in -.Fx 2.2.6 -, rewritten in -.Fx 4.0. +.Fx 2.2.6 , +rewritten in +.Fx 4.0 . .Sh SEE ALSO .Xr sbc 4 .Xr gusc 4 @@ -143,4 +145,3 @@ initially wrote the .Nm device driver and this manual page. totally revised the device driver. .An Seigo Tanimura Aq tanimura@r.dl.itc.u-tokyo.ac.jp revised this manual page. -