From owner-cvs-all@FreeBSD.ORG Tue Feb 1 22:16:02 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0033316A4CE; Tue, 1 Feb 2005 22:16:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D3C43D45; Tue, 1 Feb 2005 22:16:01 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j11MG1XG084139; Tue, 1 Feb 2005 22:16:01 GMT (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j11MG1hd084138; Tue, 1 Feb 2005 22:16:01 GMT (envelope-from sf) Message-Id: <200502012216.j11MG1hd084138@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 1 Feb 2005 22:16:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/aureal-kmod Makefileports/audio/aureal-kmod/files patch-au88x0.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 22:16:02 -0000 sf 2005-02-01 22:16:01 UTC FreeBSD ports repository Modified files: audio/aureal-kmod Makefile audio/aureal-kmod/files patch-au88x0.c Log: MFsrc: fix by yongari |Audio drivers failed to detect failure condition and attempted to |assign DMA address to the wrong address. It can cause system lockup |or other mysterious errors. Since most sound cards requires low DMA |address(BUS_SPACE_MAXADDR_24BIT) sndbuf_alloc() would fail when the |audio driver is loaded after long running of operations. Revision Changes Path 1.22 +6 -6 ports/audio/aureal-kmod/Makefile 1.6 +11 -2 ports/audio/aureal-kmod/files/patch-au88x0.c