Rename on_chip.c to fmn.c, as the file has just the fast messaging network

code.  The iodi.c has the bus for SoC devices, so the name on_chip.c is
misleading.
This commit is contained in:
Jayachandran C. 2010-08-25 09:53:00 +00:00
parent eb0c1bafd0
commit afc1e71002
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211809
2 changed files with 2 additions and 4 deletions

View File

@ -7,14 +7,12 @@ mips/rmi/iodi.c standard
mips/rmi/msgring.c standard
mips/rmi/msgring_xls.c standard
mips/rmi/board.c standard
mips/rmi/on_chip.c standard
mips/rmi/fmn.c standard
mips/rmi/intr_machdep.c standard
mips/rmi/mpwait.S optional smp
mips/rmi/xlr_i2c.c optional iic
mips/rmi/uart_bus_xlr_iodi.c optional uart
mips/rmi/uart_cpu_mips_xlr.c optional uart
mips/rmi/perfmon_kern.c optional xlr_perfmon
mips/rmi/perfmon_percpu.c optional xlr_perfmon
mips/rmi/xlr_pci.c optional pci
mips/rmi/xls_ehci.c optional usb ehci
mips/rmi/bus_space_rmi.c standard

View File

@ -1,4 +1,4 @@
/*-
/*-
* Copyright (c) 2003-2009 RMI Corporation
* All rights reserved.
*