cvs commit: src/sys/dev/fb fbreg.h

Marcel Moolenaar marcel at FreeBSD.org
Sat Aug 23 01:52:53 PDT 2003


marcel      2003/08/23 01:52:52 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/fb           fbreg.h 
  Log:
  o  Explicitly cast the second argument to bus_space_set_region_#()
     to intptr_t. This fixes a compiler warning (integer from pointer
     without cast) in scvgarndr.c when SC_PIXEL_MODE is defined.
  o  Define readb() and writeb(). Both are used in scvgarndr.c when,
     guess what, SC_PIXEL_MODE is defined.
  
  Both changes are ia64 specific.
  
  Found by: LINT
  
  Revision  Changes    Path
  1.16      +8 -9      src/sys/dev/fb/fbreg.h


More information about the cvs-src mailing list