From owner-freebsd-current@FreeBSD.ORG Fri Oct 8 17:37:17 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD9F16A4CE; Fri, 8 Oct 2004 17:37:17 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A88C43D41; Fri, 8 Oct 2004 17:37:17 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i98HbFA7031972; Fri, 8 Oct 2004 11:37:15 -0600 (MDT) (envelope-from scottl@FreeBSD.org) Message-ID: <4166D00C.5020308@FreeBSD.org> Date: Fri, 08 Oct 2004 11:36:12 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Simon L. Nielsen" References: <20041007161444.GA34608@eerie.lan> <4166BE86.4070507@FreeBSD.org> <20041008173450.GA774@zaphod.nitro.dk> In-Reply-To: <20041008173450.GA774@zaphod.nitro.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Martin Faxer cc: freebsd-current@FreeBSD.org Subject: Re: beta7 experience X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 17:37:17 -0000 Simon L. Nielsen wrote: > On 2004.10.08 10:21:26 -0600, Scott Long wrote: > >>Martin Faxer wrote: > > >>>snd_emu10k1 >>>----------- >>>To build the snd_emu10k1 sound driver, one needs to add: >>> >>> device "snd_emu10k1" >>> >>>to the kernel config file. Simply: >>> >>> device snd_emu10k1 >>> >>>will cause config to complain about a syntax error (presumably because >>>it thinks the 1 at the end is a device number). > > [...] > > >>6-CURRENT has this mess completely fixed, but it's unlikely that it >>will get fixed in 5.x. I'll look at the manual pages and NOTES files >>to make sure that they are correct for 5.x. > > > Oh, I didn't notice that peter's update to config hadn't been MFC'ed > when working on the sound manual pages. Anyway I can make a patch to > fix it, unless you already have looked at it? > No, I haven't gotten to it yet. Feel free to take care of this. Thanks! Scott