From owner-freebsd-questions@FreeBSD.ORG Tue Nov 29 17:44:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 657C116A43C for ; Tue, 29 Nov 2005 17:44:47 +0000 (GMT) (envelope-from greg@grokking.org) Received: from herbert.sohotech.ca (herbert.sohotech.ca [206.116.63.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEEB843D5A for ; Tue, 29 Nov 2005 17:44:46 +0000 (GMT) (envelope-from greg@grokking.org) Received: from localhost (unknown [127.0.0.1]) by herbert.sohotech.ca (Postfix) with ESMTP id A334618078B for ; Tue, 29 Nov 2005 09:44:45 -0800 (PST) Received: from herbert.sohotech.ca ([127.0.0.1]) by localhost (herbert.sohotech.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 86048-02 for ; Tue, 29 Nov 2005 09:44:44 -0800 (PST) Received: from [192.168.33.4] (heinlein.sohotech.ca [192.168.33.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by herbert.sohotech.ca (Postfix) with ESMTP id CA4D7175D72 for ; Tue, 29 Nov 2005 09:44:44 -0800 (PST) Message-ID: <438C938C.6010908@grokking.org> Date: Tue, 29 Nov 2005 09:44:44 -0800 From: Greg Maruszeczka User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200511291253.29915.joao@matik.com.br> In-Reply-To: <200511291253.29915.joao@matik.com.br> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at sohotech.ca Subject: Re: snd_ich and syntax error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2005 17:44:47 -0000 JoaoBR wrote: > On Tuesday 29 November 2005 11:53, Marco Calviani wrote: > >>Hi list, >> i have a problem during the config(8) phase of a kernel configuration >>file. I would like to add in the kernel the device snd_ich with (as >>indicated in the handbook): >> >>device snd_ich >> >>However i've got a Syntax Error on that line when i try to config it. >> Put quotation marks around the driver name: device "snd_ich"