| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /* $Id: sunlance.c,v 1.112 2002/01/15 06:48:55 davem Exp $
 | 
					
						
							|  |  |  |  * lance.c: Linux/Sparc/Lance driver | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	Written 1995, 1996 by Miguel de Icaza | 
					
						
							|  |  |  |  * Sources: | 
					
						
							|  |  |  |  *	The Linux  depca driver | 
					
						
							|  |  |  |  *	The Linux  lance driver. | 
					
						
							|  |  |  |  *	The Linux  skeleton driver. | 
					
						
							|  |  |  |  *	The NetBSD Sparc/Lance driver. | 
					
						
							|  |  |  |  *	Theo de Raadt (deraadt@openbsd.org) | 
					
						
							|  |  |  |  *	NCR92C990 Lan Controller manual | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 1.4: | 
					
						
							|  |  |  |  *	Added support to run with a ledma on the Sun4m | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 1.5: | 
					
						
							|  |  |  |  *	Added multiple card detection. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	 4/17/96: Burst sizes and tpe selection on sun4m by Eddie C. Dost | 
					
						
							|  |  |  |  *		  (ecd@skynet.be) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	 5/15/96: auto carrier detection on sun4m by Eddie C. Dost | 
					
						
							|  |  |  |  *		  (ecd@skynet.be) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	 5/17/96: lebuffer on scsi/ether cards now work David S. Miller | 
					
						
							|  |  |  |  *		  (davem@caip.rutgers.edu) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	 5/29/96: override option 'tpe-link-test?', if it is 'false', as | 
					
						
							|  |  |  |  *		  this disables auto carrier detection on sun4m. Eddie C. Dost | 
					
						
							|  |  |  |  *		  (ecd@skynet.be) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 1.7: | 
					
						
							|  |  |  |  *	 6/26/96: Bug fix for multiple ledmas, miguel. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 1.8: | 
					
						
							|  |  |  |  *		  Stole multicast code from depca.c, fixed lance_tx. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 1.9: | 
					
						
							|  |  |  |  *	 8/21/96: Fixed the multicast code (Pedro Roque) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	 8/28/96: Send fake packet in lance_open() if auto_select is true, | 
					
						
							|  |  |  |  *		  so we can detect the carrier loss condition in time. | 
					
						
							|  |  |  |  *		  Eddie C. Dost (ecd@skynet.be) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	 9/15/96: Align rx_buf so that eth_copy_and_sum() won't cause an | 
					
						
							|  |  |  |  *		  MNA trap during chksum_partial_copy(). (ecd@skynet.be) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	11/17/96: Handle LE_C0_MERR in lance_interrupt(). (ecd@skynet.be) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	12/22/96: Don't loop forever in lance_rx() on incomplete packets. | 
					
						
							|  |  |  |  *		  This was the sun4c killer. Shit, stupid bug. | 
					
						
							|  |  |  |  *		  (ecd@skynet.be) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 1.10: | 
					
						
							|  |  |  |  *	 1/26/97: Modularize driver. (ecd@skynet.be) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 1.11: | 
					
						
							|  |  |  |  *	12/27/97: Added sun4d support. (jj@sunsite.mff.cuni.cz) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 1.12: | 
					
						
							|  |  |  |  * 	 11/3/99: Fixed SMP race in lance_start_xmit found by davem. | 
					
						
							|  |  |  |  * 	          Anton Blanchard (anton@progsoc.uts.edu.au) | 
					
						
							|  |  |  |  * 2.00: 11/9/99: Massive overhaul and port to new SBUS driver interfaces. | 
					
						
							|  |  |  |  *		  David S. Miller (davem@redhat.com) | 
					
						
							|  |  |  |  * 2.01: | 
					
						
							|  |  |  |  *      11/08/01: Use library crc32 functions (Matt_Domsch@dell.com) | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #undef DEBUG_DRIVER
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static char lancestr[] = "LANCE"; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/module.h>
 | 
					
						
							|  |  |  | #include <linux/kernel.h>
 | 
					
						
							|  |  |  | #include <linux/types.h>
 | 
					
						
							|  |  |  | #include <linux/fcntl.h>
 | 
					
						
							|  |  |  | #include <linux/interrupt.h>
 | 
					
						
							|  |  |  | #include <linux/ioport.h>
 | 
					
						
							|  |  |  | #include <linux/in.h>
 | 
					
						
							|  |  |  | #include <linux/string.h>
 | 
					
						
							|  |  |  | #include <linux/delay.h>
 | 
					
						
							|  |  |  | #include <linux/init.h>
 | 
					
						
							|  |  |  | #include <linux/crc32.h>
 | 
					
						
							|  |  |  | #include <linux/errno.h>
 | 
					
						
							|  |  |  | #include <linux/socket.h> /* Used for the temporal inet entries and routing */
 | 
					
						
							|  |  |  | #include <linux/route.h>
 | 
					
						
							|  |  |  | #include <linux/netdevice.h>
 | 
					
						
							|  |  |  | #include <linux/etherdevice.h>
 | 
					
						
							|  |  |  | #include <linux/skbuff.h>
 | 
					
						
							|  |  |  | #include <linux/ethtool.h>
 | 
					
						
							|  |  |  | #include <linux/bitops.h>
 | 
					
						
							| 
									
										
										
										
											2008-08-27 18:09:11 -07:00
										 |  |  | #include <linux/dma-mapping.h>
 | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | #include <linux/of.h>
 | 
					
						
							|  |  |  | #include <linux/of_device.h>
 | 
					
						
							| 
									
										
											  
											
												include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
percpu.h is included by sched.h and module.h and thus ends up being
included when building most .c files.  percpu.h includes slab.h which
in turn includes gfp.h making everything defined by the two files
universally available and complicating inclusion dependencies.
percpu.h -> slab.h dependency is about to be removed.  Prepare for
this change by updating users of gfp and slab facilities include those
headers directly instead of assuming availability.  As this conversion
needs to touch large number of source files, the following script is
used as the basis of conversion.
  http://userweb.kernel.org/~tj/misc/slabh-sweep.py
The script does the followings.
* Scan files for gfp and slab usages and update includes such that
  only the necessary includes are there.  ie. if only gfp is used,
  gfp.h, if slab is used, slab.h.
* When the script inserts a new include, it looks at the include
  blocks and try to put the new include such that its order conforms
  to its surrounding.  It's put in the include block which contains
  core kernel includes, in the same order that the rest are ordered -
  alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
  doesn't seem to be any matching order.
* If the script can't find a place to put a new include (mostly
  because the file doesn't have fitting include block), it prints out
  an error message indicating which .h file needs to be added to the
  file.
The conversion was done in the following steps.
1. The initial automatic conversion of all .c files updated slightly
   over 4000 files, deleting around 700 includes and adding ~480 gfp.h
   and ~3000 slab.h inclusions.  The script emitted errors for ~400
   files.
2. Each error was manually checked.  Some didn't need the inclusion,
   some needed manual addition while adding it to implementation .h or
   embedding .c file was more appropriate for others.  This step added
   inclusions to around 150 files.
3. The script was run again and the output was compared to the edits
   from #2 to make sure no file was left behind.
4. Several build tests were done and a couple of problems were fixed.
   e.g. lib/decompress_*.c used malloc/free() wrappers around slab
   APIs requiring slab.h to be added manually.
5. The script was run on all .h files but without automatically
   editing them as sprinkling gfp.h and slab.h inclusions around .h
   files could easily lead to inclusion dependency hell.  Most gfp.h
   inclusion directives were ignored as stuff from gfp.h was usually
   wildly available and often used in preprocessor macros.  Each
   slab.h inclusion directive was examined and added manually as
   necessary.
