cvs commit: src/sys/conf files.sun4v src/sys/dev/ofw openfirm.c openfirm.h src/sys/sparc64/include asi.h src/sys/sparc64/pci ofw_pcibus.c src/sys/sparc64/sparc64 genassym.c src/sys/sun4v/conf GENERIC src/sys/sun4v/include asi.h tte.h src/sys/sun4v/sun4v ...

Kip Macy kmacy at FreeBSD.org
Sun Oct 8 21:45:19 PDT 2006


kmacy       2006-10-09 04:45:19 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.sun4v 
    sys/dev/ofw          openfirm.c openfirm.h 
    sys/sparc64/include  asi.h 
    sys/sparc64/pci      ofw_pcibus.c 
    sys/sparc64/sparc64  genassym.c 
    sys/sun4v/conf       GENERIC 
    sys/sun4v/include    asi.h tte.h 
    sys/sun4v/sun4v      exception.S machdep.c t1_copy.S tsb.c 
                         vnex.c 
  Log:
  kernel clean up to make the sun4v kernel build
  
  Reviewed by: jmg
  Approved by: rwatson (mentor)
  
  Revision  Changes    Path
  1.2       +0 -6      src/sys/conf/files.sun4v
  1.16      +33 -0     src/sys/dev/ofw/openfirm.c
  1.12      +26 -0     src/sys/dev/ofw/openfirm.h
  1.11      +1 -1      src/sys/sparc64/include/asi.h
  1.11      +8 -2      src/sys/sparc64/pci/ofw_pcibus.c
  1.60      +80 -10    src/sys/sparc64/sparc64/genassym.c
  1.3       +5 -2      src/sys/sun4v/conf/GENERIC
  1.2       +15 -0     src/sys/sun4v/include/asi.h
  1.2       +11 -0     src/sys/sun4v/include/tte.h
  1.2       +17 -2     src/sys/sun4v/sun4v/exception.S
  1.2       +1 -1      src/sys/sun4v/sun4v/machdep.c
  1.2       +0 -1      src/sys/sun4v/sun4v/t1_copy.S
  1.2       +1 -1      src/sys/sun4v/sun4v/tsb.c
  1.2       +1 -1      src/sys/sun4v/sun4v/vnex.c


More information about the cvs-src mailing list