summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/biostime.S
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-29 00:16:14 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-29 00:16:14 +0000
commitcb4646d6db7b04560548eb7d5376246dc4b6e7c6 (patch)
tree4f0e5f189c2ef05ffbd2052acd2ea076a0534fd0 /sys/arch/i386/stand/libsa/biostime.S
parentef4c281d8f2746d6dab17ea1e9bd6318bfee7f17 (diff)
ok.
Diffstat (limited to 'sys/arch/i386/stand/libsa/biostime.S')
-rw-r--r--sys/arch/i386/stand/libsa/biostime.S7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/biostime.S b/sys/arch/i386/stand/libsa/biostime.S
index 0a0ddf86820..0aafa0e2519 100644
--- a/sys/arch/i386/stand/libsa/biostime.S
+++ b/sys/arch/i386/stand/libsa/biostime.S
@@ -1,7 +1,8 @@
-/* $OpenBSD: biostime.S,v 1.6 1997/04/28 07:39:01 weingart Exp $ */
+/* $OpenBSD: biostime.S,v 1.7 1997/04/29 00:16:13 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
+ * Copyright (c) 1997 Tobias Weingartner
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +15,8 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
+ * This product includes software developed by
+ * Michael Shalayeff and Tobias Weingartner.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
@@ -31,6 +33,7 @@
* SUCH DAMAGE.
*
*/
+
#include <machine/asm.h>
#define _LOCORE
#include "biosdev.h"