NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54658 CVS commit: [netbsd-9] src/sys/arch



The following reply was made to PR kern/54658; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54658 CVS commit: [netbsd-9] src/sys/arch
Date: Sat, 16 Nov 2019 16:55:47 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat Nov 16 16:55:47 UTC 2019
 
 Modified Files:
 	src/sys/arch/arm/sa11x0 [netbsd-9]: sa11x0_ost.c
 	src/sys/arch/zaurus/zaurus [netbsd-9]: autoconf.c
 
 Log Message:
 Pull up following revision(s) (requested by tsutsui in ticket #430):
 
 	sys/arch/arm/sa11x0/sa11x0_ost.c: revision 1.33
 	sys/arch/zaurus/zaurus/autoconf.c: revision 1.13
 
 Fix attach failure of zaudio(4) WM8731 (C7x0/860) and WM8750 (C1000/3x00).
 
 The new MI iic(4) layer requires an explicit quirk info of PROBE_STRATEGY
 via device properties.  Fixes PR kern/54658.
 
 Should be pulled up to netbsd-9.
 
  -
 
 Fix another attach failure of zaudio(4) WM8731 on Zaurus SL-C7x0/860.
 
 When kernels were configured for both CPU_XSCALE_PXA270 and
 CPU_XSCALE_PXA250, the OST freq value was not set until tc_init(9)
 then all delay(9) during configure(9) returned immediately.
 
 While here, use proper macro with description for readability.
 
 Should be pulled up to netbsd-8 and netbsd-9.
 (though zaudio(4) won't work on netbsd-8)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.32 -r1.32.20.1 src/sys/arch/arm/sa11x0/sa11x0_ost.c
 cvs rdiff -u -r1.12 -r1.12.44.1 src/sys/arch/zaurus/zaurus/autoconf.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index