Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 09/01/2007 22:19:25
Module Name:	src
Committed By:	riz
Date:		Sat Sep  1 22:19:25 UTC 2007

Modified Files:
	src/sys/dev/i2c: i2c.c
	src/sys/dev/pci: ichsmb.c nfsmb.c

Log Message:
For SMBus, add the ability to enumerate devices on the bus.
This does NOT identify the devices, merely indicates the
presence of devices at certain addresses.  Tested on ichsmb
and nfsmb - other SMBus devices will need to ensure the
proper bus type is set. (I2C_TYPE_SMBUS)

From Nicolas Joly, via Paul Goyette, in PR#36744.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/i2c/i2c.c
cvs rdiff -r1.8 -r1.9 src/sys/dev/pci/ichsmb.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/pci/nfsmb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.