From owner-freebsd-questions Mon Dec 7 04:55:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25461 for freebsd-questions-outgoing; Mon, 7 Dec 1998 04:55:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from schultz.io.com (schultz.io.com [199.170.88.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25448 for ; Mon, 7 Dec 1998 04:54:59 -0800 (PST) (envelope-from mib@schultz.io.com) Received: (from mib@localhost) by schultz.io.com (8.8.8/8.8.8) id GAA12332; Mon, 7 Dec 1998 06:54:53 -0600 (CST) Message-ID: <19981207065453.A12129@io.com> Date: Mon, 7 Dec 1998 06:54:53 -0600 From: mib To: freebsd-questions@FreeBSD.ORG Cc: Thierry.Herbelot@alcatel.fr Subject: Re: Yamaha OPL YMF715 ? References: <3669C989.858CDE45@io.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Thierry.Herbelot@alcatel.fr on Mon, Dec 07, 1998 at 09:52:03AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 07, 1998 at 09:52:03AM +0100, Thierry.Herbelot@alcatel.fr wrote: > The pnp device is numbered pcm1, so you must MAKEDEV pcm1 (see the > archives, there is a patch to do in /dev/MAKEDEV and I don't have it > onhand) > > > brian@worldcontrol.com wrote: > > > On Thu, Dec 03, 1998 at 03:24:42PM -0600, mib wrote: > > > > What lines are necessary in my config file for my integrated Yamaha > > > > OPL YMF715 audio chip? Thanks in advance! > > > > > > I use > > > > > > device pcm0 at isa? port ? tty irq 10 drq 0 flags 0x11 > > > > > > However, I assigned the DRQs on my system in reverse of the way > > > most people do, which would be: > > > > > > device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x10 > > > > I added from LINT... > > > > controller pnp0 > > device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 vector p\ > > cmintr > > > > ... and dmesg says... > > > > Probing for PnP devices: > > CSN 1 Vendor ID: YMH0030 [0x3000a865] Serial 0x80860001 > > This is a Yamaha SA3, but LDN 0 is disabled > > Probing for devices on the ISA bus: > > pcm0 not found at 0xffffffff > > > > Any suggestions? Searching the archives (which I should have done first!) suggests to me that your MAKEDEV pcm1 suggestion is a solution to someone else's problem (or, at least, not my problem yet). I discovered, however, that disabling the PNP OS BIOS setting does some magic; dmesg now says: Probing for PnP devices: CSN 1 Vendor ID: YMH0030 [0x3000a865] Serial 0x80860001 mss_attach 1 at 0x530 irq 5 dma 0:1 flags 0x11 setting up yamaha registers set yamaha master volume to max pcm1 (CS423x/Yamaha sn 0x80860001) at 0x530 irq 5 drq 0 flags 0x11 id 9 Probing for devices on the ISA bus: pcm0 not found at 0xffffffff Next plan of action? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message