next up previous contents index
Next: 29.1.3 oskit_linux_init_ethernet: Initialize and Up: 29.1 Initialization and Registration Previous: 29.1.1 oskit_linux_init_devs: Initialize and

29.1.2 oskit_linux_init_net: Initialize and register known network drivers

 

SYNOPSIS

#include <oskit/dev/linux.h>

void oskit_linux_init_net(void);

DESCRIPTION

This function initializes and registers all available network drivers. Currently this means Ethernet drivers only, but in the future there may be other network drivers supported such as Myrinet. The known Ethernet drivers are listed in the <oskit/dev/linux_ethernet.h> file.

Once drivers are registered, their devices may be probed via oskit_dev_probe.



University of Utah Flux Research Group