]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the bounce buffer code a little more robust when space isn't
authorJohn Dyson <dyson@FreeBSD.org>
Fri, 30 Jan 1998 10:26:26 +0000 (10:26 +0000)
committerJohn Dyson <dyson@FreeBSD.org>
Fri, 30 Jan 1998 10:26:26 +0000 (10:26 +0000)
commit0621c31aaf75cb057cf4945650f22d3fed21a9d7
treeb1bb94512df849830a1dc4a9981c22e431562142
parentc316d71afe05c44fdee098378adae6af8148f8ab
Make the bounce buffer code a little more robust when space isn't
available.  If there isn't bounce space available, the bounce code
is disabled.  This will allow most large systems to run properly
when the bounce space is mistakenly allocated above 16MB.
sys/amd64/amd64/machdep.c
sys/amd64/amd64/vm_machdep.c
sys/i386/i386/machdep.c
sys/i386/i386/vm_machdep.c