From owner-cvs-all Mon Oct 14 17: 3: 1 2002 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 153AD37B404; Mon, 14 Oct 2002 17:02:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA3A043E9E; Mon, 14 Oct 2002 17:02:51 -0700 (PDT) (envelope-from jhb@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 g9F02pMt099840; Mon, 14 Oct 2002 17:02:51 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F02pi9099839; Mon, 14 Oct 2002 17:02:51 -0700 (PDT) Message-Id: <200210150002.g9F02pi9099839@repoman.freebsd.org> From: John Baldwin Date: Mon, 14 Oct 2002 17:02:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_common.c isavar.h 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/10/14 17:02:51 PDT Modified files: sys/isa isa_common.c isavar.h Log: - Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead of homerolling our own version. - Rename the enum for memsize from ISA_IVAR_MSIZE to ISA_IVAR_MEMSIZE since using 'MSIZE' in the macro invocation of ISA_ACCESSOR() conflicts with the 'MSIZE' kernel option. The accessor function is still isa_get_msize(). Revision Changes Path 1.32 +4 -4 src/sys/isa/isa_common.c 1.24 +6 -18 src/sys/isa/isavar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message