From df83de35ebaea44832c83fe1de66ab651752d270 Mon Sep 17 00:00:00 2001 From: mav Date: Tue, 6 Jan 2009 11:11:58 +0000 Subject: Cross-reference snd_ich and snd_hda man pages. Some hardware require different drivers depending on implementation, that may confuse users. --- share/man/man4/snd_hda.4 | 1 + share/man/man4/snd_ich.4 | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'share') 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 -- cgit v1.1