From owner-cvs-all Mon Apr 15 12:16:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B15EB37B400; Mon, 15 Apr 2002 12:16:37 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3FJGbY39963; Mon, 15 Apr 2002 12:16:37 -0700 (PDT) (envelope-from jhb) Message-Id: <200204151916.g3FJGbY39963@freefall.freebsd.org> From: John Baldwin Date: Mon, 15 Apr 2002 12:16:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci maestro.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/04/15 12:16:37 PDT Modified files: sys/dev/sound/pci maestro.c Log: Use bus_addr_t instead of u_int for local variables that are derived from the per-channel bus_addr_t offset. Also, cast the offset to (long long) and use %#llx instead of %#x to fix printf warnings on architectures where sizeof(bus_addr_t) != sizeof(int). Revision Changes Path 1.15 +5 -5 src/sys/dev/sound/pci/maestro.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message