Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



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.




Home | Main Index | Thread Index | Old Index