DragonFly commits List (threaded) for 2007-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/sys bus.h src/sys/kern subr_bus.c
hasso 2007/09/12 00:59:32 PDT
DragonFly src repository
Modified files:
sys/sys bus.h
sys/kern subr_bus.c
Log:
Add bus_alloc_resources() and bus_release_resources() functions to allow to
simplify the code and to make it easier to port drivers (initially the
agp(4)) from FreeBSD.
Obtained-from: FreeBSD
Revision Changes Path
1.26 +11 -0 src/sys/sys/bus.h
1.40 +33 -0 src/sys/kern/subr_bus.c
http://www.dragonflybsd.org/cvsweb/src/sys/sys/bus.h.diff?r1=1.25&r2=1.26&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_bus.c.diff?r1=1.39&r2=1.40&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]