Date: Sat, 9 Jan 2010 18:29:35 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/rmi Makefile.msgring board.c board.h bus_space_rmi.c clock.c clock.h debug.h ehcireg.h ehcivar.h files.xlr interrupt.h intr_machdep.c iodi.c iomap.h msgring.c msgring.cfg msgring.h msgring_xls.c msgring_xls.cfg on_chip.c ... Message-ID: <201001091830.o09IU2hD002198@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2010-01-09 18:29:35 UTC FreeBSD src repository Added files: sys/mips/rmi Makefile.msgring board.c board.h bus_space_rmi.c clock.c clock.h debug.h ehcireg.h ehcivar.h files.xlr interrupt.h intr_machdep.c iodi.c iomap.h msgring.c msgring.cfg msgring.h msgring_xls.c msgring_xls.cfg on_chip.c pcibus.c pcibus.h perfmon.h perfmon_kern.c perfmon_percpu.c perfmon_utils.h perfmon_xlrconfig.h pic.h rmi_mips_exts.h rootfs_list.txt shared_structs.h shared_structs_func.h shared_structs_offsets.h std.xlr tick.c uart_bus_xlr_iodi.c uart_cpu_mips_xlr.c xlr_boot1_console.c xlr_csum_nocopy.S xlr_i2c.c xlr_machdep.c xlr_pci.c xlrconfig.h xls_ehci.c Log: SVN rev 201917 on 2010-01-09 18:29:35Z by imp Merge from projects/mips to head by hand: Copy over the support files (except sys/conf and sys/mips/conf) for RMI XLR processor support. This port has been contributed by RMI and brought up to date by Randal Stewart (rrs@). This port is a work in progress, and there might still be significant changes. The port makes it to multi-user, but is still early beta. Revision Changes Path 1.1 +14 -0 src/sys/mips/rmi/Makefile.msgring (new) 1.1 +180 -0 src/sys/mips/rmi/board.c (new) 1.1 +282 -0 src/sys/mips/rmi/board.h (new) 1.1 +831 -0 src/sys/mips/rmi/bus_space_rmi.c (new) 1.1 +346 -0 src/sys/mips/rmi/clock.c (new) 1.1 +41 -0 src/sys/mips/rmi/clock.h (new) 1.1 +103 -0 src/sys/mips/rmi/debug.h (new) 1.1 +309 -0 src/sys/mips/rmi/ehcireg.h (new) 1.1 +195 -0 src/sys/mips/rmi/ehcivar.h (new) 1.1 +26 -0 src/sys/mips/rmi/files.xlr (new) 1.1 +42 -0 src/sys/mips/rmi/interrupt.h (new) 1.1 +217 -0 src/sys/mips/rmi/intr_machdep.c (new) 1.1 +308 -0 src/sys/mips/rmi/iodi.c (new) 1.1 +113 -0 src/sys/mips/rmi/iomap.h (new) 1.1 +317 -0 src/sys/mips/rmi/msgring.c (new) 1.1 +1182 -0 src/sys/mips/rmi/msgring.cfg (new) 1.1 +529 -0 src/sys/mips/rmi/msgring.h (new) 1.1 +217 -0 src/sys/mips/rmi/msgring_xls.c (new) 1.1 +563 -0 src/sys/mips/rmi/msgring_xls.cfg (new) 1.1 +330 -0 src/sys/mips/rmi/on_chip.c (new) 1.1 +357 -0 src/sys/mips/rmi/pcibus.c (new) 1.1 +62 -0 src/sys/mips/rmi/pcibus.h (new) 1.1 +183 -0 src/sys/mips/rmi/perfmon.h (new) 1.1 +163 -0 src/sys/mips/rmi/perfmon_kern.c (new) 1.1 +342 -0 src/sys/mips/rmi/perfmon_percpu.c (new) 1.1 +126 -0 src/sys/mips/rmi/perfmon_utils.h (new) 1.1 +156 -0 src/sys/mips/rmi/perfmon_xlrconfig.h (new) 1.1 +279 -0 src/sys/mips/rmi/pic.h (new) 1.1 +144 -0 src/sys/mips/rmi/rmi_mips_exts.h (new) 1.1 +676 -0 src/sys/mips/rmi/rootfs_list.txt (new) 1.1 +110 -0 src/sys/mips/rmi/shared_structs.h (new) 1.1 +54 -0 src/sys/mips/rmi/shared_structs_func.h (new) 1.1 +76 -0 src/sys/mips/rmi/shared_structs_offsets.h (new) 1.1 +10 -0 src/sys/mips/rmi/std.xlr (new) 1.1 +113 -0 src/sys/mips/rmi/tick.c (new) 1.1 +80 -0 src/sys/mips/rmi/uart_bus_xlr_iodi.c (new) 1.1 +84 -0 src/sys/mips/rmi/uart_cpu_mips_xlr.c (new) 1.1 +113 -0 src/sys/mips/rmi/xlr_boot1_console.c (new) 1.1 +217 -0 src/sys/mips/rmi/xlr_csum_nocopy.S (new) 1.1 +455 -0 src/sys/mips/rmi/xlr_i2c.c (new) 1.1 +726 -0 src/sys/mips/rmi/xlr_machdep.c (new) 1.1 +426 -0 src/sys/mips/rmi/xlr_pci.c (new) 1.1 +336 -0 src/sys/mips/rmi/xlrconfig.h (new) 1.1 +303 -0 src/sys/mips/rmi/xls_ehci.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001091830.o09IU2hD002198>