summaryrefslogtreecommitdiff
path: root/sys/boot/arm/at91/libat91
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/arm/at91/libat91')
-rw-r--r--sys/boot/arm/at91/libat91/Makefile2
-rw-r--r--sys/boot/arm/at91/libat91/at91rm9200.h2
-rw-r--r--sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c2
-rw-r--r--sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h2
-rw-r--r--sys/boot/arm/at91/libat91/delay.c2
-rw-r--r--sys/boot/arm/at91/libat91/eeprom.c2
-rw-r--r--sys/boot/arm/at91/libat91/emac.c2
-rw-r--r--sys/boot/arm/at91/libat91/emac.h2
-rw-r--r--sys/boot/arm/at91/libat91/emac_init.c2
-rw-r--r--sys/boot/arm/at91/libat91/getc.c2
-rw-r--r--sys/boot/arm/at91/libat91/lib.h2
-rw-r--r--sys/boot/arm/at91/libat91/lib_AT91RM9200.h2
-rw-r--r--sys/boot/arm/at91/libat91/mci_device.c2
-rw-r--r--sys/boot/arm/at91/libat91/mci_device.h2
-rw-r--r--sys/boot/arm/at91/libat91/p_string.c2
-rw-r--r--sys/boot/arm/at91/libat91/printf.c2
-rw-r--r--sys/boot/arm/at91/libat91/putchar.c2
-rw-r--r--sys/boot/arm/at91/libat91/reset.c2
-rw-r--r--sys/boot/arm/at91/libat91/sd-card.c2
-rw-r--r--sys/boot/arm/at91/libat91/sd-card.h2
-rw-r--r--sys/boot/arm/at91/libat91/spi_flash.c2
-rw-r--r--sys/boot/arm/at91/libat91/spi_flash.h2
-rw-r--r--sys/boot/arm/at91/libat91/tag_list.c2
-rw-r--r--sys/boot/arm/at91/libat91/tag_list.h2
-rw-r--r--sys/boot/arm/at91/libat91/xmodem.c2
25 files changed, 25 insertions, 25 deletions
diff --git a/sys/boot/arm/at91/libat91/Makefile b/sys/boot/arm/at91/libat91/Makefile
index b0160659acaa1..b5cd3c9dde71e 100644
--- a/sys/boot/arm/at91/libat91/Makefile
+++ b/sys/boot/arm/at91/libat91/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/arm/at91/libat91/Makefile,v 1.4.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
.include "${.CURDIR}/../Makefile.inc"
diff --git a/sys/boot/arm/at91/libat91/at91rm9200.h b/sys/boot/arm/at91/libat91/at91rm9200.h
index 2b7dde4c2774a..9b746f9c68fe4 100644
--- a/sys/boot/arm/at91/libat91/at91rm9200.h
+++ b/sys/boot/arm/at91/libat91/at91rm9200.h
@@ -7,7 +7,7 @@
// fitness for any particular purpose, or against the infringements of
// intellectual property rights of others.
// ----------------------------------------------------------------------------
-// $FreeBSD$
+// $FreeBSD: src/sys/boot/arm/at91/libat91/at91rm9200.h,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
//
// File Name : AT91RM9200.h
// Object : AT91RM9200 definitions
diff --git a/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c b/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c
index 9e196d5e02f5d..a01c3fe67a389 100644
--- a/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c
+++ b/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c
@@ -24,7 +24,7 @@
* This software is derived from software provide by Kwikbyte who specifically
* disclaimed copyright on the code.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include "at91rm9200.h"
diff --git a/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h b/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h
index 7be7228f0d5ba..fc708c67efab9 100644
--- a/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h
+++ b/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#ifndef _AT91RM9200_LOWLEVEL_H_
diff --git a/sys/boot/arm/at91/libat91/delay.c b/sys/boot/arm/at91/libat91/delay.c
index 390e06790c3c7..66c56776a51e5 100644
--- a/sys/boot/arm/at91/libat91/delay.c
+++ b/sys/boot/arm/at91/libat91/delay.c
@@ -24,7 +24,7 @@
* This software is derived from software provide by Kwikbyte who specifically
* disclaimed copyright on the code.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/delay.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include "at91rm9200.h"
diff --git a/sys/boot/arm/at91/libat91/eeprom.c b/sys/boot/arm/at91/libat91/eeprom.c
index 5f5fafd0317cd..30973b4c097d9 100644
--- a/sys/boot/arm/at91/libat91/eeprom.c
+++ b/sys/boot/arm/at91/libat91/eeprom.c
@@ -18,7 +18,7 @@
* only.
* END_BLOCK
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/eeprom.c,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*****************************************************************************/
#include "at91rm9200_lowlevel.h"
diff --git a/sys/boot/arm/at91/libat91/emac.c b/sys/boot/arm/at91/libat91/emac.c
index 037e6b4a692ea..d803bebadb6df 100644
--- a/sys/boot/arm/at91/libat91/emac.c
+++ b/sys/boot/arm/at91/libat91/emac.c
@@ -19,7 +19,7 @@
* only.
* END_BLOCK
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/emac.c,v 1.3.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
******************************************************************************/
#include "at91rm9200.h"
diff --git a/sys/boot/arm/at91/libat91/emac.h b/sys/boot/arm/at91/libat91/emac.h
index b8521fab886d3..45b1eefba80b1 100644
--- a/sys/boot/arm/at91/libat91/emac.h
+++ b/sys/boot/arm/at91/libat91/emac.h
@@ -17,7 +17,7 @@
* only.
* END_BLOCK
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/emac.h,v 1.3.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*****************************************************************************/
diff --git a/sys/boot/arm/at91/libat91/emac_init.c b/sys/boot/arm/at91/libat91/emac_init.c
index 37844f9caae3f..56a47774a48ad 100644
--- a/sys/boot/arm/at91/libat91/emac_init.c
+++ b/sys/boot/arm/at91/libat91/emac_init.c
@@ -24,7 +24,7 @@
* This software is derived from software provide by Kwikbyte who specifically
* disclaimed copyright on the code.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/emac_init.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
/******************************************************************************
diff --git a/sys/boot/arm/at91/libat91/getc.c b/sys/boot/arm/at91/libat91/getc.c
index e0a43b9b9a654..61f6d17e17075 100644
--- a/sys/boot/arm/at91/libat91/getc.c
+++ b/sys/boot/arm/at91/libat91/getc.c
@@ -31,7 +31,7 @@
* owners. This software is not copyrighted and is intended for reference
* only.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/getc.c,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include "at91rm9200.h"
diff --git a/sys/boot/arm/at91/libat91/lib.h b/sys/boot/arm/at91/libat91/lib.h
index 8e3b25b985845..fc2c11de020a1 100644
--- a/sys/boot/arm/at91/libat91/lib.h
+++ b/sys/boot/arm/at91/libat91/lib.h
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/lib.h,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#ifndef ARM_BOOT_LIB_H
diff --git a/sys/boot/arm/at91/libat91/lib_AT91RM9200.h b/sys/boot/arm/at91/libat91/lib_AT91RM9200.h
index d1bf4889caa76..f184753de5082 100644
--- a/sys/boot/arm/at91/libat91/lib_AT91RM9200.h
+++ b/sys/boot/arm/at91/libat91/lib_AT91RM9200.h
@@ -24,7 +24,7 @@
* This software is derived from software provide by Kwikbyte who specifically
* disclaimed copyright on the code.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/lib_AT91RM9200.h,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#ifndef __LIBAT91RM9200_H
diff --git a/sys/boot/arm/at91/libat91/mci_device.c b/sys/boot/arm/at91/libat91/mci_device.c
index f6dae8d53cf64..53d335c709bad 100644
--- a/sys/boot/arm/at91/libat91/mci_device.c
+++ b/sys/boot/arm/at91/libat91/mci_device.c
@@ -24,7 +24,7 @@
* This software is derived from software provide by Kwikbyte who specifically
* disclaimed copyright on the code.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/mci_device.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
//*----------------------------------------------------------------------------
diff --git a/sys/boot/arm/at91/libat91/mci_device.h b/sys/boot/arm/at91/libat91/mci_device.h
index 197004bec28e9..18900f69e9ff4 100644
--- a/sys/boot/arm/at91/libat91/mci_device.h
+++ b/sys/boot/arm/at91/libat91/mci_device.h
@@ -24,7 +24,7 @@
* This software is derived from software provide by Kwikbyte who specifically
* disclaimed copyright on the code.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/mci_device.h,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
//*---------------------------------------------------------------------------
diff --git a/sys/boot/arm/at91/libat91/p_string.c b/sys/boot/arm/at91/libat91/p_string.c
index 6d38e4f9b5e82..dc1abc3aa72af 100644
--- a/sys/boot/arm/at91/libat91/p_string.c
+++ b/sys/boot/arm/at91/libat91/p_string.c
@@ -20,7 +20,7 @@
* only.
* END_BLOCK
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/p_string.c,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*****************************************************************************/
#include "lib.h"
diff --git a/sys/boot/arm/at91/libat91/printf.c b/sys/boot/arm/at91/libat91/printf.c
index 81b48c5208c26..d658fb8bed353 100644
--- a/sys/boot/arm/at91/libat91/printf.c
+++ b/sys/boot/arm/at91/libat91/printf.c
@@ -14,7 +14,7 @@
* warranties of merchantability and fitness for a particular
* purpose.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/printf.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include <stdarg.h>
diff --git a/sys/boot/arm/at91/libat91/putchar.c b/sys/boot/arm/at91/libat91/putchar.c
index 137c2e3cb1090..74694be504d5a 100644
--- a/sys/boot/arm/at91/libat91/putchar.c
+++ b/sys/boot/arm/at91/libat91/putchar.c
@@ -31,7 +31,7 @@
* owners. This software is not copyrighted and is intended for reference
* only.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/putchar.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include "at91rm9200.h"
diff --git a/sys/boot/arm/at91/libat91/reset.c b/sys/boot/arm/at91/libat91/reset.c
index b1f083a6e72cd..10211263eb760 100644
--- a/sys/boot/arm/at91/libat91/reset.c
+++ b/sys/boot/arm/at91/libat91/reset.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/reset.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include "at91rm9200.h"
diff --git a/sys/boot/arm/at91/libat91/sd-card.c b/sys/boot/arm/at91/libat91/sd-card.c
index ae1f01f066284..eb827a878a7a4 100644
--- a/sys/boot/arm/at91/libat91/sd-card.c
+++ b/sys/boot/arm/at91/libat91/sd-card.c
@@ -24,7 +24,7 @@
* This software is derived from software provide by Kwikbyte who specifically
* disclaimed copyright on the code.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/sd-card.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
//*----------------------------------------------------------------------------
diff --git a/sys/boot/arm/at91/libat91/sd-card.h b/sys/boot/arm/at91/libat91/sd-card.h
index 0a3ce696925b2..f1fb101b40fda 100644
--- a/sys/boot/arm/at91/libat91/sd-card.h
+++ b/sys/boot/arm/at91/libat91/sd-card.h
@@ -24,7 +24,7 @@
* This software is derived from software provide by Kwikbyte who specifically
* disclaimed copyright on the code.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/sd-card.h,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#ifndef __SD_CARD_H
diff --git a/sys/boot/arm/at91/libat91/spi_flash.c b/sys/boot/arm/at91/libat91/spi_flash.c
index 3df2e913c7352..93915f8e880e8 100644
--- a/sys/boot/arm/at91/libat91/spi_flash.c
+++ b/sys/boot/arm/at91/libat91/spi_flash.c
@@ -19,7 +19,7 @@
* only.
* END_BLOCK
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/spi_flash.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*****************************************************************************/
#include "at91rm9200.h"
diff --git a/sys/boot/arm/at91/libat91/spi_flash.h b/sys/boot/arm/at91/libat91/spi_flash.h
index e3df2e0c28ef0..15f6a671849b2 100644
--- a/sys/boot/arm/at91/libat91/spi_flash.h
+++ b/sys/boot/arm/at91/libat91/spi_flash.h
@@ -17,7 +17,7 @@
* only.
* END_BLOCK
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/spi_flash.h,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
******************************************************************************/
#ifndef _SPI_FLASH_H_
diff --git a/sys/boot/arm/at91/libat91/tag_list.c b/sys/boot/arm/at91/libat91/tag_list.c
index c6a9bba823772..87526687e908d 100644
--- a/sys/boot/arm/at91/libat91/tag_list.c
+++ b/sys/boot/arm/at91/libat91/tag_list.c
@@ -17,7 +17,7 @@
* only.
* END_BLOCK
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/tag_list.c,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*****************************************************************************/
/******************************* GLOBALS *************************************/
diff --git a/sys/boot/arm/at91/libat91/tag_list.h b/sys/boot/arm/at91/libat91/tag_list.h
index f98016510d5e9..609a9da695c59 100644
--- a/sys/boot/arm/at91/libat91/tag_list.h
+++ b/sys/boot/arm/at91/libat91/tag_list.h
@@ -17,7 +17,7 @@
* only.
* END_BLOCK
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/tag_list.h,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
****************************************************************************/
#ifndef _TAG_LIST_H_
diff --git a/sys/boot/arm/at91/libat91/xmodem.c b/sys/boot/arm/at91/libat91/xmodem.c
index 0c4b1387dcb28..20cc3de017afd 100644
--- a/sys/boot/arm/at91/libat91/xmodem.c
+++ b/sys/boot/arm/at91/libat91/xmodem.c
@@ -25,7 +25,7 @@
* disclaimed copyright on the code. This version of xmodem has been nearly
* completely rewritten, but the CRC is from the original.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/xmodem.c,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include "lib.h"