Re: flash_rom.c

2003-03-01 Thread Mark Wilkinson
--- freebios/util/flash_and_burn/flash_rom.cFri Feb 28 17:21:37 2003 +++ mod-freebios/util/flash_and_burn/flash_rom.cSat Mar 1 15:37:40 2003 @@ -146,6 +146,30 @@ return 0; } +int +enable_flash_epia(struct pci_dev *dev, char *name) { +/* register 40.b gets bit 4 set to enable flash

Re: flash_rom.c

2003-03-01 Thread Ronald G. Minnich
Thanks for that too anyone who has an 'enable write' patch for the flash_rom.c program, I'll take it. ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

flash_rom.c

2003-02-28 Thread Mark Wilkinson
the Config file under src/arch/i386/lib. I've notice that it has two copies of the 'object c_start.S' line. Is there a reason for this ? I've noticed that the NLBConfig.py script generates warnings about re-defining the object. Regards Mark Wilkinson --- orig/util/flash_and_burn/flash_rom.c