]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Experimental patch to try to properly clip the range of the memory
authorWarner Losh <imp@FreeBSD.org>
Mon, 26 Nov 2001 07:12:35 +0000 (07:12 +0000)
committerWarner Losh <imp@FreeBSD.org>
Mon, 26 Nov 2001 07:12:35 +0000 (07:12 +0000)
commit7eea743ef849119bac8a1c64c2adda933ce2ab10
treec27ab1f482f153377f5bc0f6c13051d6eef03c2c
parent1c8653816ee991ad1fd4fd393af6bedd59bbdfef
Experimental patch to try to properly clip the range of the memory
request to one that's supported by the bridge.  I'm not 100% sure this
is correct, but it makes it easier for the cardbus bridge to allocate
its memory.

Similar code is needed for the I/O range.  Also, I'm not sure if I
should be doing this based on memory or pmemory (but likely should do
it based on some flag that tells us to prefetch or not).

Talked about a long time ago with: msmith
sys/dev/pci/pci_pci.c