Date: Mon, 14 Oct 2002 17:02:51 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_common.c isavar.h Message-ID: <200210150002.g9F02pi9099839@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210150002.g9F02pi9099839>