Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 10/08/2002 12:19:45
Module Name:	syssrc
Committed By:	kent
Date:		Tue Oct  8 09:19:45 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: ac97.c ac97var.h

Log Message:
Add IDs for YMF743-S and YMF753-S.

ac97_attach(): Enable VRA/VRM if the codec is capable of them.

The struct ac97_softc keeps the clock of the codec, the basic
features flag (the value of AC97_REG_RESET), and the extended
features flag (the value of AC97_REG_EXT_AUDIO_ID).

ac97_codec_if: Add get_extcaps(), set_rate(), and set_clock()
methods.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/ic/ac97.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/ic/ac97var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.