Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 09/26/2005 17:30:04
Module Name: src
Committed By: kent
Date: Mon Sep 26 17:30:04 UTC 2005
Modified Files:
src/sys/dev/pci: azalia.c
Log Message:
* 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.11 -r1.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.