Page MenuHomeFreeBSD

D18854.id52979.diff
No OneTemporary

D18854.id52979.diff

Index: head/sys/x86/x86/busdma_bounce.c
===================================================================
--- head/sys/x86/x86/busdma_bounce.c
+++ head/sys/x86/x86/busdma_bounce.c
@@ -57,7 +57,7 @@
#include <x86/include/busdma_impl.h>
#ifdef __i386__
-#define MAX_BPAGES 512
+#define MAX_BPAGES (Maxmem > atop(0x100000000ULL) ? 8192 : 512)
#else
#define MAX_BPAGES 8192
#endif

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 31, 9:18 PM (8 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27421527
Default Alt Text
D18854.id52979.diff (386 B)

Event Timeline