newbus / snd_hdspe(4) trouble

2012-06-20 Thread Ruslan Bukin
Hi. I have the problem with different behavior of snd_hdspe(4) sound card driver initialization. If I load the driver by hand using kldload everything works fine, but in case of loading driver at boot time (loader.conf) or compile in kernel the driver can't initialize propertly. The snd_hdspe(

Re: newbus / snd_hdspe(4) trouble

2012-06-22 Thread Ruslan Bukin
On Thu, Jun 21, 2012 at 08:12:41AM -0400, John Baldwin wrote: > On Wednesday, June 20, 2012 4:44:41 pm Ruslan Bukin wrote: > > Hi. > > > > I have the problem with different behavior of snd_hdspe(4) sound card > > driver initialization. > > > > If

Re: newbus / snd_hdspe(4) trouble

2012-06-22 Thread Ruslan Bukin
On Fri, Jun 22, 2012 at 10:23:46AM -0400, John Baldwin wrote: > On Friday, June 22, 2012 5:11:46 am Ruslan Bukin wrote: > > On Thu, Jun 21, 2012 at 08:12:41AM -0400, John Baldwin wrote: > > > On Wednesday, June 20, 2012 4:44:41 pm Ruslan Bukin wrote: > > > > Hi. >

Re: newbus / snd_hdspe(4) trouble

2012-07-01 Thread Ruslan Bukin
On Fri, Jun 22, 2012 at 08:44:25PM +0400, Ruslan Bukin wrote: > On Fri, Jun 22, 2012 at 10:23:46AM -0400, John Baldwin wrote: > > On Friday, June 22, 2012 5:11:46 am Ruslan Bukin wrote: > > > On Thu, Jun 21, 2012 at 08:12:41AM -0400, John Baldwin wrote: > > > > On We