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

Marcel Moolenaar marcel at FreeBSD.org
Thu May 1 18:36:29 PDT 2003


marcel      2003/05/01 18:36:27 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/fb           vga.c 
  Log:
  Unbreak alpha and ia64 builds. The previous change made the inclusion
  of <machine/pc/bios.h> specific to i386 and added a conditional define
  for BIOS_PADDRTOVADDR that depends on ISA_HOLE_START. The latter is
  undefined on alpha and ia64. Since the former is defined the same on
  both alpha and ia64, assume the ISA_HOLE_START dependent definition
  is specific to amd64 and use the identity-mapping in all other cases.
  
  This of course is getting uglier every day...
  
  Revision  Changes    Path
  1.26      +6 -1      src/sys/dev/fb/vga.c


More information about the cvs-src mailing list