cvs commit: src/sys/powerpc/mpc85xx ocpbus.c

Marcel Moolenaar marcel at FreeBSD.org
Sun Mar 9 02:29:22 UTC 2008


marcel      2008-03-09 02:29:19 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/mpc85xx  ocpbus.c 
  Log:
  Don't use in32() and out32() when writing to the CCSRBAR. The
  in*() and out*() primitives should not be used, other than by
  ISA drivers. In this case they were used for memory-mapped I/O
  and were not even used in the spirit of the primitives.
  
  Revision  Changes    Path
  1.4       +26 -9     src/sys/powerpc/mpc85xx/ocpbus.c


More information about the cvs-all mailing list