Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2637 5990 d 17 h cejka /trunk/ Extended IPC_M_CONNECT_TO_ME to use 3 user defined parameters.
Phone identifier is passed in ARG5.
 
2619 6004 d 15 h jermar /trunk/ Modify ipc_answer_*() to make use of all six syscall arguments. The recommended
means of answering calls is via the ipc_answer_m() macros (where m denotes the
number of return arguments) that automatically decide between the fast register
version or the slow universal version of ipc_answer().
 
2479 6154 d 23 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2471 6160 d 17 h jermar /trunk/ Greatly improve comments in the IPC layer.
Now I think I finally start to understand our IPC internals :-)
 
2071 6311 d 16 h jermar /trunk/ (c) versus (C)  
1787 6501 d 19 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1740 6524 d 22 h jermar /uspace/trunk/ Changes to uspace doxygen comments.  
1721 6526 d 16 h palkovsky /uspace/trunk/ Some other warnings removed.  
1365 6556 d 23 h jermar /uspace/trunk/ Sync with kernel.
Add ipc_wait_for_call_timeout() and ipc_trywait_for_call().
Modify ipc_wait_for_call() to be unconditional.
 
1353 6557 d 22 h jermar /uspace/trunk/ Fix uspace to compile again.  
1343 6558 d 4 h jermar /uspace/trunk/ Add services.h to codify service numbers.
Assign codes for PCI, keyboard and frame buffer services.

Rename ipc_answer() to ipc_answer_fast() and add the basic
slower variant and call it ipc_answer(). Add some doxygen comments.

Remove unused bits from the libpci library.
 
1336 6558 d 23 h jermar /uspace/trunk/ Implement simple connect_me_to in NS.
Disambigue the term phoneid by creating new term in_phone_hash,
which in fact represents kernel address of the phone sending the
message.
 
1335 6559 d 1 h jermar /uspace/trunk/ Simple registration of services at NS.  
1324 6560 d 3 h jermar /uspace/trunk/pci/ Add GPL for reference and add modification dates into libpci to better comply with GPL.
Also, do some formatting changes in libpci.
 
1301 6565 d 19 h jermar /uspace/trunk/ Port libpci to HelenOS.
List PCI devices on PCI driver startup.
 
1181 6591 d 4 h jermar /uspace/trunk/ Infrastructure for PCI driver.