Rev 4582 | Rev 4728 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4582 | Rev 4703 | ||
---|---|---|---|
Line 174... | Line 174... | ||
174 | fibril_rwlock_write_unlock( & netif_globals.lock ); |
174 | fibril_rwlock_write_unlock( & netif_globals.lock ); |
175 | } |
175 | } |
176 | ipc_answer_0( iid, EOK ); |
176 | ipc_answer_0( iid, EOK ); |
177 | } |
177 | } |
178 | 178 | ||
179 | int netif_probe_auto_message( void ){ |
- | |
180 | return ENOTSUP; |
- | |
181 | } |
- | |
182 | - | ||
183 | int netif_probe_message( device_id_t device_id, int irq, int io ){ |
179 | int netif_probe_message( device_id_t device_id, int irq, int io ){ |
184 | ERROR_DECLARE; |
180 | ERROR_DECLARE; |
185 | 181 | ||
186 | device_ref device; |
182 | device_ref device; |
187 | dpeth_t * dep; |
183 | dpeth_t * dep; |