K 10 svn:author V 8 cperciva K 8 svn:date V 27 2010-12-08T20:20:10.815697Z K 7 svn:log V 293 On amd64, we have (since r1.72, in December 2005) MAX_BPAGES=8192, while on i386 we have MAX_BPAGES=512. Implement this difference via '#ifdef __i386__'. With this commit, the i386 and amd64 busdma_machdep.c files become identical; they will soon be replaced by a single file under sys/x86. END