svn commit: r243179 - head/sys/mips/atheros

Juli Mallett jmallett at FreeBSD.org
Sat Nov 17 04:15:27 UTC 2012


On Fri, Nov 16, 2012 at 8:10 PM, Adrian Chadd <adrian at freebsd.org> wrote:

> Author: adrian
> Date: Sat Nov 17 04:10:42 2012
> New Revision: 243179
> URL: http://svnweb.freebsd.org/changeset/base/243179
>
> Log:
>   Make MIPS24k PMC optional on "hwpmc_mips24k."
>

I think having it in files.mips should be sufficient?  Thanks so much for
doing this!


>   Requested by: juli
>
> Modified:
>   head/sys/mips/atheros/files.ar71xx
>
> Modified: head/sys/mips/atheros/files.ar71xx
>
> ==============================================================================
> --- head/sys/mips/atheros/files.ar71xx  Sat Nov 17 04:09:28 2012
>  (r243178)
> +++ head/sys/mips/atheros/files.ar71xx  Sat Nov 17 04:10:42 2012
>  (r243179)
> @@ -23,4 +23,4 @@ mips/atheros/ar724x_chip.c    standard
>  mips/atheros/ar91xx_chip.c     standard
>  mips/atheros/ar71xx_fixup.c    optional ar71xx_ath_eeprom
>
> -dev/hwpmc/hwpmc_mips24k.c      optional hwpmc
> +dev/hwpmc/hwpmc_mips24k.c      optional hwpmc_mips24k
>


More information about the svn-src-all mailing list