Date: Mon, 17 Jan 2000 18:15:06 -0800 (PST) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c src/sys/isa isa_common.c Message-ID: <200001180215.SAA53358@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001180215.SAA53358>