Subversion Repositories HelenOS

Rev

Rev 4696 | Rev 4722 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4696 Rev 4703
Line 163... Line 163...
163
 
163
 
164
void module_print_name( void ){
164
void module_print_name( void ){
165
    printf( "%s", NAME );
165
    printf( "%s", NAME );
166
}
166
}
167
 
167
 
168
int netif_probe_auto_message( void ){
-
 
169
/*  ERROR_DECLARE;
-
 
170
 
-
 
171
    device_ref  device;
-
 
172
 
-
 
173
    ERROR_PROPAGATE( create( arg1, & device ));
-
 
174
    ipc_call_sync_3_3( netif_globals.net_phone, NET_NET_DEVICE, device->device_id, NULL, NULL, NULL, NULL, NULL );
-
 
175
*/  return ENOTSUP;
-
 
176
}
-
 
177
 
-
 
178
int netif_probe_message( device_id_t device_id, int irq, int io ){
168
int netif_probe_message( device_id_t device_id, int irq, int io ){
179
    ERROR_DECLARE;
169
    ERROR_DECLARE;
180
 
170
 
181
    device_ref          device;
171
    device_ref          device;
182
 
172