]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
XLR PIC code update and style(9) fixes.
authorjchandra <jchandra@FreeBSD.org>
Wed, 25 Aug 2010 11:49:48 +0000 (11:49 +0000)
committerjchandra <jchandra@FreeBSD.org>
Wed, 25 Aug 2010 11:49:48 +0000 (11:49 +0000)
commit02e1d85c3223c6fcc9113e0570340a6b8754f886
treeab486ec46c6dfae8a5d1140ff6b4443d91a62320
parent12a6e178851dbd878cdf03d5a041793cddbb4ecb
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.
sys/mips/rmi/fmn.c
sys/mips/rmi/intr_machdep.c
sys/mips/rmi/iodi.c
sys/mips/rmi/msgring.h
sys/mips/rmi/pic.h
sys/mips/rmi/xlr_machdep.c
sys/mips/rmi/xlr_pci.c