Date: Tue, 17 Oct 2000 17:09:26 -0700 (PDT) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c src/sys/pci agp.c src/sys/dev/pdq if_fea.c src/sys/dev/pcic i82365.c i82365_isa.c Message-ID: <200010180009.RAA29618@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2000/10/17 17:09:26 PDT Modified files: sys/i386/i386 nexus.c sys/pci agp.c sys/dev/pdq if_fea.c sys/dev/pcic i82365.c i82365_isa.c Log: Use appropriate resource management accessors instead of directly referencing structure members. Use rman_get_size() instead of end - start + 1. Revision Changes Path 1.37 +9 -8 src/sys/i386/i386/nexus.c 1.5 +2 -3 src/sys/pci/agp.c 1.20 +2 -2 src/sys/dev/pdq/if_fea.c 1.29 +3 -3 src/sys/dev/pcic/i82365.c 1.22 +2 -2 src/sys/dev/pcic/i82365_isa.c 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?200010180009.RAA29618>