Subject: PR/35658 CVS commit: [netbsd-4] src/sys/dev/pci
To: None <kent@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Julian Coleman <jdc@netbsd.org>
List: netbsd-bugs
Date: 05/20/2007 10:00:08
The following reply was made to PR kern/35658; it has been noted by GNATS.

From: Julian Coleman <jdc@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35658 CVS commit: [netbsd-4] src/sys/dev/pci
Date: Sun, 20 May 2007 09:57:10 +0000 (UTC)

 Module Name:	src
 Committed By:	jdc
 Date:		Sun May 20 09:57:10 UTC 2007
 
 Modified Files:
 	src/sys/dev/pci [netbsd-4]: azalia.c
 
 Log Message:
 Pull up revisions 1.43, 1.46-1.49 (requested by kent in ticket #649).
 
 If both of AZALIA_DEBUG and AZALIA_DEBUG_DOT are defined,
 a DOT file for Graphviz representing the widget structure
 is printed.
 
 add diagnostic code in azalia_codec_construct_format()
 
 don't start dmesg lines with \t to do grep easily
 
 Some codecs need explicit initialization even for uni-directional pins.
 
 Pointed out by Deanna Phillips
 
 * azalia_code_connect_stream()
  set stream#0 for unused converters in a group
 
 PR#35658 by kikuma norimitsu
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.42 -r1.42.2.1 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.