#include <oskit/dev/freebsd.h>void oskit_freebsd_init_isa(void);
OS Component
Initialize and register all available FreeBSD ISA bus device drivers. See <oskit/dev/freebsd_isa.h> for the currently available devices.Warning messages will be printed with osenv_log for drivers which cannot be initialized but the initialization process will continue.
Currently the oskit_freebsd_init_driver routines take care of invoking any required freebsd device initialization functions, including this one. This may change in the future.
osenv_log