From owner-cvs-sys Fri Sep 19 08:26:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA18449 for cvs-sys-outgoing; Fri, 19 Sep 1997 08:26:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA18349; Fri, 19 Sep 1997 08:24:27 -0700 (PDT) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA16151; Fri, 19 Sep 1997 08:20:26 -0700 (PDT) Date: Fri, 19 Sep 1997 08:20:26 -0700 (PDT) Message-Id: <199709191520.IAA16151@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa isa.c pnp.c pnp.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1997/09/19 08:20:25 PDT Modified files: sys/i386/isa isa.c pnp.c pnp.h Log: teach pnp to keep isa_device structs around, and teach isa.c how to scan these structs for conflics... it still exist that two PnP cards can colide, but this is up to the user to make sure it doesn't happen... other modifications to pnp.c to format output properly, and hide more output behind bootverbose flag... fix some bugons in pnp.h that would of made it difficult for inclusion in external programs (for import of pnpinfo) Revision Changes Path 1.104 +15 -4 src/sys/i386/isa/isa.c 1.3 +81 -35 src/sys/i386/isa/pnp.c 1.3 +11 -5 src/sys/i386/isa/pnp.h