1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Remove some erroneous comments about how APM is initialised.

This commit is contained in:
Mike Smith 1999-07-28 19:37:32 +00:00
parent dce593b01e
commit 30f41f1f8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49179
2 changed files with 6 additions and 20 deletions

View File

@ -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

View File

@ -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