There are several ways to initalize this library. One can either initialize all the compiled-in drivers (oskit_linux_init_devs, initialize a specific class of drivers (oskit_linux_init_ethernet), or initialize specific drivers (e.g., oskit_linux_init_scsi_ncr53c8xx).
These initialization functions initialize various glue code and register the appropriate device(s) in the device tree, to be probed with oskit_dev_probe.