patch-2.4.21 linux-2.4.21/arch/ppc/8260_io/enet.c
Next file: linux-2.4.21/arch/ppc/8260_io/fcc_enet.c
Previous file: linux-2.4.21/arch/ppc/8260_io/commproc.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
2003-06-13 07:51:31.000000000 -0700
- Orig file:
linux-2.4.20/arch/ppc/8260_io/enet.c
- Orig date:
2001-10-08 11:40:13.000000000 -0700
diff -urN linux-2.4.20/arch/ppc/8260_io/enet.c linux-2.4.21/arch/ppc/8260_io/enet.c
@@ -1,7 +1,4 @@
/*
- * BK Id: SCCS/s.enet.c 1.9 09/14/01 18:01:16 trini
- */
-/*
* Ethernet driver for Motorola MPC8260.
* Copyright (c) 1999 Dan Malek (dmalek@jlc.net)
* Copyright (c) 2000 MontaVista Software Inc. (source@mvista.com)
@@ -810,7 +807,7 @@
/* Install our interrupt handler.
*/
- request_8xxirq(SIU_INT_ENET, scc_enet_interrupt, 0, "enet", dev);
+ request_irq(SIU_INT_ENET, scc_enet_interrupt, 0, "enet", dev);
/* Set GSMR_H to enable all normal operating modes.
* Set GSMR_L to enable Ethernet to MC68160.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)