1. 10 Apr, 2003 16 commits
  2. 09 Apr, 2003 20 commits
  3. 10 Apr, 2003 4 commits
    • Dave Jones's avatar
      9709b813
    • Dave Jones's avatar
      [AGPGART] Print banner on detecting AMD64 GART. · e72dde5a
      Dave Jones authored
      All the other GART drivers display what they've found, so make this
      one follow suit.
      e72dde5a
    • Dave Jones's avatar
      [AGPGART] x86-64 Kconfig fixes. · 8156ad49
      Dave Jones authored
      Offering the K7 GARTs on 64bit kernels causes sillyness, like reports of
      "unrecognised device, try unsupported".  We don't want people to even try
      that, so don't offer it in the first place.
      
      There's really no good reason for offering any of the IA32 era GARTs on a
      x86-64 64bit kernel. If Intel (or whoever) ever do an x86-64 clone, a new
      gart driver will be started anyways, as has been done for amd-k8-agp.
      8156ad49
    • Dave Jones's avatar
      [AGPGART] Remove CONFIG_AGP3. · c8ac8050
      Dave Jones authored
      This optioned saved just a handful of bytes, and uglied up the code 
      quite a lot. Saving less than a page of memory is not as important as
      maintainable code.
      c8ac8050