Date: Sat, 14 Nov 1998 13:58:52 -0800 (PST) From: Garrett Wollman <wollman@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys bus.h bus_private.h conf.h devicestat.h module.h src/sys/kern bus_if.m device_if.m kern_conf.c subr_bus.c subr_devstat.c Message-ID: <199811142158.NAA22480@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wollman 1998/11/14 13:58:52 PST
Modified files:
sys/sys bus.h bus_private.h conf.h devicestat.h
module.h
sys/kern bus_if.m device_if.m kern_conf.c
subr_bus.c subr_devstat.c
Log:
My changes to the new device interface:
- Interface wth the new resource manager.
- Allow for multiple drivers implementing a single devclass.
- Remove ordering dependencies between header files.
- Style cleanup.
- Add DEVICE_SUSPEND and DEVICE_RESUME methods.
- Move to a single-phase interrupt setup scheme.
Kernel builds on the Alpha are brken until Doug gets a chance to incorporate
these changes on that side.
Agreed to in principle by: dfr
Revision Changes Path
1.7 +140 -71 src/sys/sys/bus.h
1.4 +3 -3 src/sys/sys/bus_private.h
1.48 +13 -18 src/sys/sys/conf.h
1.3 +2 -2 src/sys/sys/devicestat.h
1.5 +9 -9 src/sys/sys/module.h
1.5 +67 -19 src/sys/kern/bus_if.m
1.3 +15 -1 src/sys/kern/device_if.m
1.29 +3 -3 src/sys/kern/kern_conf.c
1.10 +199 -66 src/sys/kern/subr_bus.c
1.5 +2 -2 src/sys/kern/subr_devstat.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?199811142158.NAA22480>
