patch-2.4.21 linux-2.4.21/arch/ppc/8260_io/fcc_enet.c
Next file: linux-2.4.21/arch/ppc/8260_io/uart.c
Previous file: linux-2.4.21/arch/ppc/8260_io/enet.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
2003-06-13 07:51:31.000000000 -0700
- Orig file:
linux-2.4.20/arch/ppc/8260_io/fcc_enet.c
- Orig date:
2001-05-21 17:04:46.000000000 -0700
diff -urN linux-2.4.20/arch/ppc/8260_io/fcc_enet.c linux-2.4.21/arch/ppc/8260_io/fcc_enet.c
@@ -1,7 +1,4 @@
/*
- * BK Id: SCCS/s.fcc_enet.c 1.7 05/17/01 18:14:20 cort
- */
-/*
* Fast Ethernet Controller (FCC) driver for Motorola MPC8260.
* Copyright (c) 2000 MontaVista Software, Inc. Dan Malek (dmalek@jlc.net)
*
@@ -1442,8 +1439,8 @@
/* Install our interrupt handler.
*/
- if (request_8xxirq(fip->fc_interrupt, fcc_enet_interrupt, 0,
- "fenet", dev) < 0)
+ if (request_irq(fip->fc_interrupt, fcc_enet_interrupt, 0, "fenet",
+ dev) < 0)
printk("Can't get FCC IRQ %d\n", fip->fc_interrupt);
/* Set GFMR to enable Ethernet operating mode.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)