diff options
author | mav <mav@FreeBSD.org> | 2009-01-06 11:11:58 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2009-01-06 11:11:58 +0000 |
commit | df83de35ebaea44832c83fe1de66ab651752d270 (patch) | |
tree | 0adcc1e6bb0503674f0a5dc5c4021dce3cb9d7b4 /share | |
parent | 2082ec2e29af339acc9439294667f5c262eaf24e (diff) | |
download | FreeBSD-src-df83de35ebaea44832c83fe1de66ab651752d270.zip FreeBSD-src-df83de35ebaea44832c83fe1de66ab651752d270.tar.gz |
Cross-reference snd_ich and snd_hda man pages.
Some hardware require different drivers depending on implementation,
that may confuse users.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/snd_hda.4 | 1 | ||||
-rw-r--r-- | share/man/man4/snd_ich.4 | 14 |
2 files changed, 11 insertions, 4 deletions
diff --git a/share/man/man4/snd_hda.4 b/share/man/man4/snd_hda.4 index b323fe3..91c94ee 100644 --- a/share/man/man4/snd_hda.4 +++ b/share/man/man4/snd_hda.4 @@ -578,6 +578,7 @@ VIA VT1709 .El .Sh SEE ALSO .Xr sound 4 , +.Xr snd_ich 4 , .Xr device.hints 5 , .Xr loader.conf 5 , .Xr sysctl 8 diff --git a/share/man/man4/snd_ich.4 b/share/man/man4/snd_ich.4 index c415fb8..71f47a7 100644 --- a/share/man/man4/snd_ich.4 +++ b/share/man/man4/snd_ich.4 @@ -24,12 +24,12 @@ .\" .\" $FreeBSD$ .\" -.Dd December 15, 2005 +.Dd January 6, 2009 .Dt SND_ICH 4 .Os .Sh NAME .Nm snd_ich -.Nd "Intel ICH PCI and compatible bridge device driver" +.Nd "Intel ICH AC'97 and compatible bridge device driver" .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your kernel configuration file: @@ -49,7 +49,12 @@ The .Nm bridge driver allows the generic audio driver .Xr sound 4 -to attach to Intel ICH and compatible audio devices. +to attach to Intel ICH AC'97 and compatible audio devices. +.Pp +Some later chips, like ICH6/ICH7, depending on wiring can instead implement +newer Intel HD Audio specification, which is supported by +.Xr snd_hda 4 +driver. .Sh HARDWARE The .Nm @@ -94,7 +99,8 @@ NVIDIA nForce4 SiS 7012 .El .Sh SEE ALSO -.Xr sound 4 +.Xr sound 4 , +.Xr snd_hda 4 .Sh HISTORY The .Nm |