Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Jan 2010 01:05:02 +0200
From:      Alexander Motin <mav@FreeBSD.org>
To:        Vladimir Ermakov <samflanker@gmail.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: how to create pass devices without reboot?
Message-ID:  <4B45171E.5060507@FreeBSD.org>
In-Reply-To: <1262805785.00203419.1262793602@10.7.7.3>
References:  <1262805785.00203419.1262793602@10.7.7.3>

next in thread | previous in thread | raw e-mail | index | archive | help
Vladimir Ermakov wrote:
> my problem
> need access to harddisks over hw raid controller (smartmontools working
> with disks over /dev/pass* devices)
> 
> i am using `mfi` driver for LSI MegaRAID controller, and
> kernel without `mfip` module
> 
> # kldload mfip
> # kldstat
> Id Refs Address            Size     Name
>  1    4 0xffffffff80100000 6f0d78   kernel
>  2    1 0xffffffff80a22000 b84      mfip.ko
> 
> # dmesg | grep mfip
> mfip0: <SCSI Passthrough Bus> on mfi0
> 
> # ls /dev/pass*
> ls: /dev/pass*: No such file or directory
> 
> need create pass devices without reboot
> 
> please any solutions ?

What's about:
camcontrol devlist -v
camcontrol reset X
camcontrol rescan X
camcontrol devlist -v
, where X is mfip0 scbus number?

-- 
Alexander Motin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B45171E.5060507>