From owner-freebsd-doc@FreeBSD.ORG Mon Oct 25 09:11:35 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A6316A4CE for ; Mon, 25 Oct 2004 09:11:35 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id C476543D48 for ; Mon, 25 Oct 2004 09:11:34 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i9P9BftY087730; Mon, 25 Oct 2004 11:11:41 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i9P9Bf2V087729; Mon, 25 Oct 2004 11:11:41 +0200 (CEST) (envelope-from marc) Date: Mon, 25 Oct 2004 11:11:40 +0200 From: Marc Fonvieille To: Steve Jothen Message-ID: <20041025091140.GA87530@abigail.blackend.org> References: <1098679763.48236.9.camel@gridlok.dnb> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1098679763.48236.9.camel@gridlok.dnb> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: freebsd-doc@freebsd.org Subject: Re: snd_emu10k1 in section 7.2.1.1 of handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 09:11:36 -0000 On Sun, Oct 24, 2004 at 09:49:23PM -0700, Steve Jothen wrote: > It says to add "device snd_emu10k1" to the kernel, but the man page and > conf/NOTES says that it should have quotations around it due to the > filename containing numbers like so: > > device "snd_emu10k1" > You're right, the config(8) used, for the moment, under 5.X needs quotes with names containing numbers. I'll fix it. Marc