Add a HARDWARE section which lists supported devices.
This commit is contained in:
parent
431ad26757
commit
b328f0bc73
@ -39,8 +39,13 @@ The
|
||||
.Nm
|
||||
bridge driver allows the generic audio drivers including
|
||||
.Xr sound 4
|
||||
to attach to the following PCI sound cards:
|
||||
.Bl -bullet -width 2m
|
||||
to attach to Crystal Semiconductor CS461x/462x/4280 based sound cards.
|
||||
.Sh HARDWARE
|
||||
The
|
||||
.Nm
|
||||
driver supports the following soundcards:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
Crystal Semiconductor CS461x/462x Audio Accelerator
|
||||
.It
|
||||
@ -50,9 +55,9 @@ Crystal Semiconductor CS4280 Audio Controller
|
||||
Some onboard CS4610 chips are accompanied by the CS423x ISA codec
|
||||
instead of the CS4297 AC97 codec.
|
||||
Such configurations are not
|
||||
supported by
|
||||
supported by the
|
||||
.Nm
|
||||
yet.
|
||||
driver yet.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -47,19 +47,24 @@ The
|
||||
.Nm
|
||||
bridge driver allows the generic audio drivers including
|
||||
.Xr sound 4
|
||||
to attach to the following ISA sound cards:
|
||||
.Bl -bullet -width 2m
|
||||
.It
|
||||
Gravis UltraSound PnP
|
||||
.It
|
||||
Gravis UltraSound MAX
|
||||
.El
|
||||
to attach to Gravis UltraSound sound cards.
|
||||
.Pp
|
||||
The value of flags specifies the secondary DMA channel.
|
||||
If the secondary
|
||||
DMA channel is C, set the flags to (C | 0x10).
|
||||
For a sound card without the
|
||||
secondary DMA channel, the flags should be set to zero.
|
||||
.Sh HARDWARE
|
||||
The
|
||||
.Nm
|
||||
driver supports the following soundcards:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
Gravis UltraSound MAX
|
||||
.It
|
||||
Gravis UltraSound PnP
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It xxx: gus pcm not attached, out of memory
|
||||
|
Loading…
Reference in New Issue
Block a user