On Mon, 26 Apr 2004, YhLu wrote:
When enabling lsi_scsi support, It need leave 48k in the BIOS ROM for lsi_scsi fw. So need to change normal mode ROM_SIZE to 512k-48k.
OK, BTW you can do this: option ROM_SIZE = 512*1024 - 48*1024
which is not as readable as 512k-48k, but is pretty readable.
ron