Date: Tue, 6 Jan 2009 17:23:37 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/iicbus ad7418.c ds1672.c icee.c if_ic.c iic.c iicbus.c iicsmb.c Message-ID: <200901061723.n06HNhMt094444@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2009-01-06 17:23:37 UTC
FreeBSD src repository
Modified files:
sys/dev/iicbus ad7418.c ds1672.c icee.c if_ic.c iic.c
iicbus.c iicsmb.c
Log:
SVN rev 186833 on 2009-01-06 17:23:37Z by nwhitehorn
Change the way I2C bus attachment works to allow firmware-assisted bus
subclasses as are available with PCI. Changes I2C device drivers without
real probe logic to return BUS_PROBE_NOWILDWARD to avoid interference with
firmware bus enumeration, and reduces the probe priority of the iicbus
base driver to allow subclass attachment at higher priority.
Discussed on: freebsd-arch
Revision Changes Path
1.4 +1 -1 src/sys/dev/iicbus/ad7418.c
1.3 +1 -1 src/sys/dev/iicbus/ds1672.c
1.5 +1 -1 src/sys/dev/iicbus/icee.c
1.28 +1 -1 src/sys/dev/iicbus/if_ic.c
1.41 +2 -2 src/sys/dev/iicbus/iic.c
1.26 +3 -1 src/sys/dev/iicbus/iicbus.c
1.17 +1 -1 src/sys/dev/iicbus/iicsmb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901061723.n06HNhMt094444>
