![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
DESCRIPTIONThe Loader TunablesThe following loader tunables are used to set driver configuration
at the
loader(8)
prompt before booting the kernel, or they can be stored in
/boot/loader.conf in order to automatically set them
before booting the kernel. It is also possible to use
kenv(1)
to change these tunables before loading the
FILESThe
EXAMPLESTo load the driver with a drive connected and powered on, auto-detecting the cable type: kldload opencbm To load the driver without issuing a bus reset and selecting an active (XA-1541) cable: kenv cbm.cable=1 kenv cbm.reset=0 kldload opencbm If you want to load the driver at system startup, adding it to kld_list in /etc/rc.conf, it is recommended to disable cbm.reset and explicitly select a cable type in /boot/loader.conf, e.g. add the following lines for a passive (XM-1541) cable: cbm.cable=0 cbm.reset=0 SEE ALSOThe cables supported by the
|