Subject: Re: Is anyone out there? UltraSound Plug & Play question revisited...
To: Zach Fine <zach@xdsl014.serv.net>
From: Lennart Augustsson <lennart@augustsson.net>
List: netbsd-help
Date: 05/18/1999 18:26:42
Zach Fine wrote:

> I'm surprised to have received no responses, or even any messages at
> all from the netbsd-help list about the problem I'm having getting my
> guspnp card to work with NetBSD 1.4. Has no one else experienced this
> problem and figured out a solution? Perhaps the list is down?

There was a similar question just a few days ago, and the response then was
to change a line in src/sys/dev/isapnp/gus_isapnp.c.
The line reads
    static int gus_0 = 0;
but should be
    static int gus_0 = 1;
I don't have a card myself, so I cannot verify this.


--

        -- Lennart