Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2003 18:36:27 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/fb vga.c
Message-ID:  <200305020136.h421aRGC017806@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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