From owner-freebsd-current@FreeBSD.ORG Tue Sep 14 21:59:31 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 B07E116A4CE for ; Tue, 14 Sep 2004 21:59:31 +0000 (GMT) Received: from mail.loquefaltaba.com (78.Red-213-96-97.pooles.rima-tde.net [213.96.97.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229C043D5C for ; Tue, 14 Sep 2004 21:59:31 +0000 (GMT) (envelope-from sico@loquefaltaba.com) Received: from localhost (localhost.loquefaltaba.com [127.0.0.1]) by mail.loquefaltaba.com (Postfix) with ESMTP id 0FD46AB2B; Tue, 14 Sep 2004 23:59:37 +0200 (CEST) Received: from mail.loquefaltaba.com ([127.0.0.1]) by localhost (sico.loquefaltaba.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 49248-06; Tue, 14 Sep 2004 23:59:33 +0200 (CEST) Received: from webmail.loquefaltaba.com (localhost.loquefaltaba.com [127.0.0.1]) by mail.loquefaltaba.com (Postfix) with ESMTP id EC7C7AB1C; Tue, 14 Sep 2004 23:59:32 +0200 (CEST) Received: from 192.168.0.98 (SquirrelMail authenticated user sico); by webmail.loquefaltaba.com with HTTP; Tue, 14 Sep 2004 23:59:32 +0200 (CEST) Message-ID: <52036.192.168.0.98.1095199172.squirrel@192.168.0.98> In-Reply-To: <51966.192.168.0.98.1095198671.squirrel@192.168.0.98> References: <20040831201834.BF6FA5D0A@ptavv.es.net> <51966.192.168.0.98.1095198671.squirrel@192.168.0.98> Date: Tue, 14 Sep 2004 23:59:32 +0200 (CEST) From: "David Barbero" To: "David Barbero" User-Agent: SquirrelMail/1.5.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at loquefaltaba.com cc: current@freebsd.org Subject: Re: Problem with sound in 5.3-BETA2 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: Tue, 14 Sep 2004 21:59:31 -0000 The Gpg signature wrote wrong patch format, this is the correct: --- fm801.c.orig Tue Sep 14 23:31:15 2004 +++ fm801.c Tue Sep 14 23:44:48 2004 @@ -736,11 +736,9 @@ * power-on value should be `0', while on AC97-less tuner * card (SF64-PCR) it was 0x80. */ - if (bus_space_read_1(st, sh, 0x28) == 0) { device_set_desc(dev, "Forte Media FM801 Audio Controller"); result = 0; - } bus_release_resource(dev, regtype, regid, reg); } -- "Linux is for people who hate Windows, BSD is for people who love UNIX"