Can someone add the attached patch for the elks char device, and also roll back to version 1.6 the following: elks/arch/i86/drivers/block/sibo_ssd.c elks/arch/i86/drivers/block/ssd.c (Though I think I can delete this file for the next release as it is unused). This rollback may break splint or ANSIfication but it keeps complaining and I haven't found a way to fix it yet other than via a rollback. Error included: sibo_ssd.c:172.3: error: ssd_read_blk already declared make[2]: *** [sibo_ssd.o] Error 1 make[2]: Leaving directory `/home/pauln/src/elks/arch/i86/drivers/block' make[1]: *** [drivers/block/blk_drv.a] Error 2 make[1]: Leaving directory `/home/pauln/src/elks/arch/i86' make: *** [Image] Error 2 Paul