On Mon, 4 Feb 2002, Stefan Bambach wrote: > is it possible to commit the changes to cvs, so everybody can do the > normal cvs update without getting this 'modified' message ?
I'm not sure what you mean, sorry! > Can I use the normal burn_mtd script to burn the DoC on GA-6BXC ? It's > meant for SiS, isn't it ? It should work on any kernel that supports the MTD device. > I ran flash_rom (from flash_and_burn directory) and it said 'EEPROM > not found' ! Is this a problem because of normal inserted standard > BIOS flash or does it work with DoC anyway ? flash_rom will not work with DoC, only normal flash parts. Also, there is a PIIX4E register that may need to be set on your machine. I am trying to work up scripts to make this mess easier, but the wide variation in machines makes if very hard. do this: setpci -s 0:7.0 4e.w It would probably have a value of 30. This is the PIIX4e ISA device which also drives the flash bus. This command makes bios addressable from high memory, and enables writes: setpci -s 0:7.0 4e.w=2f4 ron
