From owner-cvs-all@FreeBSD.ORG Wed Sep 24 15:13:26 2003 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 3624916A4C3; Wed, 24 Sep 2003 15:13:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA3943FE9; Wed, 24 Sep 2003 15:13:25 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8OMDPXJ020556; Wed, 24 Sep 2003 15:13:25 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8OMDPFd020555; Wed, 24 Sep 2003 15:13:25 -0700 (PDT) (envelope-from imp) Message-Id: <200309242213.h8OMDPFd020555@repoman.freebsd.org> From: Warner Losh Date: Wed, 24 Sep 2003 15:13:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/exca exca.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: Wed, 24 Sep 2003 22:13:26 -0000 imp 2003/09/24 15:13:25 PDT FreeBSD src repository Modified files: sys/dev/exca exca.c Log: CARDMEM is the offset of the address ON THE CARD (eg which page). Instead, use EXCA_MEMREG_WIN_SHIFT which is the amount we shift the bus address by to write into upper memory (eg above 24MB). Use the latter in this case. Revision Changes Path 1.14 +1 -1 src/sys/dev/exca/exca.c