Date: Tue, 17 Oct 2000 22:15:40 -0700 (PDT) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c bus_if.m src/sys/sys bus.h Message-ID: <200010180515.WAA38688@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2000/10/17 22:15:40 PDT Modified files: sys/kern subr_bus.c bus_if.m sys/sys bus.h Log: Add new bus method 'GET_RESOURCE_LIST' and appropriate generic implementation. Add bus_generic_rl_{get,set,delete,release,alloc}_resource() functions which provide generic operations for devices using resource list style resource management. This should simplify a number of bus drivers. Further commits to follow. Revision Changes Path 1.81 +93 -1 src/sys/kern/subr_bus.c 1.18 +10 -1 src/sys/kern/bus_if.m 1.38 +10 -1 src/sys/sys/bus.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?200010180515.WAA38688>