[LinuxBIOS] r2536 - trunk/LinuxBIOSv2/util/probe_superio

bxshi bingxunshi at gmail.com
Thu Jan 18 02:38:04 CET 2007


>+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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070118/11b67021/attachment.html>


More information about the coreboot mailing list