1. 09 5月, 2007 1 次提交
    • O
      vga: vgastate fix · 0449359f
      Ondrej Zajicek 提交于
      1) sets 'palette access disabled' during read from AR10.
         This is usually documented as needed for access AR01-AR0F,
         but on ARK Logic card it is needed for AR10 (otherwise read
         returns some nonsence and save_vga_text() returns before do
         anything).
      
      2) do not restore AR10, because it was not changed during
      
      3) remove modification of misc reg:
              /* force graphics mode */
              vga_w(state->vgabase, VGA_MIS_W, misc | 1);
      
         as comment is misleading - LSB of misc reg does not set/reset graphics
         mode, but set color/mono adresses of CRT and some other regs.
         but these regs are not used during save/restore fonts.
         (it worked even when (misc | 1) was replaced by (misc & ~1) ).
      Signed-off-by: NOndrej Zajicek <santiago@crfreenet.org>
      Signed-off-by: NAntonino Daplas <adaplas@gmail.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      0449359f
  2. 01 7月, 2006 1 次提交
  3. 11 1月, 2006 1 次提交
  4. 09 11月, 2005 1 次提交
  5. 11 9月, 2005 1 次提交
  6. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4