ADLO

steven james pyro at linuxlabs.com
Tue May 20 07:16:01 CEST 2003


Greetings,

For the most part, the 630ET chipset is compatible with the 630. The big
difference I have seen is that the builtin sis900 ethernet gets it's MAC
address from CMOS rather than a seperate EEPROM. The following code
fragment demonstrates:

        i = read_config_byte(0x80000848);

        write_config_byte(0x80000848, 0x50);

        printf("CMOS eth0 hwaddr");

        for(i=9; i<15; i++) {
                outb(i,0x70);
                cache = inb(0x71);

                printf(":%02x", cache);
        }

        write_config_byte(0x80000848, 0x10);

G'day,
sjames


On Tue, 20 May 2003, Xavier Pegenaute wrote:

> Hi,
> 
> i want to try with ADLO, but at the moment i can't find MS7308E, i think 
> that may be i can find this motherboard MS7308ET, but use a different 
> chipset SIS630ET any one tryed with this one ?
> 
> Thanks.
> Xavi.
> 
> _______________________________________________
> Linuxbios mailing list
> Linuxbios at clustermatic.org
> http://www.clustermatic.org/mailman/listinfo/linuxbios
> 

-- 
-------------------------steven james, director of research, linux labs
... ........ ..... ....                    230 peachtree st nw ste 2701
the original linux labs                             atlanta.ga.us 30303
      -since 1995                              http://www.linuxlabs.com
                                   office 404.577.7747 fax 404.577.7743
-----------------------------------------------------------------------





More information about the coreboot mailing list