From owner-cvs-src@FreeBSD.ORG Wed Oct 13 06:04:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B9AB16A4CE; Wed, 13 Oct 2004 06:04:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 683E943D31; Wed, 13 Oct 2004 06:04:01 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D641Zd076132; Wed, 13 Oct 2004 06:04:01 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D6413h076131; Wed, 13 Oct 2004 06:04:01 GMT (envelope-from yongari) Message-Id: <200410130604.i9D6413h076131@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 13 Oct 2004 06:04:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci t4dwave.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 06:04:01 -0000 yongari 2004-10-13 06:04:01 UTC FreeBSD src repository Modified files: sys/dev/sound/pci t4dwave.c Log: Limit DMA address space to 1GB since the trident audio cards can't handle DMA addresses located above 1GB. The LBA(loop begin address) register which holds DMA base address is 32bits register. But the MSB 2bits are used for other purposes. This effectivly limits the DMA address space up to 1GB. Approved by: jake (mentor) Reviewed by: truckman, matk Revision Changes Path 1.46 +11 -1 src/sys/dev/sound/pci/t4dwave.c