Changeset 48f01d8e in mainline
- Timestamp:
- 2010-02-16T20:31:37Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5297fe8
- Parents:
- 9c9c6a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/dp8390/dp8390_module.c
r9c9c6a9 r48f01d8e 280 280 if( device->state != NETIF_ACTIVE ){ 281 281 dep = ( dpeth_t * ) device->specific; 282 dp8390_cmds[ 0 ].addr = ( void * ) ( uint 32_t ) ( dep->de_dp8390_port + DP_ISR );282 dp8390_cmds[ 0 ].addr = ( void * ) ( uintptr_t ) ( dep->de_dp8390_port + DP_ISR ); 283 283 dp8390_cmds[ 2 ].addr = dp8390_cmds[ 0 ].addr; 284 284 ERROR_PROPAGATE( ipc_register_irq( dep->de_irq, device->device_id, device->device_id, & dp8390_code ));
Note:
See TracChangeset
for help on using the changeset viewer.