From e8b7066dab2c5bd71c83fe9117366adf16dd1cec Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 1 Oct 2013 16:23:35 +0200 Subject: Add FreeBSD sources as a submodule The current version corresponds to SVN r255967 of: http://svn.freebsd.org/base/releng/8.2 --- .gitmodules | 3 +++ freebsd-org | 1 + libbsd.txt | 13 ++++++------- 3 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 .gitmodules create mode 160000 freebsd-org diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..e079aa76 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "freebsd-org"] + path = freebsd-org + url = https://github.com/freebsd/freebsd.git diff --git a/freebsd-org b/freebsd-org new file mode 160000 index 00000000..acc6ddf1 --- /dev/null +++ b/freebsd-org @@ -0,0 +1 @@ +Subproject commit acc6ddf18bd9aac26c2f719b5b0868985ac53900 diff --git a/libbsd.txt b/libbsd.txt index 29de737c..5207a88a 100644 --- a/libbsd.txt +++ b/libbsd.txt @@ -32,19 +32,18 @@ Please help by adding to it. == Source Code Version Information -* FreeBSD 8.2 SVN r222496 +* FreeBSD 8.2 SVN r255967 * RTEMS 4.11 - BSP must have support for all new BSD sys sections - It is preferable if the BSP uses linkcmds.base. - BSP must be from an architecture with Programmable Interrupt Controller interrupt model. -The FreeBSD 8.2 SVN checkout will generally be referred to as the -FreeBSD source in this document. An archive of the FreeBSD 8.2 SVN -archive used is located at - http://www.rtems.org/ftp/pub/rtems/people/joel/freebsd/ -The SVN checkout command is this - svn co http://svn.freebsd.org/base/releng/8.2/sys/ -r222496 freebsd-8.2 +The latest port uses the FreeBSD sources as a Git submodule which will +generally be referred to as the FreeBSD source in this document. Previously a +FreeBSD 8.2 SVN checkout was used. The SVN checkout command corresponding to +the current Git submodule commit is this + svn co http://svn.freebsd.org/base/releng/8.2 -r255967 freebsd-8.2 == Issues and To Do * Sebastian Huber and Joel Sherrill discussed the need for a a basic USB -- cgit v1.2.3