Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 10/23/2003 05:25:29
Module Name:	src
Committed By:	kent
Date:		Thu Oct 23 05:25:29 UTC 2003

Modified Files:
	src/sys/dev/pci: auich.c

Log Message:
No need to check the codec ready flag in read_codec() and write_codec().
According to the ICH datasheets, the flag is unchanged unless resetting
the codec.

The flag is useless after enabling bus mastering.  This behavior is common
to all ICH chips.  The quirk handling code is removed.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/dev/pci/auich.c

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