From c35098dcbfa7ff21373332a1f78c565ecdcfdb11 Mon Sep 17 00:00:00 2001 From: msmith Date: Wed, 28 Jul 1999 19:37:32 +0000 Subject: [PATCH] Remove some erroneous comments about how APM is initialised. --- sys/i386/apm/apm.c | 13 +++---------- sys/i386/bios/apm.c | 13 +++---------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c index 7e4692afbd45..e5953f1a3777 100644 --- a/sys/i386/apm/apm.c +++ b/sys/i386/apm/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 diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c index 7e4692afbd45..e5953f1a3777 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