]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clean up header files in RMI platform code (sys/mips/rmi), and remove
authorjchandra <jchandra@FreeBSD.org>
Mon, 30 Aug 2010 13:05:21 +0000 (13:05 +0000)
committerjchandra <jchandra@FreeBSD.org>
Mon, 30 Aug 2010 13:05:21 +0000 (13:05 +0000)
commit7195d1ebe9296e8290098970506b239a4aedfc88
tree64cc5e23776409942a31b5e414bb18edb873baa9
parent5420fffab06a31d95f5b6ffd70f397140ad1748c
Clean up header files in RMI platform code (sys/mips/rmi), and remove
unused files.

- remove clock.c and clock.h, these are not used after the new timer
  code was added.
- remove duplicated include files, fix header file ordering, remove
  some unneeded includes.
- rename mips/rmi/shared_structs.h which contains the RMI boot loader
  interface to mips/rmi/rmi_boot_info.h. Remove unused files
  mips/rmi/shared_structs_func.h and sys/mips/rmi/shared_structs_offsets.h
- merge mips/rmi/xlrconfig.h and mips/rmi/rmi_mips_exts.h, and remove
  duplicated functions.
- nlge - minor change to remove unneeded argument.
- Add FreeBSD svn keyword for headers
20 files changed:
sys/mips/rmi/board.c
sys/mips/rmi/board.h
sys/mips/rmi/clock.c [deleted file]
sys/mips/rmi/clock.h [deleted file]
sys/mips/rmi/debug.h
sys/mips/rmi/dev/nlge/if_nlge.c
sys/mips/rmi/dev/xlr/rge.c
sys/mips/rmi/interrupt.h
sys/mips/rmi/intr_machdep.c
sys/mips/rmi/iodi.c
sys/mips/rmi/iomap.h
sys/mips/rmi/msgring.h
sys/mips/rmi/pic.h
sys/mips/rmi/rmi_boot_info.h [moved from sys/mips/rmi/shared_structs.h with 96% similarity]
sys/mips/rmi/rmi_mips_exts.h
sys/mips/rmi/shared_structs_func.h [deleted file]
sys/mips/rmi/shared_structs_offsets.h [deleted file]
sys/mips/rmi/xlr_machdep.c
sys/mips/rmi/xlr_pci.c
sys/mips/rmi/xlrconfig.h [deleted file]