Changeset 96b02eb9 in mainline for uspace/srv/hw
- Timestamp:
- 2010-12-14T12:52:38Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b10dab
- Parents:
- 554debd
- Location:
- uspace/srv/hw
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/bus/cuda_adb/cuda_adb.c
r554debd r96b02eb9 195 195 ipc_callid_t callid; 196 196 ipc_call_t call; 197 ipcarg_t method;197 sysarg_t method; 198 198 devmap_handle_t dh; 199 199 int retval; -
uspace/srv/hw/char/i8042/i8042.c
r554debd r96b02eb9 219 219 ipc_callid_t callid; 220 220 ipc_call_t call; 221 ipcarg_t method;221 sysarg_t method; 222 222 devmap_handle_t dh; 223 223 int retval; -
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c
r554debd r96b02eb9 116 116 ipc_callid_t callid; 117 117 ipc_call_t call; 118 ipcarg_t method;118 sysarg_t method; 119 119 int retval; 120 120 -
uspace/srv/hw/cir/fhc/fhc.c
r554debd r96b02eb9 133 133 134 134 async_set_client_connection(fhc_connection); 135 ipcarg_t phonead;135 sysarg_t phonead; 136 136 ipc_connect_to_me(PHONE_NS, SERVICE_FHC, 0, 0, &phonead); 137 137 -
uspace/srv/hw/cir/obio/obio.c
r554debd r96b02eb9 134 134 135 135 async_set_client_connection(obio_connection); 136 ipcarg_t phonead;136 sysarg_t phonead; 137 137 ipc_connect_to_me(PHONE_NS, SERVICE_OBIO, 0, 0, &phonead); 138 138 -
uspace/srv/hw/netif/dp8390/dp8390_module.c
r554debd r96b02eb9 306 306 307 307 int netif_initialize(void){ 308 ipcarg_t phonehash;308 sysarg_t phonehash; 309 309 310 310 async_set_interrupt_received(irq_handler);
Note:
See TracChangeset
for help on using the changeset viewer.