[xtensa-cvscommit] linux/drivers/net sonic.h,1.2,1.3
Brought to you by:
zankel
|
From: <joe...@us...> - 2002-11-05 19:39:02
|
Update of /cvsroot/xtensa/linux/drivers/net In directory usw-pr-cvs1:/tmp/cvs-serv21381/drivers/net Modified Files: sonic.h Log Message: Little-endian Xtensa processors were reading from the wrong side of the bus. This change fixes the ethernet problems of LE Xtensas (i.e., bootp now works in the kernel). Index: sonic.h =================================================================== RCS file: /cvsroot/xtensa/linux/drivers/net/sonic.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sonic.h 23 Oct 2002 20:53:20 -0000 1.2 --- sonic.h 5 Nov 2002 19:38:58 -0000 1.3 *************** *** 218,222 **** ! #if defined(CONFIG_MACSONIC) || defined(CONFIG_XTENSA_PLATFORM_XT2000) /* * Big endian like structures on 680x0 Macs --- 218,222 ---- ! #if defined(CONFIG_MACSONIC) || defined(__XTENSA_EB__) /* * Big endian like structures on 680x0 Macs |