From owner-freebsd-stable@FreeBSD.ORG Tue Nov 29 13:53:22 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE3D16A422 for ; Tue, 29 Nov 2005 13:53:22 +0000 (GMT) (envelope-from marco.calviani@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F5843D5A for ; Tue, 29 Nov 2005 13:53:07 +0000 (GMT) (envelope-from marco.calviani@gmail.com) Received: by xproxy.gmail.com with SMTP id i29so2197962wxd for ; Tue, 29 Nov 2005 05:53:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Qf4Lrk5JVwHDjzeOY24u9duy4nEhET+7BzOlNEMvxZoaXU/O6omZW6jbqIvbi5c5oBXS2jRcbjQOLLKDB1Lf12INcG2blXc3jlVvM2DCsIwHbHSW20lwu6Cnl9PLZZ1d560YDDlJ9JC6Ovc/KsjYp8qOj5QrN7TO3u2l0V/2lw8= Received: by 10.65.159.5 with SMTP id l5mr2923706qbo; Tue, 29 Nov 2005 05:53:04 -0800 (PST) Received: by 10.65.243.16 with HTTP; Tue, 29 Nov 2005 05:53:04 -0800 (PST) Message-ID: Date: Tue, 29 Nov 2005 14:53:04 +0100 From: Marco Calviani To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: snd_ich and syntax error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2005 13:53:22 -0000 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. Any ideas for this behaviour? Thanks in advance, MC