snd_ad1816.4    1.5-1.6
snd_als4000.4   1.5-1.7
snd_cmi.4       1.6-1.7
snd_cs4281.4    1.5-1.6
snd_csa.4       1.15
snd_ds1.4       1.5-1.6
snd_emu10k1.4   1.7-1.8
snd_ess.4       1.6-1.7
snd_fm801.4     1.2-1.3
snd_gusc.4      1.13
snd_ich.4       1.7-1.8
snd_maestro.4   1.3
snd_maestro3.4  1.8
snd_neomagic.4  1.4-1.5
snd_sbc.4       1.16
snd_solo.4      1.5
snd_t4dwave.4   1.2-1.3
snd_uaudio.4    1.6
snd_via8233.4   1.3-1.4
snd_via82c686.4 1.2-1.3
snd_vibes.4     1.2-1.3
This commit is contained in:
joel 2006-01-09 12:48:39 +00:00
parent 5fdd501b2a
commit 380866e56d
20 changed files with 289 additions and 60 deletions

View File

@ -24,20 +24,35 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 27, 2004
.Dd December 15, 2005
.Dt SND_AD1816 4
.Os
.Sh NAME
.Nm snd_ad1816
.Nd "Analog Devices AD1816 ISA bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_ad1816"
.Ed
.Pp
.Cd hint.pcm.0.at="isa"
.Cd hint.pcm.0.irq="10"
.Cd hint.pcm.0.drq="1"
.Cd hint.pcm.0.flags="0x0"
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_ad1816_load="YES"
.Ed
.Pp
Non-PnP cards require the following lines in
.Xr device.hints 5 :
.Bd -literal -offset indent
hint.pcm.0.at="isa"
hint.pcm.0.irq="10"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -58,8 +73,8 @@ Analog Devices AD1816
.Sh HISTORY
The
.Nm
manual page first appeared in
.Fx 5.3 .
device driver first appeared in
.Fx 4.0 .
.Sh AUTHORS
.An "Cameron Grant" Aq cg@FreeBSD.org
.An "Luigi Rizzo" Aq luigi@FreeBSD.org

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 27, 2004
.Dd December 15, 2005
.Dt SND_ALS4000 4
.Os
.Sh NAME
.Nm snd_als4000
.Nd "Avance Logic ALS4000 PCI bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_als4000"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_als4000_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -46,14 +57,14 @@ driver supports the following sound cards:
.Pp
.Bl -bullet -compact
.It
Advance Logic ALS4000
Avance Logic ALS4000
.El
.Sh SEE ALSO
.Xr sound 4
.Sh HISTORY
The
.Nm
manual page first appeared in
.Fx 5.3 .
device driver first appeared in
.Fx 4.4 .
.Sh AUTHORS
.An "Orion Hodson" Aq oho@acm.org

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 17, 2005
.Dd December 15, 2005
.Dt SND_CMI 4
.Os
.Sh NAME
.Nm snd_cmi
.Nd "CMedia CMI8338/CMI8738 PCI bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_cmi"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_cmi_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -59,7 +70,7 @@ CMedia CMI8738B
.Sh HISTORY
The
.Nm
manual page first appeared in
.Fx 5.3 .
device driver first appeared in
.Fx 4.3 .
.Sh AUTHORS
.An "Orion Hodson" Aq O.Hodson@cs.ucl.ac.uk

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 27, 2004
.Dd December 15, 2005
.Dt SND_CS4281 4
.Os
.Sh NAME
.Nm snd_cs4281
.Nd "Crystal Semiconductor CS4281 PCI bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_cs4281"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_cs4281_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -53,7 +64,7 @@ Crystal Semiconductor CS4281
.Sh HISTORY
The
.Nm
manual page first appeared in
.Fx 5.3 .
device driver first appeared in
.Fx 4.3 .
.Sh AUTHORS
.An "Orion Hodson" Aq O.Hodson@cs.ucl.ac.uk

View File

