From owner-cvs-sys Mon Jun 8 05:31:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02591 for cvs-sys-outgoing; Mon, 8 Jun 1998 05:31:02 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02575; Mon, 8 Jun 1998 05:30:56 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id FAA21689; Mon, 8 Jun 1998 05:30:59 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 21:30:51 +1000." <199806081130.VAA01047@godzilla.zeta.org.au> Date: Mon, 08 Jun 1998 05:30:58 -0700 Message-ID: <21685.897309058@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > snd are just the most bogusly configured. Sound is in LINT but snd > isn't. I think there are also a couple of sound modules that aren't > configured because they would conflict. Nope - see for yourself; all possible sound modules (in the old voxware set) are included and the only thing commented out is a duplicate entry for gus0, that entry there simply to show how one can designate an extra IRA through the use of flags. In fact, since the new sound code AND all of the old sound code co-exist just fine in LINT (I tried it, it worked), the new sound stuff should probably be uncommented as well. - Jordan