From owner-cvs-all Thu Jan 9 10:15:53 2003 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 A915237B401; Thu, 9 Jan 2003 10:15:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DAA43F3F; Thu, 9 Jan 2003 10:15:51 -0800 (PST) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h09IFpfh007737; Thu, 9 Jan 2003 10:15:51 -0800 (PST) (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h09IFpAa007736; Thu, 9 Jan 2003 10:15:51 -0800 (PST) Message-Id: <200301091815.h09IFpAa007736@repoman.freebsd.org> From: John Polstra Date: Thu, 9 Jan 2003 10:15:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-FreeBSD-CVS-Branch: RELENG_4 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 jdp 2003/01/09 10:15:51 PST Modified files: (Branch: RELENG_4) sys/dev/bge if_bge.c if_bgereg.h Log: MFC: Avoid 16-bit accesses to device memory. Use volatile where appropriate in referencing device memory. Parenthesize BGE_HOSTADDR define properly. Add the ASIC revision to the device description string that appears in the dmesg output. This merges in the following revisions from -current: if_bge.c 1.26 and 1.27 if_bgereg.h 1.12 Revision Changes Path 1.3.2.19 +52 -48 src/sys/dev/bge/if_bge.c 1.1.2.8 +3 -10 src/sys/dev/bge/if_bgereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message