Subversion Repositories HelenOS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4621 5452 d 4 h svoboda /trunk/uspace/ Servers can return value as soon as they are up. Use this with block-device drivers to start them synchronously. Eliminate ad-hoc sleeping.  
/trunk/uspace/app/init/init.c
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
/trunk/uspace/srv/bd/file_bd/file_bd.c
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4557 5468 d 6 h svoboda /trunk/uspace/srv/bd/ Use fibril synchronization in bd drivers. Use per-disk locks.  
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
/trunk/uspace/srv/bd/ata_bd/ata_bd.h
/trunk/uspace/srv/bd/file_bd/file_bd.c
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4545 5472 d 6 h svoboda /trunk/uspace/srv/bd/ Get rid of warnings (size_t is enough for block size).  
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
/trunk/uspace/srv/bd/file_bd/file_bd.c
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4442 5490 d 22 h svoboda /trunk/uspace/srv/bd/gxe_bd/ Support more than one disk in gxe_bd (hardcoded to 2).  
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4440 5491 d 5 h jermar /trunk/uspace/srv/bd/gxe_bd/ Large I/O areas actually work as expected. Fix the definition of the gxe_bd device and pio_enable() the whole I/O area at once.  
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4428 5498 d 5 h svoboda /trunk/uspace/srv/bd/gxe_bd/ Allow arbitrary block size in gxe_bd. Fix offset calculation.  
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4416 5498 d 18 h decky /trunk/uspace/ improve devmap interface
remove spared device
 
/trunk/uspace/app/tester/devmap/devmap1.c
/trunk/uspace/lib/libc/generic/devmap.c
/trunk/uspace/lib/libc/include/devmap.h
/trunk/uspace/lib/libc/include/ipc/devmap.h
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
/trunk/uspace/srv/devmap/devmap.c
/trunk/uspace/srv/rd/rd.c
4411 5500 d 3 h svoboda /trunk/ Experimental GXemul disk driver (device 'disk0').  
/trunk/uspace/srv/bd
/trunk/uspace/srv/bd/gxe_bd
/trunk/uspace/srv/bd/gxe_bd/Makefile
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
/trunk/boot/arch/mips32/loader/Makefile
/trunk/uspace/Makefile