msmith 1998/06/02 18:59:43 PDT
Modified files:
sys/i386/apm apm.c apm_setup.h apm_setup.s
sys/i386/i386 locore.s
Log:
If vm86 services are available, use these to perform the APM BIOS
probe and intialisation. This will ultimately remove the grubby (but
functional) hack that copies a real-mode function into low memory
early in locore.s.
Revision Changes Path
1.71 +76 -11 src/sys/i386/apm/apm.c
1.9 +3 -2 src/sys/i386/apm/apm_setup.h
1.13 +8 -4 src/sys/i386/apm/apm_setup.s
1.108 +3 -1 src/sys/i386/i386/locore.s