[parisc-linux-cvs] linux-2.6 willy
   
    Matthew Wilcox
     
    parisc-linux@lists.parisc-linux.org
       
    Mon, 22 Sep 2003 14:46:05 -0600 (MDT)
    
    
  
CVSROOT:	/var/cvs
Module name:	linux-2.6
Changes by:	willy	03/09/22 14:46:05
Modified files:
	drivers/net/tulip: eeprom.c tulip.h tulip_core.c 
Log message:
Some cleanups:
- Rename HAS_SWAPPED_SEEPROM to HAS_BIGEND_SEEPROM
- write bytes to a byte array rather than stuffing around with casts
- Pass the net_device into tulip_read_eeprom() so it can return data
of the right endianness rather than have its callers do byteswapping.