Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 10/08/2002 13:25:46
Module Name: syssrc
Committed By: kent
Date: Tue Oct 8 10:25:46 UTC 2002
Modified Files:
syssrc/sys/dev/pci: auich.c auichreg.h
Log Message:
auich_softc:
Remove sc_fixed_rate and sc_ac97rate. ac97_softc has such
information.
auich_attach():
Remove VRA/VRM enabling code. ac97_attach() does it.
auich_set_rate():
Use ac97_codec_if::set_rate().
auich_get_props():
Return no AUDIO_PROP_MMAP if the codec is fixed-rate.
auichreg.h:
Remove unnecessary ICH_PM_*.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/dev/pci/auich.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/pci/auichreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.