LSI supported mps(4) driver available

Kenneth D. Merry ken at freebsd.org
Tue Feb 7 17:00:24 UTC 2012


On Tue, Feb 07, 2012 at 21:00:28 +0530, Desai, Kashyap wrote:
> Can you to reproduce issue with below mentioned changes..
> 
> In mps.c 
> 
> mps_get_tunables(struct mps_softc *sc)
> {
>     char tmpstr[80];
>  
>     /* XXX default to some debugging for now */
>     sc->mps_debug = MPS_FAULT;
> 
> Instead of above line make
>     sc->mps_debug = 0xd;

You can also put the following in /boot/loader.conf:

hw.mps.debug_level=0xd

Ken
-- 
Kenneth Merry
ken at FreeBSD.ORG


More information about the freebsd-scsi mailing list