@ -25,15 +25,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 18, 2005
.Dd December 15, 2005
.Dt SND_CSA 4
.Os
.Sh NAME
.Nm snd_csa
.Nd Crystal Semiconductor CS461x/462x/4280 PCI bridge device driver
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_csa"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_csa_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 27, 2004
.Dd December 15, 2005
.Dt SND_DS1 4
.Os
.Sh NAME
.Nm snd_ds1
.Nd "Yamaha DS-1 PCI bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_ds1"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_ds1_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -55,7 +66,7 @@ Yamaha DS-1E
.Sh HISTORY
The
.Nm
manual page first appeared in
.Fx 5.3 .
device driver first appeared in
.Fx 4.1 .
.Sh AUTHORS
.An "Cameron Grant" Aq cg@FreeBSD.org

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 18, 2005
.Dd December 15, 2005
.Dt SND_EMU10K1 4
.Os
.Sh NAME
.Nm snd_emu10k1
.Nd "SoundBlaster Live! and Audigy PCI bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_emu10k1"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_emu10k1_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -61,8 +72,8 @@ Creative SoundBlaster Audigy 2 (EMU10K3 Chipset)
.Sh HISTORY
The
.Nm
manual page first appeared in
.Fx 5.3 .
device driver first appeared in
.Fx 4.1 .
.Sh AUTHORS
.An "David O'Brien" Aq obrien@FreeBSD.org
.An "Orlando Bassotto" Aq orlando.bassotto@ieo-research.it

View File

@ -24,16 +24,27 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 16, 2004
.Dd December 15, 2005
.Dt SND_ESS 4
.Os
.Sh NAME
.Nm snd_ess
.Nd "Ensoniq ESS ISA PnP/non-PnP bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_ess"
.Cd "device snd_sbc"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_ess_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -54,8 +65,8 @@ Ensoniq ESS ISA PnP/non-PnP
.Sh HISTORY
The
.Nm
manual page first appeared in
.Fx 5.3 .
device driver first appeared in
.Fx 4.1 .
.Sh AUTHORS
.An "Cameron Grant" Aq cg@FreeBSD.org
.An "Luigi Rizzo" Aq luigi@FreeBSD.org

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 1, 2005
.Dd December 1, 2005
.Dt SND_FM801 4
.Os
.Sh NAME
.Nm snd_fm801
.Nd "Forte Media FM801 bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_fm801"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_fm801_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -56,6 +67,9 @@ The
.Nm
device driver first appeared in
.Fx 4.2 .
.Sh AUTHORS
This manual page was written by
.An Joel Dahl Aq joel@FreeBSD.org .
.Sh BUGS
The Forte Media FM801 chipset is a sort of PCI bridge, not an actual
sound controller, making it possible to have soundless support.

View File

@ -25,23 +25,36 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 28, 2004
.Dd December 15, 2005
.Dt SND_GUSC 4
.Os
.Sh NAME
.Nm snd_gusc
.Nd Gravis UltraSound ISA bridge device driver
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_gusc"
.Ed
.Pp
For non-PnP cards, add the following lines in
.Pa /boot/device.hints .
.Cd hint.gusc.0.at="isa"
.Cd hint.gusc.0.port="0x220"
.Cd hint.gusc.0.irq="5"
.Cd hint.gusc.0.drq="1"
.Cd hint.gusc.0.flags="0x13"
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_gusc_load="YES"
.Ed
.Pp
Non-PnP cards require the following lines in
.Xr device.hints 5 :
.Bd -literal -offset indent
hint.gusc.0.at="isa"
hint.gusc.0.port="0x220"
hint.gusc.0.irq="5"
hint.gusc.0.drq="1"
hint.gusc.0.flags="0x13"
.Ed
.Sh DESCRIPTION
The
.Nm

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 19, 2005
.Dd December 15, 2005
.Dt SND_ICH 4
.Os
.Sh NAME
.Nm snd_ich
.Nd "Intel ICH PCI and compatible bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_ich"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_ich_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -66,6 +77,8 @@ Intel ICH5
.It
Intel ICH6
.It
Intel ICH7
.It
NVIDIA nForce
.It
NVIDIA nForce2

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd December 14, 2004
.Dd December 15, 2005
.Dt SND_MAESTRO 4
.Os
.Sh NAME
.Nm snd_maestro
.Nd "ESS Maestro bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_maestro"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_maestro_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm

