summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/asm.S
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-16 19:17:18 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-16 19:17:18 +0000
commit7b833e734d5d8e5d24f87e2de2e1d216b12dc402 (patch)
tree7b82f2e97faf25e3dbf82c6833653a04f0e92438 /sys/i386/boot/biosboot/asm.S
parentb32101d5e67653f911867345244371749ec1c17f (diff)
downloadFreeBSD-src-7b833e734d5d8e5d24f87e2de2e1d216b12dc402.zip
FreeBSD-src-7b833e734d5d8e5d24f87e2de2e1d216b12dc402.tar.gz
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
minor cleanup. Added $Id$ to files that did not have any version info, etc
Diffstat (limited to 'sys/i386/boot/biosboot/asm.S')
-rw-r--r--sys/i386/boot/biosboot/asm.S38
1 files changed, 3 insertions, 35 deletions
diff --git a/sys/i386/boot/biosboot/asm.S b/sys/i386/boot/biosboot/asm.S
index 55ce675..b291428 100644
--- a/sys/i386/boot/biosboot/asm.S
+++ b/sys/i386/boot/biosboot/asm.S
@@ -1,6 +1,4 @@
/*
- * Ported to boot 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
- *
* Mach Operating System
* Copyright (c) 1992, 1991 Carnegie Mellon University
* All Rights Reserved.
@@ -24,42 +22,12 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-
-/*
- * HISTORY
- * $Log: asm.S,v $
-Revision 1.2 1993/07/11 12:02:19 andrew
-Fixes from bde, including support for loading @ any MB boundary (e.g. a
-kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead
-buffering to speed booting from floppies. Also works with aha174x
-controllers in enhanced mode.
-
- *
- * 93/06/28 bde
- * Switch IDT for debugger.
*
- * Change all addr16's to addr32's and all data16's to data32's.
- *
- * 93/06/26 bde
- * Avoid "pushw $xreal". Gas botches it even for 32-bit mode.
- *
-Revision 1.1 1993/03/21 18:08:21 cgd
-after 0.2.2 "stable" patches applied
-
- * Revision 2.2 92/04/04 11:34:13 rpd
- * Fix Intel Copyright as per B. Davies authorization.
- * [92/04/03 rvb]
- * From 2.5 boot: pruned inb(), outb(), and pzero().
- * [92/03/30 rvb]
- *
- * Revision 2.2 91/04/02 14:35:10 mbj
- * Added _sp() => where is the stack at. [kupfer]
- * Add Intel copyright
- * [90/02/09 rvb]
- *
+ * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd
+ * $Id$
*/
+
/*
Copyright 1988, 1989, 1990, 1991, 1992
by Intel Corporation, Santa Clara, California.
OpenPOWER on IntegriCloud