• Geert Uytterhoeven's avatar
    [PATCH] sun3-related net driver fixes · 34418a69
    Geert Uytterhoeven authored
    On Mon, 17 Nov 2003, Geert Uytterhoeven wrote:
    > On Sun, 16 Nov 2003, Jeff Garzik wrote:
    > > Yet more updates.  Syncing with Andrew Morton, and more syncing with Al
    > > Viro.
    > >
    > > No users of init_etherdev remain in the tree.  (yay!)
    >
    > Here are some (untested, except for cross-gcc) fixes for the m68k-related
    > drivers:
    
    I forget to test the Sun-3 drivers:
      - sun3_82586.c:
          o add missing casts to iounmap() calls
          o fix parameter of free_netdev()
      - sun3lance.c: add missing casts to iounmap() calls
    
    Note that sun3_82586.c no longer compiles since SUN3_82586_TOTAL_SIZE is not
    defined. Sammy, is it OK to use PAGE_SIZE for that, since that's what's passed
    to ioremap()?
    34418a69
sun3lance.c 26.2 KB