View File

@ -24,15 +24,27 @@
.\"
.\" $FreeBSD$
.\"
.Dd December 14, 2004
.Dd December 15, 2005
.Dt SND_MAESTRO3 4
.Os
.Sh NAME
.Nm snd_maestro3
.Nd "ESS Maestro3/Allegro-1 bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_maestro3"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_maestro3_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -46,12 +58,6 @@ The firmware for the sound processor is licensed under the GNU Public
License, and thus this driver is not included in the default
.Pa GENERIC
kernel.
A convenient way to automatically load the driver is to add the line
.Pp
.Dl snd_maestro3_load="YES"
.Pp
to the file
.Pa /boot/loader.conf .
.Sh HARDWARE
The
.Nm

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 26, 2005
.Dd December 1, 2005
.Dt SND_NEOMAGIC 4
.Os
.Sh NAME
.Nm snd_neomagic
.Nd "NeoMagic 256AV/ZX bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_neomagic"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_neomagic_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -58,3 +69,6 @@ The
.Nm
device driver first appeared in
.Fx 4.0 .
.Sh AUTHORS
This manual page was written by
.An Joel Dahl Aq joel@FreeBSD.org .

View File

@ -25,23 +25,36 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 17, 2005
.Dd December 15, 2005
.Dt SND_SBC 4
.Os
.Sh NAME
.Nm snd_sbc
.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
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_sbc"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_sbc_load="YES"
.Ed
.Pp
Non-PnP cards require the following lines in
.Pa /boot/device.hints :
.Cd hint.sbc.0.at="isa"
.Cd hint.sbc.0.port="0x220"
.Cd hint.sbc.0.irq="5"
.Cd hint.sbc.0.drq="1"
.Cd hint.sbc.0.flags="0x15"
.Xr device.hints 5 :
.Bd -literal -offset indent
hint.sbc.0.at="isa"
hint.sbc.0.port="0x220"
hint.sbc.0.irq="5"
hint.sbc.0.drq="1"
hint.sbc.0.flags="0x15"
.Ed
.Sh DESCRIPTION
The
.Nm

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 27, 2004
.Dd November 28, 2005
.Dt SND_SOLO 4
.Os
.Sh NAME
@ -60,7 +60,7 @@ and/or
.Sh HISTORY
The
.Nm
manual page first appeared in
.Fx 5.3 .
device driver first appeared in
.Fx 4.1 .
.Sh AUTHORS
.An "Cameron Grant" Aq cg@FreeBSD.org

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 15, 2005
.Dd December 1, 2005
.Dt SND_T4DWAVE 4
.Os
.Sh NAME
.Nm snd_t4dwave
.Nd "Trident 4DWave bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_t4dwave"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_t4dwave_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -61,3 +72,6 @@ The
.Nm
device driver first appeared in
.Fx 4.0 .
.Sh AUTHORS
This manual page was written by
.An Joel Dahl Aq joel@FreeBSD.org .

View File

@ -36,16 +36,27 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 28, 2004
.Dd December 15, 2005
.Dt SND_UAUDIO 4
.Os
.Sh NAME
.Nm snd_uaudio
.Nd USB audio device driver
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device usb"
.Cd "device snd_uaudio"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_uaudio_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 9, 2005
.Dd December 1, 2005
.Dt SND_VIA82C686 4
.Os
.Sh NAME
.Nm snd_via82c686
.Nd "VIA Technologies 82C686A bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_via82c686"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_via82c686_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -55,3 +66,6 @@ The
.Nm
device driver first appeared in
.Fx 4.2 .
.Sh AUTHORS
This manual page was written by
.An Joel Dahl Aq joel@FreeBSD.org .

View File

@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 9, 2005
.Dd December 1, 2005
.Dt SND_VIBES 4
.Os
.Sh NAME
.Nm snd_vibes
.Nd "S3 SonicVibes bridge device driver"
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_vibes"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
snd_vibes_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
@ -55,3 +66,6 @@ The
.Nm
device driver first appeared in
.Fx 4.4 .
.Sh AUTHORS
This manual page was written by
.An Joel Dahl Aq joel@FreeBSD.org .