cvs commit: src/sys/dev/fb vga.c

Peter Wemm peter at FreeBSD.org
Thu May 22 22:10:50 PDT 2003


peter       2003/05/22 22:10:49 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/fb           vga.c 
  Log:
  Low risk amd64 fix.  Use a vm_offset_t for the virtual location of the
  buffer space instead of a u_int32_t.  Otherwise the upper 32 bits of
  the address space get truncated and syscons blows up.
  
  Approved by:    re (safe, low risk amd64 fixes)
  
  Revision  Changes    Path
  1.27      +2 -2      src/sys/dev/fb/vga.c


More information about the cvs-all mailing list