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/11/2005 18:26:48
Module Name:	src
Committed By:	jmcneill
Date:		Mon Apr 11 18:26:48 UTC 2005

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

Log Message:
Add ac97_attach_type(), to allow the hw driver to skip probes for audio or
modem devices. ac97_attach now calls ac97_attach_type() with
AC97_CODEC_TYPE_AUDIO, for backwords compatibility.


To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/sys/dev/ic/ac97.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/ic/ac97var.h

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