Add FreeBSD sources as a submodule

The current version corresponds to SVN r255967 of:

http://svn.freebsd.org/base/releng/8.2
This commit is contained in:
Sebastian Huber 2013-10-01 16:23:35 +02:00
parent 82800c518f
commit e8b7066dab
3 changed files with 10 additions and 7 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "freebsd-org"]
path = freebsd-org
url = https://github.com/freebsd/freebsd.git

1
freebsd-org Submodule

@ -0,0 +1 @@
Subproject commit acc6ddf18bd9aac26c2f719b5b0868985ac53900

View File

@ -32,19 +32,18 @@ Please help by adding to it.
== Source Code Version Information == Source Code Version Information
* FreeBSD 8.2 SVN r222496 * FreeBSD 8.2 SVN r255967
* RTEMS 4.11 * RTEMS 4.11
- BSP must have support for all new BSD sys sections - BSP must have support for all new BSD sys sections
- It is preferable if the BSP uses linkcmds.base. - It is preferable if the BSP uses linkcmds.base.
- BSP must be from an architecture with Programmable Interrupt Controller - BSP must be from an architecture with Programmable Interrupt Controller
interrupt model. interrupt model.
The FreeBSD 8.2 SVN checkout will generally be referred to as the The latest port uses the FreeBSD sources as a Git submodule which will
FreeBSD source in this document. An archive of the FreeBSD 8.2 SVN generally be referred to as the FreeBSD source in this document. Previously a
archive used is located at FreeBSD 8.2 SVN checkout was used. The SVN checkout command corresponding to
http://www.rtems.org/ftp/pub/rtems/people/joel/freebsd/ the current Git submodule commit is this
The SVN checkout command is this svn co http://svn.freebsd.org/base/releng/8.2 -r255967 freebsd-8.2
svn co http://svn.freebsd.org/base/releng/8.2/sys/ -r222496 freebsd-8.2
== Issues and To Do == Issues and To Do
* Sebastian Huber and Joel Sherrill discussed the need for a a basic USB * Sebastian Huber and Joel Sherrill discussed the need for a a basic USB