Date: Mon, 17 Jan 2000 21:04:27 -0500 From: Dan Moschuk <dan@FreeBSD.ORG> To: Mike Smith <msmith@FreeBSD.ORG> Cc: Bill Fumerola <billf@chc-chimes.com>, current@FreeBSD.ORG Subject: Re: PNPBIOS + Dell PowerEdge = panic() Message-ID: <20000117210427.A546@spirit.jaded.net> In-Reply-To: <200001180112.RAA02848@mass.cdrom.com>; from msmith@FreeBSD.ORG on Mon, Jan 17, 2000 at 05:12:14PM -0800 References: <20000116002113.B75768@jade.chc-chimes.com> <200001180112.RAA02848@mass.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
| The problem here is that the i386 nexus_alloc_resource() unconditionally | calls pmap_mapdev() to map any memory-type resource into the kernel. | This is definitely a bad idea; IMHO we should only do this when the | resource is actually activated (and obviously free it when deactivated). | | Commentary? Should I just commit the change and see what happens? 8) Commit and see what happens. I'll keep the pointy had warm for you. 8) -- Dan Moschuk (TFreak!dan@freebsd.org) "Waste not fresh tears on old griefs." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000117210427.A546>