Subject: Re: Built in sound problems on i386
To: None <netbsd-help@NetBSD.ORG>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-help
Date: 02/20/1998 08:57:16
In article <199802200834.JAA25475@animal.cs.chalmers.se> augustss@cs.chalmers.se (Lennart Augustsson) writes:
>
>alex@vsys.com wrote:
>> Now the device is found after I added the CTL0043 to the acceptable types. 
>> However, the audit just hangs and nothing comes out of the audio ports.
>I don't understand why you don't get some other DRQs, e.g. 1,3,
>but it should still work.  I'll try and investigate a little more
>when I get home.

The code just allocates the first free from the list of possible drqs.
The list is 0,1,3 so it picks 0 first. The question is why allocating 0
twice succeeds...

christos