From a8f88afc3cccf15b20132a44835112757ceef078 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 22 Jun 2008 20:34:46 +0000 Subject: [PATCH] Sync with FreeBSD. --- share/man/man4/Makefile | 4 +++- share/man/man4/snd_sbc.4 | 17 ++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 08ce69fc58..3ce9337bc9 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/18/93 # $FreeBSD: src/share/man/man4/Makefile,v 1.83.2.66 2003/06/04 17:10:30 sam Exp $ -# $DragonFly: src/share/man/man4/Makefile,v 1.81 2008/04/23 08:57:10 hasso Exp $ +# $DragonFly: src/share/man/man4/Makefile,v 1.82 2008/06/22 20:34:46 swildner Exp $ MAN= aac.4 \ acpi.4 \ @@ -340,6 +340,8 @@ MLINKS+=scsi.4 CAM.4 \ scsi.4 scbus.4 \ scsi.4 SCSI.4 MLINKS+=smp.4 SMP.4 +MLINKS+=snd_sbc.4 snd_sb16.4 \ + snd_sbc.4 snd_sb8.4 MLINKS+=splash.4 screensaver.4 MLINKS+=syscons.4 sc.4 MLINKS+=vpo.4 imm.4 diff --git a/share/man/man4/snd_sbc.4 b/share/man/man4/snd_sbc.4 index 370ac2b8c1..98b924c810 100644 --- a/share/man/man4/snd_sbc.4 +++ b/share/man/man4/snd_sbc.4 @@ -24,13 +24,15 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/snd_sbc.4,v 1.14.2.3 2006/06/21 04:28:05 brueffer Exp $ -.\" $DragonFly: src/share/man/man4/snd_sbc.4,v 1.2 2007/06/16 17:44:34 hasso Exp $ +.\" $DragonFly: src/share/man/man4/snd_sbc.4,v 1.3 2008/06/22 20:34:46 swildner Exp $ .\" -.Dd December 15, 2005 +.Dd June 22, 2008 .Dt SND_SBC 4 .Os .Sh NAME -.Nm snd_sbc +.Nm snd_sbc , +.Nm snd_sb16 , +.Nm snd_sb8 .Nd Creative Sound Blaster ISA and compatible bridge device driver .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your @@ -38,13 +40,17 @@ kernel configuration file: .Bd -ragged -offset indent .Cd "device pcm" .Cd "device snd_sbc" +.Cd "device snd_sb16" +.Cd "device snd_sb8" .Ed .Pp Alternatively, to load the driver as a module at boot time, place the -following line in +following lines in .Xr loader.conf 5 : .Bd -literal -offset indent snd_sbc_load="YES" +snd_sb16_load="YES" +snd_sb8_load="YES" .Ed .Pp Non-PnP cards require a setting in the kernel config file: @@ -56,7 +62,8 @@ The .Nm bridge driver allows the generic audio driver .Xr sound 4 -to attach to Creative Sound Blaster ISA compatible audio cards. +to attach to Creative Sound Blaster ISA (mostly SB16 or SB8, known as +SoundBlaster Pro) compatible audio cards. .Pp The value of flags specifies the secondary DMA channel. If the secondary -- 2.11.4.GIT