From owner-cvs-all Wed Oct 21 13:10:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03988 for cvs-all-outgoing; Wed, 21 Oct 1998 13:10:38 -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 NAA03982; Wed, 21 Oct 1998 13:10:37 -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 NAA02639; Wed, 21 Oct 1998 13:10:34 -0700 (PDT) Date: Wed, 21 Oct 1998 13:10:34 -0700 (PDT) Message-Id: <199810212010.NAA02639@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/loader Makefile conf.c main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/10/21 13:10:34 PDT Modified files: sys/boot/i386/loader Makefile conf.c main.c Log: - Enable PnP and ISA PnP code. - Use the ISA PnP enumerator. - Use the new linker set code, throw out the gensetdefs stuff. - Produce an intermediate loader image that has symbols stripped, to aid - in debugging. - Supply ISA port access functions required for ISA PnP Revision Changes Path 1.13 +21 -23 src/sys/boot/i386/loader/Makefile 1.8 +2 -2 src/sys/boot/i386/loader/conf.c 1.12 +36 -1 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