Subject: CVS commit: [netbsd-3] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 12/29/2005 19:30:01
Module Name: src
Committed By: riz
Date: Thu Dec 29 19:30:01 UTC 2005
Modified Files:
src/sys/dev/pci [netbsd-3]: azalia.c
Log Message:
Pull up following revision(s) (requested by kent in ticket #916):
sys/dev/pci/azalia.c: revision 1.12
* azalia_attach_intr()
ignore errors of codec initializations if at least one
codec is initialized successfully
* azalia_alloc_dmamem()
fail if the HDA controller does not support 64 bit addressing
and buf_dmamap_* allocate a 64 bit address.
Pointed out by Brett Lymn
To generate a diff of this commit:
cvs rdiff -r1.7.2.11 -r1.7.2.12 src/sys/dev/pci/azalia.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.