Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 04/12/2005 17:28:02
Module Name: src
Committed By: jmcneill
Date: Tue Apr 12 17:28:02 UTC 2005
Modified Files:
src/sys/dev/ic: ac97.c
Log Message:
Don't touch AC97_REG_RESET if we're dealing with a modem (modems use
AC97_REG_EXT_MODEM_ID instead). Also set the default audio rate to 8000;
12000 was a stupid choice since we don't actually support it in the driver
yet.
To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 src/sys/dev/ic/ac97.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.