From owner-freebsd-hackers Sun Sep 17 11:21:21 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA22124 for hackers-outgoing; Sun, 17 Sep 1995 11:21:21 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA22099 for ; Sun, 17 Sep 1995 11:21:17 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id JAA21405; Sun, 17 Sep 1995 09:18:02 -0700 To: Jim Lowe cc: hackers@freefall.freebsd.org, multimedia@rah.star-gate.com Subject: Re: Sound driver in 2.1 / 2.2.. In-reply-to: Your message of "Sun, 17 Sep 1995 10:46:31 CDT." <199509171546.KAA22189@miller.cs.uwm.edu> Date: Sun, 17 Sep 1995 09:18:02 -0700 Message-ID: <21403.811354682@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.org Precedence: bulk > I think we want to be careful here. It might be best if maplay was > compiled with a target device such as /dev/mp2, then one could make > a symbolic link to wherever it is needed. The default sym link should > probably point to /dev/dsp0. If one has a gus-max card then you could > point the link to /dev/dsp2. Well, that's what `sndgus' would do I suppose. Don't forget that /dev/dsp2 *isn't even created* by anything right now, so some sort of manual intervention with MAKEDEV is basically already required! :-( Jordan