From owner-cvs-all Thu Oct 22 13:24:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24049 for cvs-all-outgoing; Thu, 22 Oct 1998 13:24:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24028; Thu, 22 Oct 1998 13:24:02 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA03270; Thu, 22 Oct 1998 13:23:59 -0700 (PDT) Date: Thu, 22 Oct 1998 13:23:59 -0700 (PDT) Message-Id: <199810222023.NAA03270@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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