Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 2008 19:39:11 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/i386/btx/btx btx.S
Message-ID:  <200808081939.m78JdHf6025051@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-08-08 19:39:11 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/btx/btx btx.S 
  Log:
  SVN rev 181433 on 2008-08-08 19:39:11Z by jhb
  
  Fix the hangs reported with the real mode BTX:
  - I had errantly assumed that all user requests should run with interrupts
    enabled.  User requests for software interrupts, however, need to disable
    interrupts (and tracing) just like hardware interrupts.
  - Disable alignment checking when emulating a hardware interrupt as well
    (based on the description of the real mode operation of the 'INT'
    instruction in the IA-32 manuals).
  - Use constants for fields in %eflags.
  
  Tested by:      bz
  MFC after:      3 days
  
  Revision  Changes    Path
  1.47      +22 -11    src/sys/boot/i386/btx/btx/btx.S



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