HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk
/
uspace
/
srv
/
bd
/
gxe_bd
/
gxe_bd.c
– Rev 4621
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
4621
5670 d 1 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
5686 d 3 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
5690 d 3 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
5708 d 19 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
5709 d 2 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
5716 d 2 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
5716 d 15 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
5718 d 0 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