Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 2010 15:56:04 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/x86bios x86bios.c
Message-ID:  <201003251556.o2PFuEr5041821@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-03-25 15:56:04 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/x86bios   x86bios.c 
  Log:
  SVN rev 205647 on 2010-03-25 15:56:04Z by jkim
  
  Fix stupid typos.  Some VESA BIOSes directly call BIOS interrupt handlers
  within the VBE interrupt handler.  Unfortunately it was causing real mode
  page faults because we were fetching instructions from bogus addresses.
  Pass me the pointyhat, please.
  
  PR:             kern/144654
  MFC after:      3 days
  
  Revision  Changes    Path
  1.13      +2 -2      src/sys/compat/x86bios/x86bios.c



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