summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/boot2
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-09-08 09:11:32 +0000
committerobrien <obrien@FreeBSD.org>2003-09-08 09:11:32 +0000
commited9debd5e8dbd4dace3a1f34975cc57717b43fcf (patch)
tree278f70e8f7a17066164be873bd6bfeb1aadf4612 /sys/boot/pc98/boot2
parenta1e52d797a17e76da87dfc5481cdd0523b6640ec (diff)
downloadFreeBSD-src-ed9debd5e8dbd4dace3a1f34975cc57717b43fcf.zip
FreeBSD-src-ed9debd5e8dbd4dace3a1f34975cc57717b43fcf.tar.gz
Use __FBSDID().
Also some minor style cleanups.
Diffstat (limited to 'sys/boot/pc98/boot2')
-rw-r--r--sys/boot/pc98/boot2/boot.c6
-rw-r--r--sys/boot/pc98/boot2/disk.c5
-rw-r--r--sys/boot/pc98/boot2/io.c4
-rw-r--r--sys/boot/pc98/boot2/probe_keyboard.c5
-rw-r--r--sys/boot/pc98/boot2/sys.c4
-rw-r--r--sys/boot/pc98/boot2/table.c5
6 files changed, 18 insertions, 11 deletions
diff --git a/sys/boot/pc98/boot2/boot.c b/sys/boot/pc98/boot2/boot.c
index bc639a2..d572ed2 100644
--- a/sys/boot/pc98/boot2/boot.c
+++ b/sys/boot/pc98/boot2/boot.c
@@ -24,10 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
- * $FreeBSD$
*/
-
-
/*
Copyright 1988, 1989, 1990, 1991, 1992
by Intel Corporation, Santa Clara, California.
@@ -51,6 +48,9 @@ NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "boot.h"
#include <a.out.h>
#include <sys/reboot.h>
diff --git a/sys/boot/pc98/boot2/disk.c b/sys/boot/pc98/boot2/disk.c
index f8636eb..9d56936 100644
--- a/sys/boot/pc98/boot2/disk.c
+++ b/sys/boot/pc98/boot2/disk.c
@@ -24,9 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:35:49 rpd
- * $FreeBSD$
*/
-
/*
* Ported to PC-9801 by Yoshio Kimura
*/
@@ -41,6 +39,9 @@
* partition, which is not always at the end of the disk.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "boot.h"
#include <sys/disklabel.h>
#include <sys/diskpc98.h>
diff --git a/sys/boot/pc98/boot2/io.c b/sys/boot/pc98/boot2/io.c
index 2f559d0..8408627 100644
--- a/sys/boot/pc98/boot2/io.c
+++ b/sys/boot/pc98/boot2/io.c
@@ -24,9 +24,11 @@
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:35:57 rpd
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "boot.h"
#include <machine/cpufunc.h>
#include <sys/reboot.h>
diff --git a/sys/boot/pc98/boot2/probe_keyboard.c b/sys/boot/pc98/boot2/probe_keyboard.c
index 6be66fd..f103296 100644
--- a/sys/boot/pc98/boot2/probe_keyboard.c
+++ b/sys/boot/pc98/boot2/probe_keyboard.c
@@ -23,10 +23,11 @@
* 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 <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "boot.h"
int probe_keyboard(void)
diff --git a/sys/boot/pc98/boot2/sys.c b/sys/boot/pc98/boot2/sys.c
index 9963ae5..c0617ca 100644
--- a/sys/boot/pc98/boot2/sys.c
+++ b/sys/boot/pc98/boot2/sys.c
@@ -24,9 +24,11 @@
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:36:34 rpd
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* Ported to PC-9801 by Yoshio Kimura
*/
diff --git a/sys/boot/pc98/boot2/table.c b/sys/boot/pc98/boot2/table.c
index b6e113a..bcdc178 100644
--- a/sys/boot/pc98/boot2/table.c
+++ b/sys/boot/pc98/boot2/table.c
@@ -24,9 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:36:43 rpd
- * $FreeBSD$
*/
-
/*
Copyright 1988, 1989, 1990, 1991, 1992
by Intel Corporation, Santa Clara, California.
@@ -50,6 +48,9 @@ NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "boot.h"
/* Segment Descriptor
OpenPOWER on IntegriCloud