1. 28 Dec, 2002 2 commits
    • Mikael Pettersson's avatar
      Fix AGP module oops · 7d255ace
      Mikael Pettersson authored
      The stack trace shows that we should be in agp_find_max() as
      called from agp_backend_initialize(). However, agp_find_max()
      is __init and its code has already been removed at this point
      (since agpgart and intel-agp are separate modules), causing
      the kernel to execute random code and eventually oops.  
      
      The patch below works around this by changing agpgart's __init
      code & data to normal code & data. Tested, works for me.
      7d255ace
    • Dave Jones's avatar
      Merge tetrachloride.(none):/mnt/stuff/kernel/2.5/bk-linus · 47d59590
      Dave Jones authored
      into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
      47d59590
  2. 27 Dec, 2002 29 commits
  3. 26 Dec, 2002 9 commits