next up previous contents index
Next: 30.4.4 oskit_freebsd_init_driver: Initialize and Up: 30.4 Interfaces Previous: 30.4.2 oskit_freebsd_init_devs: Initialize and

30.4.3 oskit_freebsd_init_isa: Initialize and register all FreeBSD ISA bus device drivers

 

SYNOPSIS

#include <oskit/dev/freebsd.h>

void oskit_freebsd_init_isa(void);

DIRECTION

OS tex2html_wrap_inline32841 Component

DESCRIPTION

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.

RELATED INFORMATION

osenv_log



University of Utah Flux Research Group