Date: Sun, 29 Aug 2004 18:25:21 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c Message-ID: <200408291825.i7TIPLrI066766@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2004-08-29 18:25:21 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Initial support (disabled) for rebidding devices. I've been running this in my tree for a while and in its disabled state there are no issues. It isn't enabled yet because some drivers (in acpi) have side effects in their probe routines that need to be resolved in some manner before this can be turned on. The consensus at the last developer's summit was to provide a static method for each driver class that will return characteristics of the driver, one of which is if can be reprobed idempotently. Revision Changes Path 1.159 +36 -4 src/sys/kern/subr_bus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408291825.i7TIPLrI066766>