summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/io.c
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/io.c
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/io.c')
-rw-r--r--sys/i386/boot/biosboot/io.c27
1 files changed, 2 insertions, 25 deletions
diff --git a/sys/i386/boot/biosboot/io.c b/sys/i386/boot/biosboot/io.c
index 5327f88..6a5a58a 100644
--- a/sys/i386/boot/biosboot/io.c
+++ b/sys/i386/boot/biosboot/io.c
@@ -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,30 +22,9 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-
-/*
- * HISTORY
- * $Log: io.c,v $
- * Revision 1.3 1993/07/11 12:02:24 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.
*
- * Revision 1.2 1993/06/18 02:28:59 cgd
- * make it *do* something when loading the kernel, a la sun twiddling-thing
- *
- * Revision 1.1 1993/03/21 18:08:38 cgd
- * after 0.2.2 "stable" patches applied
- *
- * Revision 2.2 92/04/04 11:35:57 rpd
- * Fixed for IBM L40's A20 initialization.
- * [92/03/30 rvb]
- *
- * Created.
- * [92/03/30 mg32]
- *
+ * from: Mach, Revision 2.2 92/04/04 11:35:57 rpd
+ * $Id$
*/
#include <i386/include/pio.h>
OpenPOWER on IntegriCloud