Module Name: src Committed By: msaitoh Date: Fri Aug 18 04:07:51 UTC 2017
Modified Files: src/sys/dev/i2c: lm_i2c.c src/sys/dev/ic: nslm7x.c nslm7xvar.h src/sys/dev/isa: lm_isa_common.c wbsio.c wbsioreg.h Log Message: - WBSIO_ID_W83627DHG and newer devices have 12bit device ID. So, change sioid from 8bit to 16bit and check with it strictly. - s/lm_match/nslm_match/ - split {wb,lm,def}_match() to XXX_match and XXX_attach(). - Rename lm_probe with lm_match and call {wb,nslm,def}_match() at the end of the function to check strictly. - NCT610[246]D is different from otehrs, so add new nct6102d_sensors[] table. - Register offsets of vendor ID and chip id of NCT610[246]D are different from others. When it failed reading vendor ID or chip ID, fallback to NCT610[246]D's register offsets. - Add debug messages. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/lm_i2c.c cvs rdiff -u -r1.69 -r1.70 src/sys/dev/ic/nslm7x.c cvs rdiff -u -r1.32 -r1.33 src/sys/dev/ic/nslm7xvar.h cvs rdiff -u -r1.5 -r1.6 src/sys/dev/isa/lm_isa_common.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/isa/wbsio.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/isa/wbsioreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.