Date: Thu, 22 Oct 1998 13:23:59 -0700 (PDT) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common bootstrap.h isapnp.c pnp.c src/sys/boot/i386/btx/lib btxv86.s src/sys/boot/i386/libi386 Makefile src/sys/boot/i386/loader Makefile conf.c main.c Message-ID: <199810222023.NAA03270@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1998/10/22 13:23:59 PDT
Modified files:
sys/boot/common bootstrap.h isapnp.c pnp.c
Log:
Export an interface for presetting the ISA PnP read port address.
Make the EISA ID formatter generally available
Revision Changes Path
1.15 +9 -1 src/sys/boot/common/bootstrap.h
1.4 +45 -44 src/sys/boot/common/isapnp.c
1.5 +23 -1 src/sys/boot/common/pnp.c
Modified files:
sys/boot/i386/btx/lib btxv86.s
Log:
Pop the return address off the stack before making a V86_CALLF call;
this allows us to implement what look like C function calls from user
space "directly" to v86 mode code. (Used for calling the PnP BIOS)
Revision Changes Path
1.2 +5 -2 src/sys/boot/i386/btx/lib/btxv86.s
Modified files:
sys/boot/i386/libi386 Makefile
Log:
Add biospnp.c
Revision Changes Path
1.10 +3 -2 src/sys/boot/i386/libi386/Makefile
Modified files:
sys/boot/i386/loader Makefile conf.c main.c
Log:
Add a dependancy on the BTX crt0 object
Add the biospnp handler to the pnp handler array
Drop some old debugging code
Revision Changes Path
1.14 +2 -2 src/sys/boot/i386/loader/Makefile
1.9 +3 -1 src/sys/boot/i386/loader/conf.c
1.13 +1 -5 src/sys/boot/i386/loader/main.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810222023.NAA03270>
