From owner-cvs-src-old@FreeBSD.ORG Sun Jan 10 19:53:53 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5D3810656C1 for ; Sun, 10 Jan 2010 19:53:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D47FD8FC19 for ; Sun, 10 Jan 2010 19:53:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0AJrrA4009725 for ; Sun, 10 Jan 2010 19:53:53 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0AJrrEo009724 for cvs-src-old@freebsd.org; Sun, 10 Jan 2010 19:53:53 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201001101953.o0AJrrEo009724@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 10 Jan 2010 19:53:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/alchemy alchemy_machdep.c aureg.h files.alchemy obio.c std.alchemy uart_bus_alchemy.c uart_cpu_alchemy.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2010 19:53:54 -0000 imp 2010-01-10 19:53:37 UTC FreeBSD src repository Added files: sys/mips/alchemy alchemy_machdep.c aureg.h files.alchemy obio.c std.alchemy uart_bus_alchemy.c uart_cpu_alchemy.c Log: SVN rev 202032 on 2010-01-10 19:53:37Z by imp Merge from projects/mips to head by hand: Merge support for very early alchemy port. I wouldn't merge this except I don't want it to get lost when we retire projects/mips. Should be consiered pre-alpha at this stage. Also, alchemy is now owned by rmi, but started out life as a separate processor line, so I'm leaving it in its own directory rather than try to shoe-horn it into the unrelated rmi directory. Its future location is an open question. Revision Changes Path 1.1 +166 -0 src/sys/mips/alchemy/alchemy_machdep.c (new) 1.1 +373 -0 src/sys/mips/alchemy/aureg.h (new) 1.1 +9 -0 src/sys/mips/alchemy/files.alchemy (new) 1.1 +501 -0 src/sys/mips/alchemy/obio.c (new) 1.1 +8 -0 src/sys/mips/alchemy/std.alchemy (new) 1.1 +87 -0 src/sys/mips/alchemy/uart_bus_alchemy.c (new) 1.1 +79 -0 src/sys/mips/alchemy/uart_cpu_alchemy.c (new)