From owner-freebsd-mobile Sun Feb 1 22:05:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08665 for freebsd-mobile-outgoing; Sun, 1 Feb 1998 22:05:17 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA08660 for ; Sun, 1 Feb 1998 22:05:15 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xzF0C-0004b9-00; Sun, 1 Feb 1998 23:05:04 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id XAA12212 for ; Sun, 1 Feb 1998 23:05:05 -0700 (MST) Message-Id: <199802020605.XAA12212@harmony.village.org> To: mobile@FreeBSD.ORG Subject: Libretto sound Date: Sun, 01 Feb 1998 23:05:04 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" opl0 at 0x388 on isa snd0: from the most recent -current kernel. Looks like /dev/snd works (how do I prove that?), but /dev/dsp doesn't (at least xgalaga doesn't). Is this expected behavior? Any ideas about how to make it work. I've never seen (or heard) xgal before and hoped to hear it on my libretto 50ct... :-) Here's the lines from the config file I used. I suspect all I really need is the controller and the opl lines. Someone was asking about this a while ago, but I didn't save the context.... MAybe this will help that person. controller snd0 device pas0 at isa? port 0x388 irq 10 drq 6 vector pasintr device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device awe0 at isa? port 0x620 device gus0 at isa? port 0x220 irq 12 drq 1 vector gusintr #device gus0 at isa? port 0x220 irq 12 drq 1 flags 0x3 vector gusintr device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr #device css0 at isa? port 0x534 irq 5 drq 1 flags 0x08 vector adintr device sscape0 at isa? port 0x330 irq 9 drq 0 vector sscapeintr device sscape_mss0 at isa? port 0x534 irq 5 drq 1 vector sndintr device opl0 at isa? port 0x388 device mpu0 at isa? port 0x330 irq 6 drq 0 device uart0 at isa? port 0x330 irq 5 vector "m6850intr" Warner