• Scott Bardone's avatar
    Update Chelsio gige net driver. · 559fb51b
    Scott Bardone authored
    - Use extern prefix for functions required.
    - Removed a lot of wrappers, including t1_read/write_reg_4.
    - Removed various macros, using native kernel calls now.
    - Enumerated various #defines.
    - Removed a lot of shared code which is not currently used in "NIC only" mode.
    - Removed dead code.
    
    Documentation/networking/cxgb.txt:
    - Updated release notes for version 2.1.1
    
    drivers/net/chelsio/ch_ethtool.h
    - removed file, no longer using ETHTOOL namespace.
    
    drivers/net/chelsio/common.h
    - moved code from osdep.h to common.h
    - added comment to #endif indicating which symbol it closes.
    
    drivers/net/chelsio/cphy.h
    - removed dead code.
    - added comment to #endif indicating which symbol it closes.
    
    drivers/net/chelsio/cxgb2.c
    - use DMA_{32,64}BIT_MASK in include/linux/dma-mapping.h.
    - removed unused code.
    - use printk message for link info resembling drivers/net/mii.c.
    - no longer using the MODULE_xxx namespace.
    - no longer using "pci_" namespace.
    - no longer using ETHTOOL namespace.
    
    d...
    559fb51b
gmac.h 5.24 KB