Date: Mon, 4 Aug 1997 13:00:24 +0200 (MET DST) From: Luigi Rizzo <luigi@labinfo.iet.unipi.it> To: hlew@www2.shoppersnet.com (Howard Lew) Cc: multimedia@FreeBSD.ORG Subject: Re: sound driver Message-ID: <199708041100.NAA10129@labinfo.iet.unipi.it> In-Reply-To: <Pine.BSF.3.91.970803214948.23747A-100000@www2.shoppersnet.com> from "Howard Lew" at Aug 3, 97 10:08:55 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> > kernel config now has: > controller isa0 > controller pnp0 > > -------- > I found a little compile warning for pnp.c (line 411). It is a warning > about a comment: > /* pnp_write(CONFIG_CONTROL, 0x02); /* All cards in WaitForKey */ > > Anyway, it appears that removing the preceding /* doesn't help the pcm > probe, so I commented out the whole line. > /* pnp_write(CONFIG_CONTROL, 0x02); All cards in WaitForKey */ > > -------- > Here's how the dmesg probe looks like: > > Probing for PnP devices: > Trying Read_Port at 203 > CSN 1 Vendor ID: OPT0925 [0x2509143e] Serial 0xffffffff surely the pnp code doesn't know your know your id of 0x2509143e, so I will have to instruct it to detect the code. Tomorrow I'll probably post a new snap of the code with a few fixes. I'll also try to have a look at the OPTi925 data sheets. Cheers Luigi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708041100.NAA10129>