I'm trying to use the flash_rom utility on the sis630, using an sst28sf040
part.

I had to make one fix in the probe code (committed):
        *bios = READ_ID;
        usleep(10);
        id1 = *(unsigned char *) bios;
        usleep(10);
        id2 = *(unsigned char *) (bios + 0x01);

The usleeps are important, else the id1 is not read correctly.

Now, it goes through and seems to program, but the part is left with all
0xff. Any hints?

Also, anybody got their floppy working with linuxbios? this is on the "to
fix" list, and now I need it ...

thanks

ron

Reply via email to