From owner-cvs-all Sat Nov 14 13:58:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19096 for cvs-all-outgoing; Sat, 14 Nov 1998 13:58:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19091; Sat, 14 Nov 1998 13:58:48 -0800 (PST) (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA22480; Sat, 14 Nov 1998 13:58:52 -0800 (PST) Date: Sat, 14 Nov 1998 13:58:52 -0800 (PST) Message-Id: <199811142158.NAA22480@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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