Subject: PR/36744 CVS commit: src/sys/dev
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 09/01/2007 22:25:01
The following reply was made to PR kern/36744; it has been noted by GNATS.

From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36744 CVS commit: src/sys/dev
Date: Sat,  1 Sep 2007 22:19:25 +0000 (UTC)

 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.