beautypg.com

Avago Technologies MegaRAID SAS 9240-4i User Manual

Page 34

background image

LSI Corporation

- 34 -

MegaRAID SAS Device Driver Installation User Guide

December 2012

Chapter 6: FreeBSD Driver Installation

Updating Drivers in the FreeBSD System

b.

For the mrsas driver, type the following command, and press Enter.

# cp mrsas.ko /boot/kernel

Make sure that the module version (32-bit or 64-bit) matches the FreeBSD version. If the versions do not match, a
kernel panic could occur.

6.

To load the driver, perform the following steps, depending on which driver you use.

a.

For the mfi driver, type the following command, and press Enter.

# kldload -v /boot/kernel/mfi.ko

a.

For the mrsas driver, type the following command, and press Enter.

# kldload -v /boot/kernel/mrsas.ko

If storage is present, the system log records its presence (usually /var/log/messages).

7.

To load the driver automatically every time the system reboots, perform the following steps, depending on which
driver you use.

a.

For the mfi driver, type the following line, and press Enter.

mfi_load="YES"

b.

For the mrsas driver, type the following line, and press Enter.

mrsas_load="YES"