Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2007 05:33:06 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/arm/arm cpufunc.c cpufunc_asm_arm11.S cpufunc_asm_armv5.S cpufunc_asm_armv5_ec.S identcpu.c src/sys/arm/include cpuconf.h cpufunc.h
Message-ID:  <200710180533.l9I5X6Zf007555@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2007-10-18 05:33:06 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          cpufunc.c identcpu.c 
    sys/arm/include      cpuconf.h cpufunc.h 
  Added files:
    sys/arm/arm          cpufunc_asm_arm11.S cpufunc_asm_armv5.S 
                         cpufunc_asm_armv5_ec.S 
  Log:
  Merge support from p4 (from NetBSD) for arm9e and arm10, arm11 cores.  Not
  yet connected to the build, but reduces diffs to p4 repo.
  
  Obtained from: NetBSD
  
  Revision  Changes    Path
  1.19      +124 -4    src/sys/arm/arm/cpufunc.c
  1.1       +124 -0    src/sys/arm/arm/cpufunc_asm_arm11.S (new)
  1.1       +238 -0    src/sys/arm/arm/cpufunc_asm_armv5.S (new)
  1.1       +206 -0    src/sys/arm/arm/cpufunc_asm_armv5_ec.S (new)
  1.12      +54 -8     src/sys/arm/arm/identcpu.c
  1.11      +33 -7     src/sys/arm/include/cpuconf.h
  1.13      +55 -3     src/sys/arm/include/cpufunc.h



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