Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2010 17:45:48 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/rmi rmi_mips_exts.h xlr_machdep.c xlr_pci.c
Message-ID:  <201009091746.o89Hk1PC013933@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jchandra    2010-09-09 17:45:48 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/rmi         rmi_mips_exts.h xlr_machdep.c xlr_pci.c 
  Log:
  SVN rev 212366 on 2010-09-09 17:45:48Z by jchandra
  
  Clean up and update sys/mips/rmi/rmi_mips_exts.h
  
  - Provide 64 bit implementations for some macros. On n64 and n32,
    don't split 64 bit values.
  - No need for 32 bit ops for control registers.
  - Fix few bugs (write control reg, write_c0_register64).
  - Re-write EIRR/EIMR/CPUID operations using read_c0_registerXX, no
    need of inline assembly.
  - rename control reg access functions to avoid phnx, update callers.
  - stlye/whitespace fixes.
  
  Revision  Changes    Path
  1.3       +337 -333  src/sys/mips/rmi/rmi_mips_exts.h
  1.22      +3 -3      src/sys/mips/rmi/xlr_machdep.c
  1.11      +9 -9      src/sys/mips/rmi/xlr_pci.c



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