1. 17 3月, 2008 1 次提交
    • J
      atl1: move common functions to atlx files · 305282ba
      Jay Cliburn 提交于
      The future atl2 driver and the existing atl1 driver can share certain
      functions and definitions.  Move these shareable functions and definitions
      out of atl1-specific files and into atlx.c and atlx.h.  Some transitory
      hackery will be present until atl2 is merged.
      
      Reduce the number of source files by moving ethtool, hw, and param
      functions from separate files into atl1_main.c, then rename it to just
      atl1.c.
      
      Move all atl1-specific definitions from atl1_hw.h to atl1.h.
      
      Finally, clean up to make checkpatch.pl happy.
      Signed-off-by: NChris Snook <csnook@redhat.com>
      Signed-off-by: NJay Cliburn <jacliburn@bellsouth.net>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      305282ba