Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2006 09:11:00 +0100 (CET)
From:      Harti Brandt <hartmut.brandt@dlr.de>
To:        Matt Jacob <mjacob@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/isp isp_freebsd.c isp_freebsd.h  isp_inline.h isp_library.c isp_library.h isp_pci.c ispvar.h
Message-ID:  <20060203091020.W59587@beagle.kn.op.dlr.de>
In-Reply-To: <200602022131.k12LVZeg023094@repoman.freebsd.org>
References:  <200602022131.k12LVZeg023094@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Thanks. Do we need to MFC this to unbreak the RELENG_6 tinderbox?

harti

On Thu, 2 Feb 2006, Matt Jacob wrote:

MJ>mjacob      2006-02-02 21:31:35 UTC
MJ>
MJ>  FreeBSD src repository
MJ>
MJ>  Modified files:
MJ>    sys/dev/isp          isp_freebsd.c isp_freebsd.h isp_pci.c 
MJ>                         ispvar.h 
MJ>  Added files:
MJ>    sys/dev/isp          isp_library.c isp_library.h 
MJ>  Removed files:
MJ>    sys/dev/isp          isp_inline.h 
MJ>  Log:
MJ>  Remove use of inlines and use the functions as a library.
MJ>  
MJ>  Larger code space, possibly performance hit, but more portable.
MJ>  Certainly less questionable use of inlining.
MJ>  
MJ>  Suggested by: des
MJ>  
MJ>  Revision  Changes    Path
MJ>  1.109     +12 -12    src/sys/dev/isp/isp_freebsd.c
MJ>  1.83      +10 -17    src/sys/dev/isp/isp_freebsd.h
MJ>  1.34      +0 -1854   src/sys/dev/isp/isp_inline.h (dead)
MJ>  1.1       +1710 -0   src/sys/dev/isp/isp_library.c (new)
MJ>  1.1       +158 -0    src/sys/dev/isp/isp_library.h (new)
MJ>  1.109     +15 -9     src/sys/dev/isp/isp_pci.c
MJ>  1.73      +1 -3      src/sys/dev/isp/ispvar.h
MJ>
MJ>
MJ>



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