You can see my latest here and here

Board is going solid! I've not added any voltage yet though..

This is where Abit utility/BIOS reads sensors from:

Code:
;===========================================================
;	W83627EHF Index and Internal Pin Define
;===========================================================
;	Pin name			Index	Bank		
;	---------			----	----
;	"VCORE"			0x20	0
;	"VIN0"			0x21	0
;	"VAVCC"			0x22	0
;	"V3VCC"			0x23	0
;	"VIN1"			0x24	0
;	"VIN2"			0x25	0
;   	"VIN3"			0x26	0
;	"VSB"			        0x50	5
;	"VBAT"			0x51	5
;	"VIN4"			0x52	5
;	"CPUTIN"			0x50	1
;	"AUXTIN"		        0x50	2
;	"SYSTIN"		        0x27	0
;	"SYSFANIN"		      0x28	0
;	"CPUFANIN0"		0x29	0
;	"AUXFANIN0"		0x2A	0
;	"CPUFANIN1"		0x3F	0
;	"AUXFANIN1"		0x53	5
===========================================================