Date: Fri, 14 May 1999 04:22:49 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa isa.c src/sys/conf files src/sys/i386/isa isa.c src/sys/isa isahint.c isavar.h src/sys/kern bus_if.m device_if.m subr_bus.c src/sys/sys bus.h Message-ID: <199905141122.EAA25177@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 1999/05/14 04:22:49 PDT Modified files: sys/alpha/isa isa.c sys/conf files sys/i386/isa isa.c sys/isa isavar.h sys/kern bus_if.m device_if.m subr_bus.c sys/sys bus.h Added files: sys/isa isahint.c Log: * Define a new static method DEVICE_IDENTIFY which is called to add device instances to a parent bus. * Define a new method BUS_ADD_CHILD which can be called from DEVICE_IDENTIFY to add new instances. * Add a generic implementation of DEVICE_PROBE which calls DEVICE_IDENTIFY for each driver attached to the parent's devclass. * Move the hint-based isa probe from the isa driver to a new isahint driver which can be shared between i386 and alpha. Revision Changes Path 1.13 +63 -139 src/sys/alpha/isa/isa.c 1.214 +1 -0 src/sys/conf/files 1.126 +36 -106 src/sys/i386/isa/isa.c 1.6 +2 -2 src/sys/isa/isavar.h 1.10 +14 -1 src/sys/kern/bus_if.m 1.5 +9 -1 src/sys/kern/device_if.m 1.23 +17 -1 src/sys/kern/subr_bus.c 1.16 +2 -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?199905141122.EAA25177>