From owner-cvs-all Mon Jan 17 18:15:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52B90150D0; Mon, 17 Jan 2000 18:15:06 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA53358; Mon, 17 Jan 2000 18:15:06 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <200001180215.SAA53358@freefall.freebsd.org> From: Mike Smith Date: Mon, 17 Jan 2000 18:15:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c src/sys/isa isa_common.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 2000/01/17 18:15:05 PST Modified files: sys/i386/i386 nexus.c Log: Don't try to map memory resources into the kernel until they're actually activated. Some of the things that get listed as "resources" aren't necessarily suited for this. (This shouldn't be a problem for any driver that correctly passes RF_ACTIVE) Revision Changes Path 1.23 +36 -21 src/sys/i386/i386/nexus.c Modified files: sys/isa isa_common.c Log: Don't mark unallocated resources as active; the goal is to reserve them, and there may be a good reason for them being unallocated (eg. they're nonsensical or not useful). The goal here is simply to reserve them against accidental use by other code. Revision Changes Path 1.15 +2 -2 src/sys/isa/isa_common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message