cvs commit: src/sys/ia64/ia64 machdep.c mp_machdep.c src/sys/ia64/include md_var.h

Marcel Moolenaar marcel at FreeBSD.org
Sat Feb 21 18:10:49 PST 2004


marcel      2004/02/21 18:10:48 PST

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        machdep.c mp_machdep.c 
    sys/ia64/include     md_var.h 
  Log:
  Do not pre-map the I/O port space. On the Intel Tiger 4 this conflicts
  with a memory mapped I/O range that's immediately before it and is
  not 256MB aligned. As a result, when an address is accessed in the
  memory mapped range and a direct mapping is added for it, it overlaps
  with the pre-mapped I/O port space and causes a machine check.
  
  Based on a patch from: arun@
  
  Revision  Changes    Path
  1.176     +0 -33     src/sys/ia64/ia64/machdep.c
  1.53      +0 -1      src/sys/ia64/ia64/mp_machdep.c
  1.16      +0 -1      src/sys/ia64/include/md_var.h


More information about the cvs-src mailing list