1. 29 Sep, 2003 37 commits
  2. 28 Sep, 2003 3 commits
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/jgarzik/bcopy-2.5 · da136c4d
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      da136c4d
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/jgarzik/misc-2.5 · 7a6b6776
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      7a6b6776
    • Marc Zyngier's avatar
      [PATCH] ne3210 update · 0c7cadd6
      Marc Zyngier authored
      The enclosed patch ports the ne3210 driver over the EISA probing API.
      
      It also fixes some ioremap/isa_memcopy_fromio problems (depending on
      where the card memory was mapped) by using ioremap unconditionally and
      letting memcopy_fromio do the right thing.
      
      Finally, it removes the card from Space.c (warning, potential
      interface renumbering !).
      
      The module options are currently disabled, until Rusty's
      module_param_array() patch is included. I will re-introduce them ASAP.
      
      Quite heavily tested on x86.
      0c7cadd6