summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-07-28 19:37:32 +0000
committermsmith <msmith@FreeBSD.org>1999-07-28 19:37:32 +0000
commitc35098dcbfa7ff21373332a1f78c565ecdcfdb11 (patch)
treec99d276802c986f3be4cd345a862bc9e670b6f6e /sys/i386/bios
parent05d0b40988581febb78a6d5a645c9f9415a29ba4 (diff)
downloadFreeBSD-src-c35098dcbfa7ff21373332a1f78c565ecdcfdb11.zip
FreeBSD-src-c35098dcbfa7ff21373332a1f78c565ecdcfdb11.tar.gz
Remove some erroneous comments about how APM is initialised.
Diffstat (limited to 'sys/i386/bios')
-rw-r--r--sys/i386/bios/apm.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c
index 7e4692a..e5953f1 100644
--- a/sys/i386/bios/apm.c
+++ b/sys/i386/bios/apm.c
@@ -15,7 +15,7 @@
*
* Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: apm.c,v 1.90 1999/07/10 18:08:48 iwasaki Exp $
+ * $Id: apm.c,v 1.91 1999/07/22 14:45:22 iwasaki Exp $
*/
#include "opt_devfs.h"
@@ -741,14 +741,7 @@ apm_not_halt_cpu(void)
/* device driver definitions */
/*
- * probe APM (dummy):
- *
- * APM probing routine is placed on locore.s and apm_init.S because
- * this process forces the CPU to turn to real mode or V86 mode.
- * Current version uses real mode, but in a future version, we want
- * to use V86 mode in APM initialization.
- *
- * XXX If VM86 is defined, we do.
+ * probe APM
*/
static int
@@ -943,7 +936,7 @@ apm_processevent(void)
/*
* Attach APM:
*
- * Initialize APM driver (APM BIOS itself has been initialized in locore.s)
+ * Initialize APM driver
*/
static int
OpenPOWER on IntegriCloud