Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105611
b: refs/heads/master
c: 0d176af
h: refs/heads/master
i:
  105609: 617ef60
  105607: 1e10ba7
v: v3
  • Loading branch information
Sebastian Siewior authored and Greg Ungerer committed Jul 23, 2008
1 parent f37a14f commit 71b4fcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b9a69861c39ae4c232385def833816acc07a0a4
refs/heads/master: 0d176af5b7e658490b75427ccd23ff6a158c472b
10 changes: 0 additions & 10 deletions trunk/drivers/net/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
* Fast Ethernet Controller (FEC) driver for Motorola MPC8xx.
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
*
* This version of the driver is specific to the FADS implementation,
* since the board contains control registers external to the processor
* for the control of the LevelOne LXT970 transceiver. The MPC860T manual
* describes connections using the internal parallel port I/O, which
* is basically all of Port D.
*
* Right now, I am very wasteful with the buffers. I allocate memory
* pages and then divide them into 2K frame buffers. This way I know I
* have buffers large enough to hold one frame within one buffer descriptor.
Expand Down Expand Up @@ -1809,10 +1803,6 @@ static void __inline__ fec_request_intrs(struct net_device *dev)
*/
*((uint *) RPX_CSR_ADDR) &= ~BCSR2_FETHLEDMODE;
#endif
#ifdef CONFIG_FADS
if (request_8xxirq(SIU_IRQ2, mii_link_interrupt, 0, "mii", dev) != 0)
panic("Could not allocate MII IRQ!");
#endif
}

static void __inline__ fec_get_mac(struct net_device *dev)
Expand Down

0 comments on commit 71b4fcc

Please sign in to comment.