From owner-freebsd-questions Thu Dec 19 14:40:28 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA17097 for questions-outgoing; Thu, 19 Dec 1996 14:40:28 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id OAA17091 for ; Thu, 19 Dec 1996 14:40:26 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 19 Dec 1996 17:39:22 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA01269; Thu, 19 Dec 96 17:39:19 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id RAA21785; Thu, 19 Dec 1996 17:38:03 -0500 Message-Id: Date: Thu, 19 Dec 1996 17:38:03 -0500 From: rhh@ct.picker.com (Randall Hopper) To: ben@narcissus.ml.org (Snob Art Genre) Cc: dwhite@resnet.uoregon.edu, root@narcissus.ml.org (Levels of Indirection), questions@FreeBSD.org Subject: Re: Adding sb sound support to 2.1.5 kernel References: X-Mailer: Mutt 0.54 Mime-Version: 1.0 In-Reply-To: ; from Snob Art Genre on Dec 18, 1996 14:51:21 -0800 Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Snob Art Genre: |On Wed, 18 Dec 1996, Doug White wrote: |> |> controller snd0 |> 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 opl0 at isa? port 0x388 # if you want |> |Thanks! What's the "If I want" part? opl0 will get you a sequencer device. It's used by playmidi so that you can do some 'semblance of synth music with your card (e.g. MIDIs). If you really want to do MIDIs on 2.1.6 though, you can get much better results with Timidity (which digitizes the MIDIs using GUS patches and plays them out the PCM side of your card). Summary: if you don't care about synth, you probably don't care about opl0 -- doesn't hurt to include it though. Randall