On Sat, 27 Mar 2004, Dave Ashley wrote: > Here's what I have. This can go after > mainboardinit southbridge/via/vt8235/setup_misc.inc > // enable VGA device > movl $CONFIG_ADDR(0, 0x00, 0xe1), %eax > movb $0xbd, %dl // enable vga with 8 megs > PCI_WRITE_CONFIG_BYTE
This code is in there but set for 32M. > // The stupid firewire device (undocumented) steps on IO 0+ on reset > movl $CONFIG_ADDR(0, 0x0d*8, 0x15), %eax > movb $0x1c, %dl > PCI_WRITE_CONFIG_BYTE it seems to be in there. > > // use CMOS byte 0x0e as marker so we only reboot once >. >. >. this is in there too. ron _______________________________________________ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

