>+probe_idregs_fintek(unsigned short port){
>+ unsigned int vid, did;
>+
>+ // Enable configuration sequence (Fintek uses this for example)
>+ outb(0x87, port);
>+ outb(0x87, port);
 
Winbond superios also need to do this way ,so I think change probe_idregs_fintek to another name will be more convient.
we need only case 0xxxx for winbond superio.
 
bxshi