Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Nov 2009 22:58:50 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/fb vesa.c src/sys/dev/pci vga_pci.c src/sys/isa vga_isa.c
Message-ID:  <200911052259.nA5MxcfT097076@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2009-11-05 22:58:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fb           vesa.c 
    sys/dev/pci          vga_pci.c 
    sys/isa              vga_isa.c 
  Log:
  SVN rev 198964 on 2009-11-05 22:58:50Z by jkim
  
  Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.
  It was not working because we were saving its state after the device was
  powered down.  Simplify vesa_load_state() as the culprit is fixed now.
  
  Revision  Changes    Path
  1.18      +5 -49     src/sys/dev/fb/vesa.c
  1.10      +80 -2     src/sys/dev/pci/vga_pci.c
  1.37      +18 -19    src/sys/isa/vga_isa.c



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