From owner-cvs-all Fri Oct 23 15:29:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17720 for cvs-all-outgoing; Fri, 23 Oct 1998 15:29:24 -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 PAA17713; Fri, 23 Oct 1998 15:29:23 -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 PAA03268; Fri, 23 Oct 1998 15:29:19 -0700 (PDT) Date: Fri, 23 Oct 1998 15:29:19 -0700 (PDT) Message-Id: <199810232229.PAA03268@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/libi386 biospci.c Makefile biospnp.c src/sys/boot/i386/loader conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/10/23 15:29:19 PDT Modified files: sys/boot/i386/libi386 Makefile biospnp.c Added files: sys/boot/i386/libi386 biospci.c Log: PnP enumerator using the PCI BIOS. This is needlessly complex due to the lack of a simple "enumerate all PCI devices" function. Revision Changes Path 1.11 +4 -4 src/sys/boot/i386/libi386/Makefile 1.2 +2 -2 src/sys/boot/i386/libi386/biospnp.c Modified files: sys/boot/i386/loader conf.c Log: Enable the PCI BIOS PnP enumerator. Revision Changes Path 1.10 +3 -3 src/sys/boot/i386/loader/conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message