Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 2010 20:20:10 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 busdma_machdep.c src/sys/i386/i386 busdma_machdep.c
Message-ID:  <201012082020.oB8KKTO9034851@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2010-12-08 20:20:10 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      busdma_machdep.c 
    sys/i386/i386        busdma_machdep.c 
  Log:
  SVN rev 216308 on 2010-12-08 20:20:10Z by cperciva
  
  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.
  
  Revision  Changes    Path
  1.96      +4 -0      src/sys/amd64/amd64/busdma_machdep.c
  1.104     +4 -0      src/sys/i386/i386/busdma_machdep.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012082020.oB8KKTO9034851>