Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2010 19:53:37 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
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
Message-ID:  <201001101953.o0AJrrEo009724@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001101953.o0AJrrEo009724>