From owner-freebsd-multimedia Mon Aug 4 05:01:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA27719 for multimedia-outgoing; Mon, 4 Aug 1997 05:01:40 -0700 (PDT) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id FAA27691 for ; Mon, 4 Aug 1997 05:00:46 -0700 (PDT) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id NAA10129; Mon, 4 Aug 1997 13:00:25 +0200 From: Luigi Rizzo Message-Id: <199708041100.NAA10129@labinfo.iet.unipi.it> Subject: Re: sound driver To: hlew@www2.shoppersnet.com (Howard Lew) Date: Mon, 4 Aug 1997 13:00:24 +0200 (MET DST) Cc: multimedia@FreeBSD.ORG In-Reply-To: from "Howard Lew" at Aug 3, 97 10:08:55 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > 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