Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2010 11:49:48 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/rmi fmn.c intr_machdep.c iodi.c msgring.h pic.h xlr_machdep.c xlr_pci.c
Message-ID:  <201008251150.o7PBo3Ru084513@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jchandra    2010-08-25 11:49:48 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/rmi         fmn.c intr_machdep.c iodi.c msgring.h 
                         pic.h xlr_machdep.c xlr_pci.c 
  Log:
  SVN rev 211811 on 2010-08-25 11:49:48Z by jchandra
  
  XLR PIC code update and style(9) fixes.
  
  - style(9) fixes to mips/rmi platform files
  - update pic.h to add pic_setup_intr() and use pic_setup_intr() for setting
    up interrupts which are routed thru PIC.
  - remove rmi_spin_mutex_safe and haslock, and make sure that the functions
    are called only after mutexes are available.
  
  Revision  Changes    Path
  1.2       +2 -6      src/sys/mips/rmi/fmn.c
  1.7       +2 -2      src/sys/mips/rmi/intr_machdep.c
  1.7       +11 -36    src/sys/mips/rmi/iodi.c
  1.2       +3 -2      src/sys/mips/rmi/msgring.h
  1.6       +149 -207  src/sys/mips/rmi/pic.h
  1.15      +1 -3      src/sys/mips/rmi/xlr_machdep.c
  1.6       +63 -57    src/sys/mips/rmi/xlr_pci.c



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