Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2010 20:21:52 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/fb vesa.c
Message-ID:  <201008312022.o7VKMBJq028534@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-08-31 20:21:52 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fb           vesa.c 
  Log:
  SVN rev 212070 on 2010-08-31 20:21:52Z by jkim
  
  Make sure the interrupt entry point is within the video ROM range.  We must
  not change interrupt vector if it is not pointing the ROM itself.  Actually,
  we just fail shadowing altogether if that is the case because the shadowed
  copy will be useless for sure and POST may not be relocatable or useful.
  While I'm here, fix a debugging message under bootverbose, really.  r211829
  fixed one case but broke another.  Mea Culpa.
  
  Revision  Changes    Path
  1.47      +15 -9     src/sys/dev/fb/vesa.c



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