Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2011 09:46:44 -0700
From:      "Kenneth D. Merry" <ken@freebsd.org>
To:        Ollivier Robert <roberto@keltia.freenix.fr>
Cc:        freebsd-stable@freebsd.org, Dmitry Morozovsky <marck@rinet.ru>
Subject:   Re: LSI SAS 2008 (mfi) on SuperMicro X8SI6-F
Message-ID:  <20110218164644.GC77903@nargothrond.kdm.org>
In-Reply-To: <20110217142147.GB15577@roberto-al.eurocontrol.fr>
References:  <alpine.BSF.2.00.1102161842240.93747@woozle.rinet.ru> <4D5BF78E.7010306@digsys.bg> <alpine.BSF.2.00.1102161920240.93747@woozle.rinet.ru> <20110216172643.GA37858@nargothrond.kdm.org> <alpine.BSF.2.00.1102162201090.93747@woozle.rinet.ru> <20110216203542.GA41226@nargothrond.kdm.org> <F8F3B3FE-1548-480A-BC3F-B82321263956@my.gd> <20110217142147.GB15577@roberto-al.eurocontrol.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 17, 2011 at 15:21:48 +0100, Ollivier Robert wrote:
> According to Damien Fleuriot:
> > I destroyed the logical volume and built mps copied from -current (I opened a thread on stable@ a few weeks ago about this) but my "patch" was *nowhere* as big as this.
> 
> Here Ken's patch:
> 
>  amd64/conf/GENERIC           |    1 
>  conf/files                   |    5 
>  dev/bwn/if_bwn.c             |    4 
>  dev/mps/mpi/mpi2.h           | 1121 ++++++++++++++++++
>  dev/mps/mpi/mpi2_cnfg.h      | 2646 +++++++++++++++++++++++++++++++++++++++++++
>  dev/mps/mpi/mpi2_hbd.h       |  114 +
>  dev/mps/mpi/mpi2_history.txt |  382 ++++++
>  dev/mps/mpi/mpi2_init.h      |  454 +++++++
>  dev/mps/mpi/mpi2_ioc.h       | 1414 ++++++++++++++++++++++
>  dev/mps/mpi/mpi2_ra.h        |   86 +
>  dev/mps/mpi/mpi2_raid.h      |  302 ++++
>  dev/mps/mpi/mpi2_sas.h       |  285 ++++
>  dev/mps/mpi/mpi2_targ.h      |  441 +++++++
>  dev/mps/mpi/mpi2_tool.h      |  391 ++++++
>  dev/mps/mpi/mpi2_type.h      |   99 +
>  dev/mps/mps.c                | 1821 +++++++++++++++++++++++++++++
>  dev/mps/mps_ioctl.h          |  106 +
>  dev/mps/mps_pci.c            |  365 +++++
>  dev/mps/mps_sas.c            | 2007 ++++++++++++++++++++++++++++++++
>  dev/mps/mps_table.c          |  493 ++++++++
>  dev/mps/mps_table.h          |   53 
>  dev/mps/mps_user.c           |  944 +++++++++++++++
>  dev/mps/mpsvar.h             |  390 ++++++
>  dev/siba/siba_bwn.c          |    2 
>  dev/sis/if_sisreg.h          |    2 
>  mips/mips/mp_machdep.c       |    2 
>  modules/Makefile             |    1 
>  modules/mps/Makefile         |   14 
> 
> There may be some patches that are not really related to mps (siba? if_sisreg?).

Yeah, they weren't really related.  Someone went through and eliminated a
few instances of double semicolons, and one of them was in the mps driver.
I just merged the whole change since it was rather harmless.

Ken
-- 
Kenneth Merry
ken@FreeBSD.ORG



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