cvs commit: src/sys/dev/ofw openfirm.c openfirm.h src/sys/sun4v/include trap.h src/sys/sun4v/sun4v machdep.c trap.c

Marius Strobl marius at FreeBSD.org
Sat Jun 16 22:30:39 UTC 2007


marius      2007-06-16 22:30:38 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ofw          openfirm.c openfirm.h 
    sys/sun4v/include    trap.h 
    sys/sun4v/sun4v      machdep.c trap.c 
  Log:
  - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} by
    moving OF_set_mmfsa_traptable() (SUNW,set-trap-table with the two
    arguments used here is specific to sun4v) to MD code.
  - In sys/dev/ofw/openfirm.h remove prototypes for unimplemented
    functions and unused Solaris compatibility macros.
  
  Revision  Changes    Path
  1.19      +0 -31     src/sys/dev/ofw/openfirm.c
  1.13      +0 -31     src/sys/dev/ofw/openfirm.h
  1.4       +1 -0      src/sys/sun4v/include/trap.h
  1.15      +2 -2      src/sys/sun4v/sun4v/machdep.c
  1.15      +28 -2     src/sys/sun4v/sun4v/trap.c


More information about the cvs-src mailing list