6. percpu.h was updated not to include slab.h.
7. Build test were done on the following configurations and failures
   were fixed.  CONFIG_GCOV_KERNEL was turned off for all tests (as my
   distributed build env didn't work with gcov compiles) and a few
   more options had to be turned off depending on archs to make things
   build (like ipr on powerpc/64 which failed due to missing writeq).
   * x86 and x86_64 UP and SMP allmodconfig and a custom test config.
   * powerpc and powerpc64 SMP allmodconfig
   * sparc and sparc64 SMP allmodconfig
   * ia64 SMP allmodconfig
   * s390 SMP allmodconfig
   * alpha SMP allmodconfig
   * um on x86_64 SMP allmodconfig
8. percpu.h modifications were reverted so that it could be applied as
   a separate patch and serve as bisection point.
Given the fact that I had only a couple of failures from tests on step
6, I'm fairly confident about the coverage of this conversion patch.
If there is a breakage, it's likely to be something in one of the arch
headers which should be easily discoverable easily on most builds of
the specific arch.
Signed-off-by: Tejun Heo <tj@kernel.org>
Guess-its-ok-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
											
										 
											2010-03-24 17:04:11 +09:00
										 |  |  | #include <linux/gfp.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include <asm/system.h>
 | 
					
						
							|  |  |  | #include <asm/io.h>
 | 
					
						
							|  |  |  | #include <asm/dma.h>
 | 
					
						
							|  |  |  | #include <asm/pgtable.h>
 | 
					
						
							|  |  |  | #include <asm/byteorder.h>	/* Used by the checksum routines */
 | 
					
						
							|  |  |  | #include <asm/idprom.h>
 | 
					
						
							| 
									
										
										
										
											2007-07-30 18:23:39 -07:00
										 |  |  | #include <asm/prom.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #include <asm/auxio.h>		/* For tpe-link-test? setting */
 | 
					
						
							|  |  |  | #include <asm/irq.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-24 20:35:20 -07:00
										 |  |  | #define DRV_NAME	"sunlance"
 | 
					
						
							|  |  |  | #define DRV_VERSION	"2.02"
 | 
					
						
							|  |  |  | #define DRV_RELDATE	"8/24/03"
 | 
					
						
							|  |  |  | #define DRV_AUTHOR	"Miguel de Icaza (miguel@nuclecu.unam.mx)"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static char version[] = | 
					
						
							|  |  |  | 	DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE " " DRV_AUTHOR "\n"; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | MODULE_VERSION(DRV_VERSION); | 
					
						
							|  |  |  | MODULE_AUTHOR(DRV_AUTHOR); | 
					
						
							|  |  |  | MODULE_DESCRIPTION("Sun Lance ethernet driver"); | 
					
						
							|  |  |  | MODULE_LICENSE("GPL"); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /* Define: 2^4 Tx buffers and 2^4 Rx buffers */ | 
					
						
							|  |  |  | #ifndef LANCE_LOG_TX_BUFFERS
 | 
					
						
							|  |  |  | #define LANCE_LOG_TX_BUFFERS 4
 | 
					
						
							|  |  |  | #define LANCE_LOG_RX_BUFFERS 4
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define LE_CSR0 0
 | 
					
						
							|  |  |  | #define LE_CSR1 1
 | 
					
						
							|  |  |  | #define LE_CSR2 2
 | 
					
						
							|  |  |  | #define LE_CSR3 3
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define LE_MO_PROM      0x8000  /* Enable promiscuous mode */
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define	LE_C0_ERR	0x8000	/* Error: set if BAB, SQE, MISS or ME is set */
 | 
					
						
							|  |  |  | #define	LE_C0_BABL	0x4000	/* BAB:  Babble: tx timeout. */
 | 
					
						
							|  |  |  | #define	LE_C0_CERR	0x2000	/* SQE:  Signal quality error */
 | 
					
						
							|  |  |  | #define	LE_C0_MISS	0x1000	/* MISS: Missed a packet */
 | 
					
						
							|  |  |  | #define	LE_C0_MERR	0x0800	/* ME:   Memory error */
 | 
					
						
							|  |  |  | #define	LE_C0_RINT	0x0400	/* Received interrupt */
 | 
					
						
							|  |  |  | #define	LE_C0_TINT	0x0200	/* Transmitter Interrupt */
 | 
					
						
							|  |  |  | #define	LE_C0_IDON	0x0100	/* IFIN: Init finished. */
 | 
					
						
							|  |  |  | #define	LE_C0_INTR	0x0080	/* Interrupt or error */
 | 
					
						
							|  |  |  | #define	LE_C0_INEA	0x0040	/* Interrupt enable */
 | 
					
						
							|  |  |  | #define	LE_C0_RXON	0x0020	/* Receiver on */
 | 
					
						
							|  |  |  | #define	LE_C0_TXON	0x0010	/* Transmitter on */
 | 
					
						
							|  |  |  | #define	LE_C0_TDMD	0x0008	/* Transmitter demand */
 | 
					
						
							|  |  |  | #define	LE_C0_STOP	0x0004	/* Stop the card */
 | 
					
						
							|  |  |  | #define	LE_C0_STRT	0x0002	/* Start the card */
 | 
					
						
							|  |  |  | #define	LE_C0_INIT	0x0001	/* Init the card */
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define	LE_C3_BSWP	0x4     /* SWAP */
 | 
					
						
							|  |  |  | #define	LE_C3_ACON	0x2	/* ALE Control */
 | 
					
						
							|  |  |  | #define	LE_C3_BCON	0x1	/* Byte control */
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Receive message descriptor 1 */ | 
					
						
							|  |  |  | #define LE_R1_OWN       0x80    /* Who owns the entry */
 | 
					
						
							|  |  |  | #define LE_R1_ERR       0x40    /* Error: if FRA, OFL, CRC or BUF is set */
 | 
					
						
							|  |  |  | #define LE_R1_FRA       0x20    /* FRA: Frame error */
 | 
					
						
							|  |  |  | #define LE_R1_OFL       0x10    /* OFL: Frame overflow */
 | 
					
						
							|  |  |  | #define LE_R1_CRC       0x08    /* CRC error */
 | 
					
						
							|  |  |  | #define LE_R1_BUF       0x04    /* BUF: Buffer error */
 | 
					
						
							|  |  |  | #define LE_R1_SOP       0x02    /* Start of packet */
 | 
					
						
							|  |  |  | #define LE_R1_EOP       0x01    /* End of packet */
 | 
					
						
							|  |  |  | #define LE_R1_POK       0x03    /* Packet is complete: SOP + EOP */
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define LE_T1_OWN       0x80    /* Lance owns the packet */
 | 
					
						
							|  |  |  | #define LE_T1_ERR       0x40    /* Error summary */
 | 
					
						
							|  |  |  | #define LE_T1_EMORE     0x10    /* Error: more than one retry needed */
 | 
					
						
							|  |  |  | #define LE_T1_EONE      0x08    /* Error: one retry needed */
 | 
					
						
							|  |  |  | #define LE_T1_EDEF      0x04    /* Error: deferred */
 | 
					
						
							|  |  |  | #define LE_T1_SOP       0x02    /* Start of packet */
 | 
					
						
							|  |  |  | #define LE_T1_EOP       0x01    /* End of packet */
 | 
					
						
							|  |  |  | #define LE_T1_POK	0x03	/* Packet is complete: SOP + EOP */
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define LE_T3_BUF       0x8000  /* Buffer error */
 | 
					
						
							|  |  |  | #define LE_T3_UFL       0x4000  /* Error underflow */
 | 
					
						
							|  |  |  | #define LE_T3_LCOL      0x1000  /* Error late collision */
 | 
					
						
							|  |  |  | #define LE_T3_CLOS      0x0800  /* Error carrier loss */
 | 
					
						
							|  |  |  | #define LE_T3_RTY       0x0400  /* Error retry */
 | 
					
						
							|  |  |  | #define LE_T3_TDR       0x03ff  /* Time Domain Reflectometry counter */
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define TX_RING_SIZE			(1 << (LANCE_LOG_TX_BUFFERS))
 | 
					
						
							|  |  |  | #define TX_RING_MOD_MASK		(TX_RING_SIZE - 1)
 | 
					
						
							|  |  |  | #define TX_RING_LEN_BITS		((LANCE_LOG_TX_BUFFERS) << 29)
 | 
					
						
							|  |  |  | #define TX_NEXT(__x)			(((__x)+1) & TX_RING_MOD_MASK)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define RX_RING_SIZE			(1 << (LANCE_LOG_RX_BUFFERS))
 | 
					
						
							|  |  |  | #define RX_RING_MOD_MASK		(RX_RING_SIZE - 1)
 | 
					
						
							|  |  |  | #define RX_RING_LEN_BITS		((LANCE_LOG_RX_BUFFERS) << 29)
 | 
					
						
							|  |  |  | #define RX_NEXT(__x)			(((__x)+1) & RX_RING_MOD_MASK)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define PKT_BUF_SZ		1544
 | 
					
						
							|  |  |  | #define RX_BUFF_SIZE            PKT_BUF_SZ
 | 
					
						
							|  |  |  | #define TX_BUFF_SIZE            PKT_BUF_SZ
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct lance_rx_desc { | 
					
						
							|  |  |  | 	u16	rmd0;		/* low address of packet */ | 
					
						
							|  |  |  | 	u8	rmd1_bits;	/* descriptor bits */ | 
					
						
							|  |  |  | 	u8	rmd1_hadr;	/* high address of packet */ | 
					
						
							|  |  |  | 	s16	length;		/* This length is 2s complement (negative)!
 | 
					
						
							|  |  |  | 				 * Buffer length | 
					
						
							|  |  |  | 				 */ | 
					
						
							|  |  |  | 	u16	mblength;	/* This is the actual number of bytes received */ | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct lance_tx_desc { | 
					
						
							|  |  |  | 	u16	tmd0;		/* low address of packet */ | 
					
						
							|  |  |  | 	u8 	tmd1_bits;	/* descriptor bits */ | 
					
						
							|  |  |  | 	u8 	tmd1_hadr;	/* high address of packet */ | 
					
						
							|  |  |  | 	s16 	length;		/* Length is 2s complement (negative)! */ | 
					
						
							|  |  |  | 	u16 	misc; | 
					
						
							|  |  |  | }; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /* The LANCE initialization block, described in databook. */ | 
					
						
							|  |  |  | /* On the Sparc, this block should be on a DMA region     */ | 
					
						
							|  |  |  | struct lance_init_block { | 
					
						
							|  |  |  | 	u16	mode;		/* Pre-set mode (reg. 15) */ | 
					
						
							|  |  |  | 	u8	phys_addr[6];	/* Physical ethernet address */ | 
					
						
							|  |  |  | 	u32	filter[2];	/* Multicast filter. */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Receive and transmit ring base, along with extra bits. */ | 
					
						
							|  |  |  | 	u16	rx_ptr;		/* receive descriptor addr */ | 
					
						
							|  |  |  | 	u16	rx_len;		/* receive len and high addr */ | 
					
						
							|  |  |  | 	u16	tx_ptr;		/* transmit descriptor addr */ | 
					
						
							|  |  |  | 	u16	tx_len;		/* transmit len and high addr */ | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	/* The Tx and Rx ring entries must aligned on 8-byte boundaries. */ | 
					
						
							|  |  |  | 	struct lance_rx_desc brx_ring[RX_RING_SIZE]; | 
					
						
							|  |  |  | 	struct lance_tx_desc btx_ring[TX_RING_SIZE]; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	u8	tx_buf [TX_RING_SIZE][TX_BUFF_SIZE]; | 
					
						
							|  |  |  | 	u8	pad[2];		/* align rx_buf for copy_and_sum(). */ | 
					
						
							|  |  |  | 	u8	rx_buf [RX_RING_SIZE][RX_BUFF_SIZE]; | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define libdesc_offset(rt, elem) \
 | 
					
						
							|  |  |  | ((__u32)(((unsigned long)(&(((struct lance_init_block *)0)->rt[elem]))))) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define libbuff_offset(rt, elem) \
 | 
					
						
							|  |  |  | ((__u32)(((unsigned long)(&(((struct lance_init_block *)0)->rt[elem][0]))))) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct lance_private { | 
					
						
							|  |  |  | 	void __iomem	*lregs;		/* Lance RAP/RDP regs.		*/ | 
					
						
							|  |  |  | 	void __iomem	*dregs;		/* DMA controller regs.		*/ | 
					
						
							|  |  |  | 	struct lance_init_block __iomem *init_block_iomem; | 
					
						
							|  |  |  | 	struct lance_init_block *init_block_mem; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	spinlock_t	lock; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	int		rx_new, tx_new; | 
					
						
							|  |  |  | 	int		rx_old, tx_old; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-27 17:01:57 -07:00
										 |  |  | 	struct of_device *ledma;	/* If set this points to ledma	*/ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	char		tpe;		/* cable-selection is TPE	*/ | 
					
						
							|  |  |  | 	char		auto_select;	/* cable-selection by carrier	*/ | 
					
						
							|  |  |  | 	char		burst_sizes;	/* ledma SBus burst sizes	*/ | 
					
						
							|  |  |  | 	char		pio_buffer;	/* init block in PIO space?	*/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	unsigned short	busmaster_regval; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	void (*init_ring)(struct net_device *); | 
					
						
							|  |  |  | 	void (*rx)(struct net_device *); | 
					
						
							|  |  |  | 	void (*tx)(struct net_device *); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	char	       	       *name; | 
					
						
							|  |  |  | 	dma_addr_t		init_block_dvma; | 
					
						
							|  |  |  | 	struct net_device      *dev;		  /* Backpointer	*/ | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	struct of_device       *op; | 
					
						
							|  |  |  | 	struct of_device       *lebuffer; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	struct timer_list       multicast_timer; | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define TX_BUFFS_AVAIL ((lp->tx_old<=lp->tx_new)?\
 | 
					
						
							|  |  |  | 			lp->tx_old+TX_RING_MOD_MASK-lp->tx_new:\ | 
					
						
							|  |  |  | 			lp->tx_old - lp->tx_new-1) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Lance registers. */ | 
					
						
							|  |  |  | #define RDP		0x00UL		/* register data port		*/
 | 
					
						
							|  |  |  | #define RAP		0x02UL		/* register address port	*/
 | 
					
						
							|  |  |  | #define LANCE_REG_SIZE	0x04UL
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define STOP_LANCE(__lp) \
 | 
					
						
							|  |  |  | do {	void __iomem *__base = (__lp)->lregs; \ | 
					
						
							|  |  |  | 	sbus_writew(LE_CSR0,	__base + RAP); \ | 
					
						
							|  |  |  | 	sbus_writew(LE_C0_STOP,	__base + RDP); \ | 
					
						
							|  |  |  | } while (0) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int sparc_lance_debug = 2; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* The Lance uses 24 bit addresses */ | 
					
						
							|  |  |  | /* On the Sun4c the DVMA will provide the remaining bytes for us */ | 
					
						
							|  |  |  | /* On the Sun4m we have to instruct the ledma to provide them    */ | 
					
						
							|  |  |  | /* Even worse, on scsi/ether SBUS cards, the init block and the
 | 
					
						
							|  |  |  |  * transmit/receive buffers are addresses as offsets from absolute | 
					
						
							|  |  |  |  * zero on the lebuffer PIO area. -DaveM | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define LANCE_ADDR(x) ((long)(x) & ~0xff000000)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Load the CSR registers */ | 
					
						
							|  |  |  | static void load_csrs(struct lance_private *lp) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	u32 leptr; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (lp->pio_buffer) | 
					
						
							|  |  |  | 		leptr = 0; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		leptr = LANCE_ADDR(lp->init_block_dvma); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	sbus_writew(LE_CSR1,		  lp->lregs + RAP); | 
					
						
							|  |  |  | 	sbus_writew(leptr & 0xffff,	  lp->lregs + RDP); | 
					
						
							|  |  |  | 	sbus_writew(LE_CSR2,		  lp->lregs + RAP); | 
					
						
							|  |  |  | 	sbus_writew(leptr >> 16,	  lp->lregs + RDP); | 
					
						
							|  |  |  | 	sbus_writew(LE_CSR3,		  lp->lregs + RAP); | 
					
						
							|  |  |  | 	sbus_writew(lp->busmaster_regval, lp->lregs + RDP); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Point back to csr0 */ | 
					
						
							|  |  |  | 	sbus_writew(LE_CSR0, lp->lregs + RAP); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Setup the Lance Rx and Tx rings */ | 
					
						
							|  |  |  | static void lance_init_ring_dvma(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 	struct lance_init_block *ib = lp->init_block_mem; | 
					
						
							|  |  |  | 	dma_addr_t aib = lp->init_block_dvma; | 
					
						
							|  |  |  | 	__u32 leptr; | 
					
						
							|  |  |  | 	int i; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	/* Lock out other processes while setting up hardware */ | 
					
						
							|  |  |  | 	netif_stop_queue(dev); | 
					
						
							|  |  |  | 	lp->rx_new = lp->tx_new = 0; | 
					
						
							|  |  |  | 	lp->rx_old = lp->tx_old = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Copy the ethernet address to the lance init block
 | 
					
						
							|  |  |  | 	 * Note that on the sparc you need to swap the ethernet address. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	ib->phys_addr [0] = dev->dev_addr [1]; | 
					
						
							|  |  |  | 	ib->phys_addr [1] = dev->dev_addr [0]; | 
					
						
							|  |  |  | 	ib->phys_addr [2] = dev->dev_addr [3]; | 
					
						
							|  |  |  | 	ib->phys_addr [3] = dev->dev_addr [2]; | 
					
						
							|  |  |  | 	ib->phys_addr [4] = dev->dev_addr [5]; | 
					
						
							|  |  |  | 	ib->phys_addr [5] = dev->dev_addr [4]; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Setup the Tx ring entries */ | 
					
						
							| 
									
										
										
										
											2009-02-21 23:46:36 -08:00
										 |  |  | 	for (i = 0; i < TX_RING_SIZE; i++) { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		leptr = LANCE_ADDR(aib + libbuff_offset(tx_buf, i)); | 
					
						
							|  |  |  | 		ib->btx_ring [i].tmd0      = leptr; | 
					
						
							|  |  |  | 		ib->btx_ring [i].tmd1_hadr = leptr >> 16; | 
					
						
							|  |  |  | 		ib->btx_ring [i].tmd1_bits = 0; | 
					
						
							|  |  |  | 		ib->btx_ring [i].length    = 0xf000; /* The ones required by tmd2 */ | 
					
						
							|  |  |  | 		ib->btx_ring [i].misc      = 0; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Setup the Rx ring entries */ | 
					
						
							|  |  |  | 	for (i = 0; i < RX_RING_SIZE; i++) { | 
					
						
							|  |  |  | 		leptr = LANCE_ADDR(aib + libbuff_offset(rx_buf, i)); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		ib->brx_ring [i].rmd0      = leptr; | 
					
						
							|  |  |  | 		ib->brx_ring [i].rmd1_hadr = leptr >> 16; | 
					
						
							|  |  |  | 		ib->brx_ring [i].rmd1_bits = LE_R1_OWN; | 
					
						
							|  |  |  | 		ib->brx_ring [i].length    = -RX_BUFF_SIZE | 0xf000; | 
					
						
							|  |  |  | 		ib->brx_ring [i].mblength  = 0; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Setup the initialization block */ | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	/* Setup rx descriptor pointer */ | 
					
						
							|  |  |  | 	leptr = LANCE_ADDR(aib + libdesc_offset(brx_ring, 0)); | 
					
						
							|  |  |  | 	ib->rx_len = (LANCE_LOG_RX_BUFFERS << 13) | (leptr >> 16); | 
					
						
							|  |  |  | 	ib->rx_ptr = leptr; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	/* Setup tx descriptor pointer */ | 
					
						
							|  |  |  | 	leptr = LANCE_ADDR(aib + libdesc_offset(btx_ring, 0)); | 
					
						
							|  |  |  | 	ib->tx_len = (LANCE_LOG_TX_BUFFERS << 13) | (leptr >> 16); | 
					
						
							|  |  |  | 	ib->tx_ptr = leptr; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_init_ring_pio(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 	struct lance_init_block __iomem *ib = lp->init_block_iomem; | 
					
						
							|  |  |  | 	u32 leptr; | 
					
						
							|  |  |  | 	int i; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	/* Lock out other processes while setting up hardware */ | 
					
						
							|  |  |  | 	netif_stop_queue(dev); | 
					
						
							|  |  |  | 	lp->rx_new = lp->tx_new = 0; | 
					
						
							|  |  |  | 	lp->rx_old = lp->tx_old = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Copy the ethernet address to the lance init block
 | 
					
						
							|  |  |  | 	 * Note that on the sparc you need to swap the ethernet address. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	sbus_writeb(dev->dev_addr[1], &ib->phys_addr[0]); | 
					
						
							|  |  |  | 	sbus_writeb(dev->dev_addr[0], &ib->phys_addr[1]); | 
					
						
							|  |  |  | 	sbus_writeb(dev->dev_addr[3], &ib->phys_addr[2]); | 
					
						
							|  |  |  | 	sbus_writeb(dev->dev_addr[2], &ib->phys_addr[3]); | 
					
						
							|  |  |  | 	sbus_writeb(dev->dev_addr[5], &ib->phys_addr[4]); | 
					
						
							|  |  |  | 	sbus_writeb(dev->dev_addr[4], &ib->phys_addr[5]); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Setup the Tx ring entries */ | 
					
						
							| 
									
										
										
										
											2009-02-21 23:46:36 -08:00
										 |  |  | 	for (i = 0; i < TX_RING_SIZE; i++) { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		leptr = libbuff_offset(tx_buf, i); | 
					
						
							|  |  |  | 		sbus_writew(leptr,	&ib->btx_ring [i].tmd0); | 
					
						
							|  |  |  | 		sbus_writeb(leptr >> 16,&ib->btx_ring [i].tmd1_hadr); | 
					
						
							|  |  |  | 		sbus_writeb(0,		&ib->btx_ring [i].tmd1_bits); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* The ones required by tmd2 */ | 
					
						
							|  |  |  | 		sbus_writew(0xf000,	&ib->btx_ring [i].length); | 
					
						
							|  |  |  | 		sbus_writew(0,		&ib->btx_ring [i].misc); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Setup the Rx ring entries */ | 
					
						
							|  |  |  | 	for (i = 0; i < RX_RING_SIZE; i++) { | 
					
						
							|  |  |  | 		leptr = libbuff_offset(rx_buf, i); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		sbus_writew(leptr,	&ib->brx_ring [i].rmd0); | 
					
						
							|  |  |  | 		sbus_writeb(leptr >> 16,&ib->brx_ring [i].rmd1_hadr); | 
					
						
							|  |  |  | 		sbus_writeb(LE_R1_OWN,	&ib->brx_ring [i].rmd1_bits); | 
					
						
							|  |  |  | 		sbus_writew(-RX_BUFF_SIZE|0xf000, | 
					
						
							|  |  |  | 			    &ib->brx_ring [i].length); | 
					
						
							|  |  |  | 		sbus_writew(0,		&ib->brx_ring [i].mblength); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Setup the initialization block */ | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	/* Setup rx descriptor pointer */ | 
					
						
							|  |  |  | 	leptr = libdesc_offset(brx_ring, 0); | 
					
						
							|  |  |  | 	sbus_writew((LANCE_LOG_RX_BUFFERS << 13) | (leptr >> 16), | 
					
						
							|  |  |  | 		    &ib->rx_len); | 
					
						
							|  |  |  | 	sbus_writew(leptr, &ib->rx_ptr); | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	/* Setup tx descriptor pointer */ | 
					
						
							|  |  |  | 	leptr = libdesc_offset(btx_ring, 0); | 
					
						
							|  |  |  | 	sbus_writew((LANCE_LOG_TX_BUFFERS << 13) | (leptr >> 16), | 
					
						
							|  |  |  | 		    &ib->tx_len); | 
					
						
							|  |  |  | 	sbus_writew(leptr, &ib->tx_ptr); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void init_restart_ledma(struct lance_private *lp) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	u32 csr = sbus_readl(lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!(csr & DMA_HNDL_ERROR)) { | 
					
						
							|  |  |  | 		/* E-Cache draining */ | 
					
						
							|  |  |  | 		while (sbus_readl(lp->dregs + DMA_CSR) & DMA_FIFO_ISDRAIN) | 
					
						
							|  |  |  | 			barrier(); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	csr = sbus_readl(lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 	csr &= ~DMA_E_BURSTS; | 
					
						
							|  |  |  | 	if (lp->burst_sizes & DMA_BURST32) | 
					
						
							|  |  |  | 		csr |= DMA_E_BURST32; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		csr |= DMA_E_BURST16; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	csr |= (DMA_DSBL_RD_DRN | DMA_DSBL_WR_INV | DMA_FIFO_INV); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (lp->tpe) | 
					
						
							|  |  |  | 		csr |= DMA_EN_ENETAUI; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		csr &= ~DMA_EN_ENETAUI; | 
					
						
							|  |  |  | 	udelay(20); | 
					
						
							|  |  |  | 	sbus_writel(csr, lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 	udelay(200); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int init_restart_lance(struct lance_private *lp) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	u16 regval = 0; | 
					
						
							|  |  |  | 	int i; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (lp->dregs) | 
					
						
							|  |  |  | 		init_restart_ledma(lp); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	sbus_writew(LE_CSR0,	lp->lregs + RAP); | 
					
						
							|  |  |  | 	sbus_writew(LE_C0_INIT,	lp->lregs + RDP); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Wait for the lance to complete initialization */ | 
					
						
							|  |  |  | 	for (i = 0; i < 100; i++) { | 
					
						
							|  |  |  | 		regval = sbus_readw(lp->lregs + RDP); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (regval & (LE_C0_ERR | LE_C0_IDON)) | 
					
						
							|  |  |  | 			break; | 
					
						
							|  |  |  | 		barrier(); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if (i == 100 || (regval & LE_C0_ERR)) { | 
					
						
							|  |  |  | 		printk(KERN_ERR "LANCE unopened after %d ticks, csr0=%4.4x.\n", | 
					
						
							|  |  |  | 		       i, regval); | 
					
						
							|  |  |  | 		if (lp->dregs) | 
					
						
							|  |  |  | 			printk("dcsr=%8.8x\n", sbus_readl(lp->dregs + DMA_CSR)); | 
					
						
							|  |  |  | 		return -1; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Clear IDON by writing a "1", enable interrupts and start lance */ | 
					
						
							|  |  |  | 	sbus_writew(LE_C0_IDON,			lp->lregs + RDP); | 
					
						
							|  |  |  | 	sbus_writew(LE_C0_INEA | LE_C0_STRT,	lp->lregs + RDP); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (lp->dregs) { | 
					
						
							|  |  |  | 		u32 csr = sbus_readl(lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		csr |= DMA_INT_ENAB; | 
					
						
							|  |  |  | 		sbus_writel(csr, lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_rx_dvma(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 	struct lance_init_block *ib = lp->init_block_mem; | 
					
						
							|  |  |  | 	struct lance_rx_desc *rd; | 
					
						
							|  |  |  | 	u8 bits; | 
					
						
							|  |  |  | 	int len, entry = lp->rx_new; | 
					
						
							|  |  |  | 	struct sk_buff *skb; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (rd = &ib->brx_ring [entry]; | 
					
						
							|  |  |  | 	     !((bits = rd->rmd1_bits) & LE_R1_OWN); | 
					
						
							|  |  |  | 	     rd = &ib->brx_ring [entry]) { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* We got an incomplete frame? */ | 
					
						
							|  |  |  | 		if ((bits & LE_R1_POK) != LE_R1_POK) { | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			dev->stats.rx_over_errors++; | 
					
						
							|  |  |  | 			dev->stats.rx_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		} else if (bits & LE_R1_ERR) { | 
					
						
							|  |  |  | 			/* Count only the end frame as a rx error,
 | 
					
						
							|  |  |  | 			 * not the beginning | 
					
						
							|  |  |  | 			 */ | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			if (bits & LE_R1_BUF) dev->stats.rx_fifo_errors++; | 
					
						
							|  |  |  | 			if (bits & LE_R1_CRC) dev->stats.rx_crc_errors++; | 
					
						
							|  |  |  | 			if (bits & LE_R1_OFL) dev->stats.rx_over_errors++; | 
					
						
							|  |  |  | 			if (bits & LE_R1_FRA) dev->stats.rx_frame_errors++; | 
					
						
							|  |  |  | 			if (bits & LE_R1_EOP) dev->stats.rx_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		} else { | 
					
						
							|  |  |  | 			len = (rd->mblength & 0xfff) - 4; | 
					
						
							|  |  |  | 			skb = dev_alloc_skb(len + 2); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			if (skb == NULL) { | 
					
						
							|  |  |  | 				printk(KERN_INFO "%s: Memory squeeze, deferring packet.\n", | 
					
						
							|  |  |  | 				       dev->name); | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 				dev->stats.rx_dropped++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 				rd->mblength = 0; | 
					
						
							|  |  |  | 				rd->rmd1_bits = LE_R1_OWN; | 
					
						
							|  |  |  | 				lp->rx_new = RX_NEXT(entry); | 
					
						
							|  |  |  | 				return; | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			dev->stats.rx_bytes += len; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			skb_reserve(skb, 2);		/* 16 byte align */ | 
					
						
							|  |  |  | 			skb_put(skb, len);		/* make room */ | 
					
						
							| 
									
										
										
										
											2007-07-10 22:08:12 -07:00
										 |  |  | 			skb_copy_to_linear_data(skb, | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 					 (unsigned char *)&(ib->rx_buf [entry][0]), | 
					
						
							| 
									
										
										
										
											2007-07-10 22:08:12 -07:00
										 |  |  | 					 len); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			skb->protocol = eth_type_trans(skb, dev); | 
					
						
							|  |  |  | 			netif_rx(skb); | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			dev->stats.rx_packets++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* Return the packet to the pool */ | 
					
						
							|  |  |  | 		rd->mblength = 0; | 
					
						
							|  |  |  | 		rd->rmd1_bits = LE_R1_OWN; | 
					
						
							|  |  |  | 		entry = RX_NEXT(entry); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	lp->rx_new = entry; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_tx_dvma(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 	struct lance_init_block *ib = lp->init_block_mem; | 
					
						
							|  |  |  | 	int i, j; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	spin_lock(&lp->lock); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	j = lp->tx_old; | 
					
						
							|  |  |  | 	for (i = j; i != lp->tx_new; i = j) { | 
					
						
							|  |  |  | 		struct lance_tx_desc *td = &ib->btx_ring [i]; | 
					
						
							|  |  |  | 		u8 bits = td->tmd1_bits; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* If we hit a packet not owned by us, stop */ | 
					
						
							|  |  |  | 		if (bits & LE_T1_OWN) | 
					
						
							|  |  |  | 			break; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		if (bits & LE_T1_ERR) { | 
					
						
							|  |  |  | 			u16 status = td->misc; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			dev->stats.tx_errors++; | 
					
						
							|  |  |  | 			if (status & LE_T3_RTY)  dev->stats.tx_aborted_errors++; | 
					
						
							|  |  |  | 			if (status & LE_T3_LCOL) dev->stats.tx_window_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			if (status & LE_T3_CLOS) { | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 				dev->stats.tx_carrier_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 				if (lp->auto_select) { | 
					
						
							|  |  |  | 					lp->tpe = 1 - lp->tpe; | 
					
						
							|  |  |  | 					printk(KERN_NOTICE "%s: Carrier Lost, trying %s\n", | 
					
						
							|  |  |  | 					       dev->name, lp->tpe?"TPE":"AUI"); | 
					
						
							|  |  |  | 					STOP_LANCE(lp); | 
					
						
							|  |  |  | 					lp->init_ring(dev); | 
					
						
							|  |  |  | 					load_csrs(lp); | 
					
						
							|  |  |  | 					init_restart_lance(lp); | 
					
						
							|  |  |  | 					goto out; | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			/* Buffer errors and underflows turn off the
 | 
					
						
							|  |  |  | 			 * transmitter, restart the adapter. | 
					
						
							|  |  |  | 			 */ | 
					
						
							|  |  |  | 			if (status & (LE_T3_BUF|LE_T3_UFL)) { | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 				dev->stats.tx_fifo_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 				printk(KERN_ERR "%s: Tx: ERR_BUF|ERR_UFL, restarting\n", | 
					
						
							|  |  |  | 				       dev->name); | 
					
						
							|  |  |  | 				STOP_LANCE(lp); | 
					
						
							|  |  |  | 				lp->init_ring(dev); | 
					
						
							|  |  |  | 				load_csrs(lp); | 
					
						
							|  |  |  | 				init_restart_lance(lp); | 
					
						
							|  |  |  | 				goto out; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} else if ((bits & LE_T1_POK) == LE_T1_POK) { | 
					
						
							|  |  |  | 			/*
 | 
					
						
							|  |  |  | 			 * So we don't count the packet more than once. | 
					
						
							|  |  |  | 			 */ | 
					
						
							|  |  |  | 			td->tmd1_bits = bits & ~(LE_T1_POK); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			/* One collision before packet was sent. */ | 
					
						
							|  |  |  | 			if (bits & LE_T1_EONE) | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 				dev->stats.collisions++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			/* More than one collision, be optimistic. */ | 
					
						
							|  |  |  | 			if (bits & LE_T1_EMORE) | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 				dev->stats.collisions += 2; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			dev->stats.tx_packets++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		j = TX_NEXT(j); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	lp->tx_old = j; | 
					
						
							|  |  |  | out: | 
					
						
							|  |  |  | 	if (netif_queue_stopped(dev) && | 
					
						
							|  |  |  | 	    TX_BUFFS_AVAIL > 0) | 
					
						
							|  |  |  | 		netif_wake_queue(dev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	spin_unlock(&lp->lock); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_piocopy_to_skb(struct sk_buff *skb, void __iomem *piobuf, int len) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	u16 *p16 = (u16 *) skb->data; | 
					
						
							|  |  |  | 	u32 *p32; | 
					
						
							|  |  |  | 	u8 *p8; | 
					
						
							|  |  |  | 	void __iomem *pbuf = piobuf; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* We know here that both src and dest are on a 16bit boundary. */ | 
					
						
							|  |  |  | 	*p16++ = sbus_readw(pbuf); | 
					
						
							|  |  |  | 	p32 = (u32 *) p16; | 
					
						
							|  |  |  | 	pbuf += 2; | 
					
						
							|  |  |  | 	len -= 2; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	while (len >= 4) { | 
					
						
							|  |  |  | 		*p32++ = sbus_readl(pbuf); | 
					
						
							|  |  |  | 		pbuf += 4; | 
					
						
							|  |  |  | 		len -= 4; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	p8 = (u8 *) p32; | 
					
						
							|  |  |  | 	if (len >= 2) { | 
					
						
							|  |  |  | 		p16 = (u16 *) p32; | 
					
						
							|  |  |  | 		*p16++ = sbus_readw(pbuf); | 
					
						
							|  |  |  | 		pbuf += 2; | 
					
						
							|  |  |  | 		len -= 2; | 
					
						
							|  |  |  | 		p8 = (u8 *) p16; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if (len >= 1) | 
					
						
							|  |  |  | 		*p8 = sbus_readb(pbuf); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_rx_pio(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 	struct lance_init_block __iomem *ib = lp->init_block_iomem; | 
					
						
							|  |  |  | 	struct lance_rx_desc __iomem *rd; | 
					
						
							|  |  |  | 	unsigned char bits; | 
					
						
							|  |  |  | 	int len, entry; | 
					
						
							|  |  |  | 	struct sk_buff *skb; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	entry = lp->rx_new; | 
					
						
							|  |  |  | 	for (rd = &ib->brx_ring [entry]; | 
					
						
							|  |  |  | 	     !((bits = sbus_readb(&rd->rmd1_bits)) & LE_R1_OWN); | 
					
						
							|  |  |  | 	     rd = &ib->brx_ring [entry]) { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* We got an incomplete frame? */ | 
					
						
							|  |  |  | 		if ((bits & LE_R1_POK) != LE_R1_POK) { | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			dev->stats.rx_over_errors++; | 
					
						
							|  |  |  | 			dev->stats.rx_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		} else if (bits & LE_R1_ERR) { | 
					
						
							|  |  |  | 			/* Count only the end frame as a rx error,
 | 
					
						
							|  |  |  | 			 * not the beginning | 
					
						
							|  |  |  | 			 */ | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			if (bits & LE_R1_BUF) dev->stats.rx_fifo_errors++; | 
					
						
							|  |  |  | 			if (bits & LE_R1_CRC) dev->stats.rx_crc_errors++; | 
					
						
							|  |  |  | 			if (bits & LE_R1_OFL) dev->stats.rx_over_errors++; | 
					
						
							|  |  |  | 			if (bits & LE_R1_FRA) dev->stats.rx_frame_errors++; | 
					
						
							|  |  |  | 			if (bits & LE_R1_EOP) dev->stats.rx_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		} else { | 
					
						
							|  |  |  | 			len = (sbus_readw(&rd->mblength) & 0xfff) - 4; | 
					
						
							|  |  |  | 			skb = dev_alloc_skb(len + 2); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			if (skb == NULL) { | 
					
						
							|  |  |  | 				printk(KERN_INFO "%s: Memory squeeze, deferring packet.\n", | 
					
						
							|  |  |  | 				       dev->name); | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 				dev->stats.rx_dropped++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 				sbus_writew(0, &rd->mblength); | 
					
						
							|  |  |  | 				sbus_writeb(LE_R1_OWN, &rd->rmd1_bits); | 
					
						
							|  |  |  | 				lp->rx_new = RX_NEXT(entry); | 
					
						
							|  |  |  | 				return; | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			dev->stats.rx_bytes += len; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			skb_reserve (skb, 2);		/* 16 byte align */ | 
					
						
							|  |  |  | 			skb_put(skb, len);		/* make room */ | 
					
						
							|  |  |  | 			lance_piocopy_to_skb(skb, &(ib->rx_buf[entry][0]), len); | 
					
						
							|  |  |  | 			skb->protocol = eth_type_trans(skb, dev); | 
					
						
							|  |  |  | 			netif_rx(skb); | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			dev->stats.rx_packets++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* Return the packet to the pool */ | 
					
						
							|  |  |  | 		sbus_writew(0, &rd->mblength); | 
					
						
							|  |  |  | 		sbus_writeb(LE_R1_OWN, &rd->rmd1_bits); | 
					
						
							|  |  |  | 		entry = RX_NEXT(entry); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	lp->rx_new = entry; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_tx_pio(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 	struct lance_init_block __iomem *ib = lp->init_block_iomem; | 
					
						
							|  |  |  | 	int i, j; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	spin_lock(&lp->lock); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	j = lp->tx_old; | 
					
						
							|  |  |  | 	for (i = j; i != lp->tx_new; i = j) { | 
					
						
							|  |  |  | 		struct lance_tx_desc __iomem *td = &ib->btx_ring [i]; | 
					
						
							|  |  |  | 		u8 bits = sbus_readb(&td->tmd1_bits); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* If we hit a packet not owned by us, stop */ | 
					
						
							|  |  |  | 		if (bits & LE_T1_OWN) | 
					
						
							|  |  |  | 			break; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		if (bits & LE_T1_ERR) { | 
					
						
							|  |  |  | 			u16 status = sbus_readw(&td->misc); | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			dev->stats.tx_errors++; | 
					
						
							|  |  |  | 			if (status & LE_T3_RTY)  dev->stats.tx_aborted_errors++; | 
					
						
							|  |  |  | 			if (status & LE_T3_LCOL) dev->stats.tx_window_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			if (status & LE_T3_CLOS) { | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 				dev->stats.tx_carrier_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 				if (lp->auto_select) { | 
					
						
							|  |  |  | 					lp->tpe = 1 - lp->tpe; | 
					
						
							|  |  |  | 					printk(KERN_NOTICE "%s: Carrier Lost, trying %s\n", | 
					
						
							|  |  |  | 					       dev->name, lp->tpe?"TPE":"AUI"); | 
					
						
							|  |  |  | 					STOP_LANCE(lp); | 
					
						
							|  |  |  | 					lp->init_ring(dev); | 
					
						
							|  |  |  | 					load_csrs(lp); | 
					
						
							|  |  |  | 					init_restart_lance(lp); | 
					
						
							|  |  |  | 					goto out; | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			/* Buffer errors and underflows turn off the
 | 
					
						
							|  |  |  | 			 * transmitter, restart the adapter. | 
					
						
							|  |  |  | 			 */ | 
					
						
							|  |  |  | 			if (status & (LE_T3_BUF|LE_T3_UFL)) { | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 				dev->stats.tx_fifo_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 				printk(KERN_ERR "%s: Tx: ERR_BUF|ERR_UFL, restarting\n", | 
					
						
							|  |  |  | 				       dev->name); | 
					
						
							|  |  |  | 				STOP_LANCE(lp); | 
					
						
							|  |  |  | 				lp->init_ring(dev); | 
					
						
							|  |  |  | 				load_csrs(lp); | 
					
						
							|  |  |  | 				init_restart_lance(lp); | 
					
						
							|  |  |  | 				goto out; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} else if ((bits & LE_T1_POK) == LE_T1_POK) { | 
					
						
							|  |  |  | 			/*
 | 
					
						
							|  |  |  | 			 * So we don't count the packet more than once. | 
					
						
							|  |  |  | 			 */ | 
					
						
							|  |  |  | 			sbus_writeb(bits & ~(LE_T1_POK), &td->tmd1_bits); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			/* One collision before packet was sent. */ | 
					
						
							|  |  |  | 			if (bits & LE_T1_EONE) | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 				dev->stats.collisions++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			/* More than one collision, be optimistic. */ | 
					
						
							|  |  |  | 			if (bits & LE_T1_EMORE) | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 				dev->stats.collisions += 2; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 			dev->stats.tx_packets++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		j = TX_NEXT(j); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	lp->tx_old = j; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (netif_queue_stopped(dev) && | 
					
						
							|  |  |  | 	    TX_BUFFS_AVAIL > 0) | 
					
						
							|  |  |  | 		netif_wake_queue(dev); | 
					
						
							|  |  |  | out: | 
					
						
							|  |  |  | 	spin_unlock(&lp->lock); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
											  
											
												IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
Maintain a per-CPU global "struct pt_regs *" variable which can be used instead
of passing regs around manually through all ~1800 interrupt handlers in the
Linux kernel.
The regs pointer is used in few places, but it potentially costs both stack
space and code to pass it around.  On the FRV arch, removing the regs parameter
from all the genirq function results in a 20% speed up of the IRQ exit path
(ie: from leaving timer_interrupt() to leaving do_IRQ()).
Where appropriate, an arch may override the generic storage facility and do
something different with the variable.  On FRV, for instance, the address is
maintained in GR28 at all times inside the kernel as part of general exception
handling.
Having looked over the code, it appears that the parameter may be handed down
through up to twenty or so layers of functions.  Consider a USB character
device attached to a USB hub, attached to a USB controller that posts its
interrupts through a cascaded auxiliary interrupt controller.  A character
device driver may want to pass regs to the sysrq handler through the input
layer which adds another few layers of parameter passing.
I've build this code with allyesconfig for x86_64 and i386.  I've runtested the
main part of the code on FRV and i386, though I can't test most of the drivers.
I've also done partial conversion for powerpc and MIPS - these at least compile
with minimal configurations.
This will affect all archs.  Mostly the changes should be relatively easy.
Take do_IRQ(), store the regs pointer at the beginning, saving the old one:
	struct pt_regs *old_regs = set_irq_regs(regs);
And put the old one back at the end:
	set_irq_regs(old_regs);
Don't pass regs through to generic_handle_irq() or __do_IRQ().
In timer_interrupt(), this sort of change will be necessary:
	-	update_process_times(user_mode(regs));
	-	profile_tick(CPU_PROFILING, regs);
	+	update_process_times(user_mode(get_irq_regs()));
	+	profile_tick(CPU_PROFILING);
I'd like to move update_process_times()'s use of get_irq_regs() into itself,
except that i386, alone of the archs, uses something other than user_mode().
Some notes on the interrupt handling in the drivers:
 (*) input_dev() is now gone entirely.  The regs pointer is no longer stored in
     the input_dev struct.
 (*) finish_unlinks() in drivers/usb/host/ohci-q.c needs checking.  It does
     something different depending on whether it's been supplied with a regs
     pointer or not.
 (*) Various IRQ handler function pointers have been moved to type
     irq_handler_t.
Signed-Off-By: David Howells <dhowells@redhat.com>
(cherry picked from 1b16e7ac850969f38b375e511e3fa2f474a33867 commit)
											
										 
											2006-10-05 14:55:46 +01:00
										 |  |  | static irqreturn_t lance_interrupt(int irq, void *dev_id) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2006-10-06 14:56:04 -04:00
										 |  |  | 	struct net_device *dev = dev_id; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 	int csr0; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	sbus_writew(LE_CSR0, lp->lregs + RAP); | 
					
						
							|  |  |  | 	csr0 = sbus_readw(lp->lregs + RDP); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Acknowledge all the interrupt sources ASAP */ | 
					
						
							|  |  |  | 	sbus_writew(csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT), | 
					
						
							|  |  |  | 		    lp->lregs + RDP); | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	if ((csr0 & LE_C0_ERR) != 0) { | 
					
						
							|  |  |  | 		/* Clear the error condition */ | 
					
						
							|  |  |  | 		sbus_writew((LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | | 
					
						
							|  |  |  | 			     LE_C0_CERR | LE_C0_MERR), | 
					
						
							|  |  |  | 			    lp->lregs + RDP); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	if (csr0 & LE_C0_RINT) | 
					
						
							|  |  |  | 		lp->rx(dev); | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	if (csr0 & LE_C0_TINT) | 
					
						
							|  |  |  | 		lp->tx(dev); | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	if (csr0 & LE_C0_BABL) | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 		dev->stats.tx_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (csr0 & LE_C0_MISS) | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 		dev->stats.rx_errors++; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (csr0 & LE_C0_MERR) { | 
					
						
							|  |  |  | 		if (lp->dregs) { | 
					
						
							|  |  |  | 			u32 addr = sbus_readl(lp->dregs + DMA_ADDR); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			printk(KERN_ERR "%s: Memory error, status %04x, addr %06x\n", | 
					
						
							|  |  |  | 			       dev->name, csr0, addr & 0xffffff); | 
					
						
							|  |  |  | 		} else { | 
					
						
							|  |  |  | 			printk(KERN_ERR "%s: Memory error, status %04x\n", | 
					
						
							|  |  |  | 			       dev->name, csr0); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		sbus_writew(LE_C0_STOP, lp->lregs + RDP); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (lp->dregs) { | 
					
						
							|  |  |  | 			u32 dma_csr = sbus_readl(lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			dma_csr |= DMA_FIFO_INV; | 
					
						
							|  |  |  | 			sbus_writel(dma_csr, lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		lp->init_ring(dev); | 
					
						
							|  |  |  | 		load_csrs(lp); | 
					
						
							|  |  |  | 		init_restart_lance(lp); | 
					
						
							|  |  |  | 		netif_wake_queue(dev); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	sbus_writew(LE_C0_INEA, lp->lregs + RDP); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return IRQ_HANDLED; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Build a fake network packet and send it to ourselves. */ | 
					
						
							|  |  |  | static void build_fake_packet(struct lance_private *lp) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct net_device *dev = lp->dev; | 
					
						
							|  |  |  | 	int i, entry; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	entry = lp->tx_new & TX_RING_MOD_MASK; | 
					
						
							|  |  |  | 	if (lp->pio_buffer) { | 
					
						
							|  |  |  | 		struct lance_init_block __iomem *ib = lp->init_block_iomem; | 
					
						
							|  |  |  | 		u16 __iomem *packet = (u16 __iomem *) &(ib->tx_buf[entry][0]); | 
					
						
							|  |  |  | 		struct ethhdr __iomem *eth = (struct ethhdr __iomem *) packet; | 
					
						
							|  |  |  | 		for (i = 0; i < (ETH_ZLEN / sizeof(u16)); i++) | 
					
						
							|  |  |  | 			sbus_writew(0, &packet[i]); | 
					
						
							|  |  |  | 		for (i = 0; i < 6; i++) { | 
					
						
							|  |  |  | 			sbus_writeb(dev->dev_addr[i], ð->h_dest[i]); | 
					
						
							|  |  |  | 			sbus_writeb(dev->dev_addr[i], ð->h_source[i]); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		sbus_writew((-ETH_ZLEN) | 0xf000, &ib->btx_ring[entry].length); | 
					
						
							|  |  |  | 		sbus_writew(0, &ib->btx_ring[entry].misc); | 
					
						
							|  |  |  | 		sbus_writeb(LE_T1_POK|LE_T1_OWN, &ib->btx_ring[entry].tmd1_bits); | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		struct lance_init_block *ib = lp->init_block_mem; | 
					
						
							|  |  |  | 		u16 *packet = (u16 *) &(ib->tx_buf[entry][0]); | 
					
						
							|  |  |  | 		struct ethhdr *eth = (struct ethhdr *) packet; | 
					
						
							|  |  |  | 		memset(packet, 0, ETH_ZLEN); | 
					
						
							|  |  |  | 		for (i = 0; i < 6; i++) { | 
					
						
							|  |  |  | 			eth->h_dest[i] = dev->dev_addr[i]; | 
					
						
							|  |  |  | 			eth->h_source[i] = dev->dev_addr[i]; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		ib->btx_ring[entry].length = (-ETH_ZLEN) | 0xf000; | 
					
						
							|  |  |  | 		ib->btx_ring[entry].misc = 0; | 
					
						
							|  |  |  | 		ib->btx_ring[entry].tmd1_bits = (LE_T1_POK|LE_T1_OWN); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	lp->tx_new = TX_NEXT(entry); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int lance_open(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 	int status = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	STOP_LANCE(lp); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-18 23:29:17 -08:00
										 |  |  | 	if (request_irq(dev->irq, lance_interrupt, IRQF_SHARED, | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			lancestr, (void *) dev)) { | 
					
						
							| 
									
										
										
										
											2006-06-20 01:21:29 -07:00
										 |  |  | 		printk(KERN_ERR "Lance: Can't get irq %d\n", dev->irq); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		return -EAGAIN; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* On the 4m, setup the ledma to provide the upper bits for buffers */ | 
					
						
							|  |  |  | 	if (lp->dregs) { | 
					
						
							|  |  |  | 		u32 regval = lp->init_block_dvma & 0xff000000; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		sbus_writel(regval, lp->dregs + DMA_TEST); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Set mode and clear multicast filter only at device open,
 | 
					
						
							|  |  |  | 	 * so that lance_init_ring() called at any error will not | 
					
						
							|  |  |  | 	 * forget multicast filters. | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * BTW it is common bug in all lance drivers! --ANK | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	if (lp->pio_buffer) { | 
					
						
							|  |  |  | 		struct lance_init_block __iomem *ib = lp->init_block_iomem; | 
					
						
							|  |  |  | 		sbus_writew(0, &ib->mode); | 
					
						
							|  |  |  | 		sbus_writel(0, &ib->filter[0]); | 
					
						
							|  |  |  | 		sbus_writel(0, &ib->filter[1]); | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		struct lance_init_block *ib = lp->init_block_mem; | 
					
						
							|  |  |  | 		ib->mode = 0; | 
					
						
							|  |  |  | 		ib->filter [0] = 0; | 
					
						
							|  |  |  | 		ib->filter [1] = 0; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	lp->init_ring(dev); | 
					
						
							|  |  |  | 	load_csrs(lp); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	netif_start_queue(dev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	status = init_restart_lance(lp); | 
					
						
							|  |  |  | 	if (!status && lp->auto_select) { | 
					
						
							|  |  |  | 		build_fake_packet(lp); | 
					
						
							|  |  |  | 		sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return status; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int lance_close(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	netif_stop_queue(dev); | 
					
						
							|  |  |  | 	del_timer_sync(&lp->multicast_timer); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	STOP_LANCE(lp); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	free_irq(dev->irq, (void *) dev); | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int lance_reset(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 	int status; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	STOP_LANCE(lp); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* On the 4m, reset the dma too */ | 
					
						
							|  |  |  | 	if (lp->dregs) { | 
					
						
							|  |  |  | 		u32 csr, addr; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		printk(KERN_ERR "resetting ledma\n"); | 
					
						
							|  |  |  | 		csr = sbus_readl(lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 		sbus_writel(csr | DMA_RST_ENET, lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 		udelay(200); | 
					
						
							|  |  |  | 		sbus_writel(csr & ~DMA_RST_ENET, lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		addr = lp->init_block_dvma & 0xff000000; | 
					
						
							|  |  |  | 		sbus_writel(addr, lp->dregs + DMA_TEST); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	lp->init_ring(dev); | 
					
						
							|  |  |  | 	load_csrs(lp); | 
					
						
							|  |  |  | 	dev->trans_start = jiffies; | 
					
						
							|  |  |  | 	status = init_restart_lance(lp); | 
					
						
							|  |  |  | 	return status; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_piocopy_from_skb(void __iomem *dest, unsigned char *src, int len) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	void __iomem *piobuf = dest; | 
					
						
							|  |  |  | 	u32 *p32; | 
					
						
							|  |  |  | 	u16 *p16; | 
					
						
							|  |  |  | 	u8 *p8; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	switch ((unsigned long)src & 0x3) { | 
					
						
							|  |  |  | 	case 0: | 
					
						
							|  |  |  | 		p32 = (u32 *) src; | 
					
						
							|  |  |  | 		while (len >= 4) { | 
					
						
							|  |  |  | 			sbus_writel(*p32, piobuf); | 
					
						
							|  |  |  | 			p32++; | 
					
						
							|  |  |  | 			piobuf += 4; | 
					
						
							|  |  |  | 			len -= 4; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		src = (char *) p32; | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case 1: | 
					
						
							|  |  |  | 	case 3: | 
					
						
							|  |  |  | 		p8 = (u8 *) src; | 
					
						
							|  |  |  | 		while (len >= 4) { | 
					
						
							|  |  |  | 			u32 val; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			val  = p8[0] << 24; | 
					
						
							|  |  |  | 			val |= p8[1] << 16; | 
					
						
							|  |  |  | 			val |= p8[2] << 8; | 
					
						
							|  |  |  | 			val |= p8[3]; | 
					
						
							|  |  |  | 			sbus_writel(val, piobuf); | 
					
						
							|  |  |  | 			p8 += 4; | 
					
						
							|  |  |  | 			piobuf += 4; | 
					
						
							|  |  |  | 			len -= 4; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		src = (char *) p8; | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case 2: | 
					
						
							|  |  |  | 		p16 = (u16 *) src; | 
					
						
							|  |  |  | 		while (len >= 4) { | 
					
						
							|  |  |  | 			u32 val = p16[0]<<16 | p16[1]; | 
					
						
							|  |  |  | 			sbus_writel(val, piobuf); | 
					
						
							|  |  |  | 			p16 += 2; | 
					
						
							|  |  |  | 			piobuf += 4; | 
					
						
							|  |  |  | 			len -= 4; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		src = (char *) p16; | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	}; | 
					
						
							|  |  |  | 	if (len >= 2) { | 
					
						
							|  |  |  | 		u16 val = src[0] << 8 | src[1]; | 
					
						
							|  |  |  | 		sbus_writew(val, piobuf); | 
					
						
							|  |  |  | 		src += 2; | 
					
						
							|  |  |  | 		piobuf += 2; | 
					
						
							|  |  |  | 		len -= 2; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if (len >= 1) | 
					
						
							|  |  |  | 		sbus_writeb(src[0], piobuf); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_piozero(void __iomem *dest, int len) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	void __iomem *piobuf = dest; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if ((unsigned long)piobuf & 1) { | 
					
						
							|  |  |  | 		sbus_writeb(0, piobuf); | 
					
						
							|  |  |  | 		piobuf += 1; | 
					
						
							|  |  |  | 		len -= 1; | 
					
						
							|  |  |  | 		if (len == 0) | 
					
						
							|  |  |  | 			return; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if (len == 1) { | 
					
						
							|  |  |  | 		sbus_writeb(0, piobuf); | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if ((unsigned long)piobuf & 2) { | 
					
						
							|  |  |  | 		sbus_writew(0, piobuf); | 
					
						
							|  |  |  | 		piobuf += 2; | 
					
						
							|  |  |  | 		len -= 2; | 
					
						
							|  |  |  | 		if (len == 0) | 
					
						
							|  |  |  | 			return; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	while (len >= 4) { | 
					
						
							|  |  |  | 		sbus_writel(0, piobuf); | 
					
						
							|  |  |  | 		piobuf += 4; | 
					
						
							|  |  |  | 		len -= 4; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if (len >= 2) { | 
					
						
							|  |  |  | 		sbus_writew(0, piobuf); | 
					
						
							|  |  |  | 		piobuf += 2; | 
					
						
							|  |  |  | 		len -= 2; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if (len >= 1) | 
					
						
							|  |  |  | 		sbus_writeb(0, piobuf); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_tx_timeout(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	printk(KERN_ERR "%s: transmit timed out, status %04x, reset\n", | 
					
						
							|  |  |  | 	       dev->name, sbus_readw(lp->lregs + RDP)); | 
					
						
							|  |  |  | 	lance_reset(dev); | 
					
						
							|  |  |  | 	netif_wake_queue(dev); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int lance_start_xmit(struct sk_buff *skb, struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 	int entry, skblen, len; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	skblen = skb->len; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	len = (skblen <= ETH_ZLEN) ? ETH_ZLEN : skblen; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	spin_lock_irq(&lp->lock); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-03 17:41:50 -07:00
										 |  |  | 	dev->stats.tx_bytes += len; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	entry = lp->tx_new & TX_RING_MOD_MASK; | 
					
						
							|  |  |  | 	if (lp->pio_buffer) { | 
					
						
							|  |  |  | 		struct lance_init_block __iomem *ib = lp->init_block_iomem; | 
					
						
							|  |  |  | 		sbus_writew((-len) | 0xf000, &ib->btx_ring[entry].length); | 
					
						
							|  |  |  | 		sbus_writew(0, &ib->btx_ring[entry].misc); | 
					
						
							|  |  |  | 		lance_piocopy_from_skb(&ib->tx_buf[entry][0], skb->data, skblen); | 
					
						
							|  |  |  | 		if (len != skblen) | 
					
						
							|  |  |  | 			lance_piozero(&ib->tx_buf[entry][skblen], len - skblen); | 
					
						
							|  |  |  | 		sbus_writeb(LE_T1_POK | LE_T1_OWN, &ib->btx_ring[entry].tmd1_bits); | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		struct lance_init_block *ib = lp->init_block_mem; | 
					
						
							|  |  |  | 		ib->btx_ring [entry].length = (-len) | 0xf000; | 
					
						
							|  |  |  | 		ib->btx_ring [entry].misc = 0; | 
					
						
							| 
									
										
										
										
											2007-03-27 18:55:52 -03:00
										 |  |  | 		skb_copy_from_linear_data(skb, &ib->tx_buf [entry][0], skblen); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		if (len != skblen) | 
					
						
							|  |  |  | 			memset((char *) &ib->tx_buf [entry][skblen], 0, len - skblen); | 
					
						
							|  |  |  | 		ib->btx_ring [entry].tmd1_bits = (LE_T1_POK | LE_T1_OWN); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	lp->tx_new = TX_NEXT(entry); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (TX_BUFFS_AVAIL <= 0) | 
					
						
							|  |  |  | 		netif_stop_queue(dev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Kick the lance: transmit now */ | 
					
						
							|  |  |  | 	sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Read back CSR to invalidate the E-Cache.
 | 
					
						
							|  |  |  | 	 * This is needed, because DMA_DSBL_WR_INV is set. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	if (lp->dregs) | 
					
						
							|  |  |  | 		sbus_readw(lp->lregs + RDP); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	spin_unlock_irq(&lp->lock); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev->trans_start = jiffies; | 
					
						
							|  |  |  | 	dev_kfree_skb(skb); | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-23 06:03:08 +00:00
										 |  |  | 	return NETDEV_TX_OK; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* taken from the depca driver */ | 
					
						
							|  |  |  | static void lance_load_multicast(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							| 
									
										
										
										
											2010-02-18 00:42:54 +00:00
										 |  |  | 	struct dev_mc_list *dmi; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	char *addrs; | 
					
						
							|  |  |  | 	u32 crc; | 
					
						
							|  |  |  | 	u32 val; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	/* set all multicast bits */ | 
					
						
							|  |  |  | 	if (dev->flags & IFF_ALLMULTI) | 
					
						
							|  |  |  | 		val = ~0; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		val = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (lp->pio_buffer) { | 
					
						
							|  |  |  | 		struct lance_init_block __iomem *ib = lp->init_block_iomem; | 
					
						
							|  |  |  | 		sbus_writel(val, &ib->filter[0]); | 
					
						
							|  |  |  | 		sbus_writel(val, &ib->filter[1]); | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		struct lance_init_block *ib = lp->init_block_mem; | 
					
						
							|  |  |  | 		ib->filter [0] = val; | 
					
						
							|  |  |  | 		ib->filter [1] = val; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (dev->flags & IFF_ALLMULTI) | 
					
						
							|  |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2006-09-13 13:24:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	/* Add addresses */ | 
					
						
							| 
									
										
										
										
											2010-02-18 00:42:54 +00:00
										 |  |  | 	netdev_for_each_mc_addr(dmi, dev) { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		addrs = dmi->dmi_addr; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* multicast address? */ | 
					
						
							|  |  |  | 		if (!(*addrs & 1)) | 
					
						
							|  |  |  | 			continue; | 
					
						
							|  |  |  | 		crc = ether_crc_le(6, addrs); | 
					
						
							|  |  |  | 		crc = crc >> 26; | 
					
						
							|  |  |  | 		if (lp->pio_buffer) { | 
					
						
							|  |  |  | 			struct lance_init_block __iomem *ib = lp->init_block_iomem; | 
					
						
							|  |  |  | 			u16 __iomem *mcast_table = (u16 __iomem *) &ib->filter; | 
					
						
							|  |  |  | 			u16 tmp = sbus_readw(&mcast_table[crc>>4]); | 
					
						
							|  |  |  | 			tmp |= 1 << (crc & 0xf); | 
					
						
							|  |  |  | 			sbus_writew(tmp, &mcast_table[crc>>4]); | 
					
						
							|  |  |  | 		} else { | 
					
						
							|  |  |  | 			struct lance_init_block *ib = lp->init_block_mem; | 
					
						
							|  |  |  | 			u16 *mcast_table = (u16 *) &ib->filter; | 
					
						
							|  |  |  | 			mcast_table [crc >> 4] |= 1 << (crc & 0xf); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_set_multicast(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct lance_private *lp = netdev_priv(dev); | 
					
						
							|  |  |  | 	struct lance_init_block *ib_mem = lp->init_block_mem; | 
					
						
							|  |  |  | 	struct lance_init_block __iomem *ib_iomem = lp->init_block_iomem; | 
					
						
							|  |  |  | 	u16 mode; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!netif_running(dev)) | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (lp->tx_old != lp->tx_new) { | 
					
						
							|  |  |  | 		mod_timer(&lp->multicast_timer, jiffies + 4); | 
					
						
							|  |  |  | 		netif_wake_queue(dev); | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	netif_stop_queue(dev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	STOP_LANCE(lp); | 
					
						
							|  |  |  | 	lp->init_ring(dev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (lp->pio_buffer) | 
					
						
							|  |  |  | 		mode = sbus_readw(&ib_iomem->mode); | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		mode = ib_mem->mode; | 
					
						
							|  |  |  | 	if (dev->flags & IFF_PROMISC) { | 
					
						
							|  |  |  | 		mode |= LE_MO_PROM; | 
					
						
							|  |  |  | 		if (lp->pio_buffer) | 
					
						
							|  |  |  | 			sbus_writew(mode, &ib_iomem->mode); | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			ib_mem->mode = mode; | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		mode &= ~LE_MO_PROM; | 
					
						
							|  |  |  | 		if (lp->pio_buffer) | 
					
						
							|  |  |  | 			sbus_writew(mode, &ib_iomem->mode); | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			ib_mem->mode = mode; | 
					
						
							|  |  |  | 		lance_load_multicast(dev); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	load_csrs(lp); | 
					
						
							|  |  |  | 	init_restart_lance(lp); | 
					
						
							|  |  |  | 	netif_wake_queue(dev); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_set_multicast_retry(unsigned long _opaque) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct net_device *dev = (struct net_device *) _opaque; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	lance_set_multicast(dev); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void lance_free_hwresources(struct lance_private *lp) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	if (lp->lregs) | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 		of_iounmap(&lp->op->resource[0], lp->lregs, LANCE_REG_SIZE); | 
					
						
							| 
									
										
										
										
											2008-08-27 17:01:57 -07:00
										 |  |  | 	if (lp->dregs) { | 
					
						
							|  |  |  | 		struct of_device *ledma = lp->ledma; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		of_iounmap(&ledma->resource[0], lp->dregs, | 
					
						
							|  |  |  | 			   resource_size(&ledma->resource[0])); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	if (lp->init_block_iomem) { | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 		of_iounmap(&lp->lebuffer->resource[0], lp->init_block_iomem, | 
					
						
							|  |  |  | 			   sizeof(struct lance_init_block)); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	} else if (lp->init_block_mem) { | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 		dma_free_coherent(&lp->op->dev, | 
					
						
							| 
									
										
										
										
											2008-08-27 18:09:11 -07:00
										 |  |  | 				  sizeof(struct lance_init_block), | 
					
						
							|  |  |  | 				  lp->init_block_mem, | 
					
						
							|  |  |  | 				  lp->init_block_dvma); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Ethtool support... */ | 
					
						
							|  |  |  | static void sparc_lance_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	strcpy(info->driver, "sunlance"); | 
					
						
							|  |  |  | 	strcpy(info->version, "2.02"); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static u32 sparc_lance_get_link(struct net_device *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	/* We really do not keep track of this, but this
 | 
					
						
							|  |  |  | 	 * is better than not reporting anything at all. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	return 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-09-13 14:30:00 -04:00
										 |  |  | static const struct ethtool_ops sparc_lance_ethtool_ops = { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	.get_drvinfo		= sparc_lance_get_drvinfo, | 
					
						
							|  |  |  | 	.get_link		= sparc_lance_get_link, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-03-23 13:33:28 -07:00
										 |  |  | static const struct net_device_ops sparc_lance_ops = { | 
					
						
							|  |  |  | 	.ndo_open		= lance_open, | 
					
						
							|  |  |  | 	.ndo_stop		= lance_close, | 
					
						
							|  |  |  | 	.ndo_start_xmit		= lance_start_xmit, | 
					
						
							|  |  |  | 	.ndo_set_multicast_list	= lance_set_multicast, | 
					
						
							|  |  |  | 	.ndo_tx_timeout		= lance_tx_timeout, | 
					
						
							| 
									
										
										
										
											2009-03-23 14:29:24 -07:00
										 |  |  | 	.ndo_change_mtu		= eth_change_mtu, | 
					
						
							|  |  |  | 	.ndo_set_mac_address	= eth_mac_addr, | 
					
						
							|  |  |  | 	.ndo_validate_addr	= eth_validate_addr, | 
					
						
							| 
									
										
										
										
											2009-03-23 13:33:28 -07:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | static int __devinit sparc_lance_probe_one(struct of_device *op, | 
					
						
							| 
									
										
										
										
											2008-08-27 17:01:57 -07:00
										 |  |  | 					   struct of_device *ledma, | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 					   struct of_device *lebuffer) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	struct device_node *dp = op->node; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	static unsigned version_printed; | 
					
						
							|  |  |  | 	struct lance_private *lp; | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	struct net_device *dev; | 
					
						
							|  |  |  | 	int    i; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	dev = alloc_etherdev(sizeof(struct lance_private) + 8); | 
					
						
							|  |  |  | 	if (!dev) | 
					
						
							|  |  |  | 		return -ENOMEM; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	lp = netdev_priv(dev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (sparc_lance_debug && version_printed++ == 0) | 
					
						
							|  |  |  | 		printk (KERN_INFO "%s", version); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	spin_lock_init(&lp->lock); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Copy the IDPROM ethernet address to the device structure, later we
 | 
					
						
							|  |  |  | 	 * will copy the address in the device structure to the lance | 
					
						
							|  |  |  | 	 * initialization block. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	for (i = 0; i < 6; i++) | 
					
						
							|  |  |  | 		dev->dev_addr[i] = idprom->id_ethaddr[i]; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Get the IO region */ | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	lp->lregs = of_ioremap(&op->resource[0], 0, | 
					
						
							|  |  |  | 			       LANCE_REG_SIZE, lancestr); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	if (!lp->lregs) { | 
					
						
							|  |  |  | 		printk(KERN_ERR "SunLance: Cannot map registers.\n"); | 
					
						
							|  |  |  | 		goto fail; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-27 17:01:57 -07:00
										 |  |  | 	lp->ledma = ledma; | 
					
						
							|  |  |  | 	if (lp->ledma) { | 
					
						
							|  |  |  | 		lp->dregs = of_ioremap(&ledma->resource[0], 0, | 
					
						
							|  |  |  | 				       resource_size(&ledma->resource[0]), | 
					
						
							|  |  |  | 				       "ledma"); | 
					
						
							|  |  |  | 		if (!lp->dregs) { | 
					
						
							|  |  |  | 			printk(KERN_ERR "SunLance: Cannot map " | 
					
						
							|  |  |  | 			       "ledma registers.\n"); | 
					
						
							|  |  |  | 			goto fail; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	lp->op = op; | 
					
						
							|  |  |  | 	lp->lebuffer = lebuffer; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	if (lebuffer) { | 
					
						
							|  |  |  | 		/* sanity check */ | 
					
						
							|  |  |  | 		if (lebuffer->resource[0].start & 7) { | 
					
						
							|  |  |  | 			printk(KERN_ERR "SunLance: ERROR: Rx and Tx rings not on even boundary.\n"); | 
					
						
							|  |  |  | 			goto fail; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		lp->init_block_iomem = | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 			of_ioremap(&lebuffer->resource[0], 0, | 
					
						
							|  |  |  | 				   sizeof(struct lance_init_block), "lebuffer"); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		if (!lp->init_block_iomem) { | 
					
						
							|  |  |  | 			printk(KERN_ERR "SunLance: Cannot map PIO buffer.\n"); | 
					
						
							|  |  |  | 			goto fail; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		lp->init_block_dvma = 0; | 
					
						
							|  |  |  | 		lp->pio_buffer = 1; | 
					
						
							|  |  |  | 		lp->init_ring = lance_init_ring_pio; | 
					
						
							|  |  |  | 		lp->rx = lance_rx_pio; | 
					
						
							|  |  |  | 		lp->tx = lance_tx_pio; | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		lp->init_block_mem = | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 			dma_alloc_coherent(&op->dev, | 
					
						
							| 
									
										
										
										
											2008-08-27 18:09:11 -07:00
										 |  |  | 					   sizeof(struct lance_init_block), | 
					
						
							|  |  |  | 					   &lp->init_block_dvma, GFP_ATOMIC); | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 		if (!lp->init_block_mem) { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			printk(KERN_ERR "SunLance: Cannot allocate consistent DMA memory.\n"); | 
					
						
							|  |  |  | 			goto fail; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		lp->pio_buffer = 0; | 
					
						
							|  |  |  | 		lp->init_ring = lance_init_ring_dvma; | 
					
						
							|  |  |  | 		lp->rx = lance_rx_dvma; | 
					
						
							|  |  |  | 		lp->tx = lance_tx_dvma; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2007-07-30 18:23:39 -07:00
										 |  |  | 	lp->busmaster_regval = of_getintprop_default(dp,  "busmaster-regval", | 
					
						
							|  |  |  | 						     (LE_C3_BSWP | | 
					
						
							|  |  |  | 						      LE_C3_ACON | | 
					
						
							|  |  |  | 						      LE_C3_BCON)); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	lp->name = lancestr; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	lp->burst_sizes = 0; | 
					
						
							|  |  |  | 	if (lp->ledma) { | 
					
						
							| 
									
										
										
										
											2008-08-27 17:01:57 -07:00
										 |  |  | 		struct device_node *ledma_dp = ledma->node; | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 		struct device_node *sbus_dp; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		unsigned int sbmask; | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 		const char *prop; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		u32 csr; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* Find burst-size property for ledma */ | 
					
						
							| 
									
										
										
										
											2007-07-30 18:23:39 -07:00
										 |  |  | 		lp->burst_sizes = of_getintprop_default(ledma_dp, | 
					
						
							|  |  |  | 							"burst-sizes", 0); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		/* ledma may be capable of fast bursts, but sbus may not. */ | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 		sbus_dp = ledma_dp->parent; | 
					
						
							|  |  |  | 		sbmask = of_getintprop_default(sbus_dp, "burst-sizes", | 
					
						
							| 
									
										
										
										
											2007-07-30 18:23:39 -07:00
										 |  |  | 					       DMA_BURSTBITS); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		lp->burst_sizes &= sbmask; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* Get the cable-selection property */ | 
					
						
							| 
									
										
										
										
											2007-07-30 18:23:39 -07:00
										 |  |  | 		prop = of_get_property(ledma_dp, "cable-selection", NULL); | 
					
						
							|  |  |  | 		if (!prop || prop[0] == '\0') { | 
					
						
							|  |  |  | 			struct device_node *nd; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-07-30 18:23:39 -07:00
										 |  |  | 			printk(KERN_INFO "SunLance: using " | 
					
						
							|  |  |  | 			       "auto-carrier-detection.\n"); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-07-30 18:23:39 -07:00
										 |  |  | 			nd = of_find_node_by_path("/options"); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			if (!nd) | 
					
						
							|  |  |  | 				goto no_link_test; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-07-30 18:23:39 -07:00
										 |  |  | 			prop = of_get_property(nd, "tpe-link-test?", NULL); | 
					
						
							|  |  |  | 			if (!prop) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 				goto no_link_test; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			if (strcmp(prop, "true")) { | 
					
						
							|  |  |  | 				printk(KERN_NOTICE "SunLance: warning: overriding option " | 
					
						
							|  |  |  | 				       "'tpe-link-test?'\n"); | 
					
						
							|  |  |  | 				printk(KERN_NOTICE "SunLance: warning: mail any problems " | 
					
						
							|  |  |  | 				       "to ecd@skynet.be\n"); | 
					
						
							|  |  |  | 				auxio_set_lte(AUXIO_LTE_ON); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | no_link_test: | 
					
						
							|  |  |  | 			lp->auto_select = 1; | 
					
						
							|  |  |  | 			lp->tpe = 0; | 
					
						
							|  |  |  | 		} else if (!strcmp(prop, "aui")) { | 
					
						
							|  |  |  | 			lp->auto_select = 0; | 
					
						
							|  |  |  | 			lp->tpe = 0; | 
					
						
							|  |  |  | 		} else { | 
					
						
							|  |  |  | 			lp->auto_select = 0; | 
					
						
							|  |  |  | 			lp->tpe = 1; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* Reset ledma */ | 
					
						
							|  |  |  | 		csr = sbus_readl(lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 		sbus_writel(csr | DMA_RST_ENET, lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 		udelay(200); | 
					
						
							|  |  |  | 		sbus_writel(csr & ~DMA_RST_ENET, lp->dregs + DMA_CSR); | 
					
						
							|  |  |  | 	} else | 
					
						
							|  |  |  | 		lp->dregs = NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	lp->dev = dev; | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	SET_NETDEV_DEV(dev, &op->dev); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	dev->watchdog_timeo = 5*HZ; | 
					
						
							|  |  |  | 	dev->ethtool_ops = &sparc_lance_ethtool_ops; | 
					
						
							| 
									
										
										
										
											2009-03-23 13:33:28 -07:00
										 |  |  | 	dev->netdev_ops = &sparc_lance_ops; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	dev->irq = op->irqs[0]; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* We cannot sleep if the chip is busy during a
 | 
					
						
							|  |  |  | 	 * multicast list update event, because such events | 
					
						
							|  |  |  | 	 * can occur from interrupts (ex. IPv6).  So we | 
					
						
							|  |  |  | 	 * use a timer to try again later when necessary. -DaveM | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	init_timer(&lp->multicast_timer); | 
					
						
							|  |  |  | 	lp->multicast_timer.data = (unsigned long) dev; | 
					
						
							|  |  |  | 	lp->multicast_timer.function = &lance_set_multicast_retry; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (register_netdev(dev)) { | 
					
						
							|  |  |  | 		printk(KERN_ERR "SunLance: Cannot register device.\n"); | 
					
						
							|  |  |  | 		goto fail; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	dev_set_drvdata(&op->dev, lp); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-10-27 15:59:26 -07:00
										 |  |  | 	printk(KERN_INFO "%s: LANCE %pM\n", | 
					
						
							|  |  |  | 	       dev->name, dev->dev_addr); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | fail: | 
					
						
							|  |  |  | 	lance_free_hwresources(lp); | 
					
						
							|  |  |  | 	free_netdev(dev); | 
					
						
							|  |  |  | 	return -ENODEV; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | static int __devinit sunlance_sbus_probe(struct of_device *op, const struct of_device_id *match) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	struct of_device *parent = to_of_device(op->dev.parent); | 
					
						
							|  |  |  | 	struct device_node *parent_dp = parent->node; | 
					
						
							| 
									
										
										
										
											2006-06-23 18:39:40 -07:00
										 |  |  | 	int err; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	if (!strcmp(parent_dp->name, "ledma")) { | 
					
						
							|  |  |  | 		err = sparc_lance_probe_one(op, parent, NULL); | 
					
						
							|  |  |  | 	} else if (!strcmp(parent_dp->name, "lebuffer")) { | 
					
						
							|  |  |  | 		err = sparc_lance_probe_one(op, NULL, parent); | 
					
						
							| 
									
										
										
										
											2006-08-28 23:28:16 -07:00
										 |  |  | 	} else | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 		err = sparc_lance_probe_one(op, NULL, NULL); | 
					
						
							| 
									
										
										
										
											2006-06-23 18:39:40 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return err; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | static int __devexit sunlance_sbus_remove(struct of_device *op) | 
					
						
							| 
									
										
										
										
											2006-06-23 18:39:40 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	struct lance_private *lp = dev_get_drvdata(&op->dev); | 
					
						
							| 
									
										
										
										
											2006-06-23 18:39:40 -07:00
										 |  |  | 	struct net_device *net_dev = lp->dev; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-04-21 15:34:10 -07:00
										 |  |  | 	unregister_netdev(net_dev); | 
					
						
							| 
									
										
										
										
											2006-06-23 18:39:40 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	lance_free_hwresources(lp); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	free_netdev(net_dev); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	dev_set_drvdata(&op->dev, NULL); | 
					
						
							| 
									
										
										
										
											2006-06-23 18:39:40 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-31 01:23:17 -07:00
										 |  |  | static const struct of_device_id sunlance_sbus_match[] = { | 
					
						
							| 
									
										
										
										
											2006-06-23 18:39:40 -07:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 		.name = "le", | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	{}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | MODULE_DEVICE_TABLE(of, sunlance_sbus_match); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct of_platform_driver sunlance_sbus_driver = { | 
					
						
							|  |  |  | 	.name		= "sunlance", | 
					
						
							|  |  |  | 	.match_table	= sunlance_sbus_match, | 
					
						
							|  |  |  | 	.probe		= sunlance_sbus_probe, | 
					
						
							|  |  |  | 	.remove		= __devexit_p(sunlance_sbus_remove), | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Find all the lance cards on the system and initialize them */ | 
					
						
							|  |  |  | static int __init sparc_lance_init(void) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2008-08-27 00:07:53 -07:00
										 |  |  | 	return of_register_driver(&sunlance_sbus_driver, &of_bus_type); | 
					
						
							| 
									
										
										
										
											2006-06-23 18:39:40 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void __exit sparc_lance_exit(void) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	of_unregister_driver(&sunlance_sbus_driver); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-23 18:39:40 -07:00
										 |  |  | module_init(sparc_lance_init); | 
					
						
							|  |  |  | module_exit(sparc_lance_exit); |