summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-01 20:32:07 +0000
committerpeter <peter@FreeBSD.org>2000-05-01 20:32:07 +0000
commit22f6069a2a8af11f8aa10169d84af27a04cdd774 (patch)
tree9806812b133c7cf4cda877bbda7c9d44da03bc03 /sys/boot
parent3a10214cfb2164999292268e78e3f42832552149 (diff)
downloadFreeBSD-src-22f6069a2a8af11f8aa10169d84af27a04cdd774.zip
FreeBSD-src-22f6069a2a8af11f8aa10169d84af27a04cdd774.tar.gz
Add $FreeBSD$
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/README2
-rw-r--r--sys/boot/alpha/Makefile.inc1
-rw-r--r--sys/boot/alpha/netboot/Makefile1
-rw-r--r--sys/boot/arc/Makefile.inc1
-rwxr-xr-xsys/boot/common/newvers.sh1
-rw-r--r--sys/boot/pc98/boot2/README.serial.982
-rw-r--r--sys/boot/pc98/boot2/boot2.S1
-rw-r--r--sys/boot/pc98/boot2/probe_keyboard.c2
8 files changed, 11 insertions, 0 deletions
diff --git a/sys/boot/README b/sys/boot/README
index 89851da..7502788 100644
--- a/sys/boot/README
+++ b/sys/boot/README
@@ -1,3 +1,5 @@
+$FreeBSD$
+
README file, for the boot config file setup. This is meant
to explain how to manage the loader configuration process.
The boot and loading process is either defined, or being
diff --git a/sys/boot/alpha/Makefile.inc b/sys/boot/alpha/Makefile.inc
index abb4f65..cd9f18a 100644
--- a/sys/boot/alpha/Makefile.inc
+++ b/sys/boot/alpha/Makefile.inc
@@ -1,3 +1,4 @@
+# $FreeBSD$
# Options used when building app-specific libalpha components
PRIMARY_LOAD_ADDRESS= 0x20000000 # "Region 1 start"
SECONDARY_LOAD_ADDRESS= 0x2000c000 # "Region 1 start" + 48k
diff --git a/sys/boot/alpha/netboot/Makefile b/sys/boot/alpha/netboot/Makefile
index 1b14e62..0d44c74 100644
--- a/sys/boot/alpha/netboot/Makefile
+++ b/sys/boot/alpha/netboot/Makefile
@@ -1,3 +1,4 @@
+# $FreeBSD$
# $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $
BASE= netboot
diff --git a/sys/boot/arc/Makefile.inc b/sys/boot/arc/Makefile.inc
index 4b2226c..e3a86c4 100644
--- a/sys/boot/arc/Makefile.inc
+++ b/sys/boot/arc/Makefile.inc
@@ -1,3 +1,4 @@
+# $FreeBSD$
# Options used when building app-specific libalpha components
LOAD_ADDRESS= 0xffffffff80900000
DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a
diff --git a/sys/boot/common/newvers.sh b/sys/boot/common/newvers.sh
index 459f407..ab16fe2 100755
--- a/sys/boot/common/newvers.sh
+++ b/sys/boot/common/newvers.sh
@@ -1,5 +1,6 @@
#!/bin/sh -
#
+# $FreeBSD$
# $NetBSD: newvers.sh,v 1.1 1997/07/26 01:50:38 thorpej Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
diff --git a/sys/boot/pc98/boot2/README.serial.98 b/sys/boot/pc98/boot2/README.serial.98
index de98c82..97a4b32 100644
--- a/sys/boot/pc98/boot2/README.serial.98
+++ b/sys/boot/pc98/boot2/README.serial.98
@@ -1,3 +1,5 @@
+$FreeBSD$
+
README.srieal.98
シリアルコンソールについて
加藤丈典 (kato@eclogite.eps.nagoya-u.ac.jp)
diff --git a/sys/boot/pc98/boot2/boot2.S b/sys/boot/pc98/boot2/boot2.S
index 47b9a06..9cad5ec 100644
--- a/sys/boot/pc98/boot2/boot2.S
+++ b/sys/boot/pc98/boot2/boot2.S
@@ -25,6 +25,7 @@
*
* from: Mach, Revision 2.2 92/04/04 11:35:26 rpd
* boot2.S,v 1.6 1995/01/25 21:37:40 bde Exp
+ * $FreeBSD$
*/
/*
* Ported to PC-9801 by Yoshio Kimura
diff --git a/sys/boot/pc98/boot2/probe_keyboard.c b/sys/boot/pc98/boot2/probe_keyboard.c
index 2450430..6be66fd 100644
--- a/sys/boot/pc98/boot2/probe_keyboard.c
+++ b/sys/boot/pc98/boot2/probe_keyboard.c
@@ -23,6 +23,8 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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$
*/
#include "boot.h"
OpenPOWER on IntegriCloud