From owner-cvs-all Thu Sep 3 19:43:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12551 for cvs-all-outgoing; Thu, 3 Sep 1998 19:43:36 -0700 (PDT) (envelope-from owner-cvs-all) 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 TAA12542; Thu, 3 Sep 1998 19:43:33 -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 TAA20936; Thu, 3 Sep 1998 19:43:27 -0700 (PDT) Date: Thu, 3 Sep 1998 19:43:27 -0700 (PDT) Message-Id: <199809040243.TAA20936@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common pnp.c Makefile.inc bootstrap.h interp_parse.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/03 19:43:26 PDT Modified files: sys/boot/common Makefile.inc bootstrap.h interp_parse.c Added files: sys/boot/common pnp.c Log: Generic plug-and-play enumerator infrastructure. Query supplied enumerators, crossreference returned identifiers with a text-format database and automatically load corresponding modules and dependancies. Revision Changes Path 1.4 +2 -2 src/sys/boot/common/Makefile.inc 1.4 +24 -1 src/sys/boot/common/bootstrap.h 1.3 +2 -2 src/sys/boot/common/interp_parse.c