Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22365
b: refs/heads/master
c: 3d781a0
h: refs/heads/master
i:
  22363: 78cd008
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Mar 21, 2006
1 parent 03786d4 commit c43f23f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 09779c6df2dbe95483269d194b327d41fe2cc57e
refs/heads/master: 3d781a02313e9f22923ee919d99e1cf72fd1f468
12 changes: 6 additions & 6 deletions trunk/drivers/net/skfp/fplustm.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,12 +549,12 @@ void formac_tx_restart(struct s_smc *smc)
static void enable_formac(struct s_smc *smc)
{
/* set formac IMSK : 0 enables irq */
outpw(FM_A(FM_IMSK1U),~mac_imsk1u) ;
outpw(FM_A(FM_IMSK1L),~mac_imsk1l) ;
outpw(FM_A(FM_IMSK2U),~mac_imsk2u) ;
outpw(FM_A(FM_IMSK2L),~mac_imsk2l) ;
outpw(FM_A(FM_IMSK3U),~mac_imsk3u) ;
outpw(FM_A(FM_IMSK3L),~mac_imsk3l) ;
outpw(FM_A(FM_IMSK1U),(unsigned short)~mac_imsk1u);
outpw(FM_A(FM_IMSK1L),(unsigned short)~mac_imsk1l);
outpw(FM_A(FM_IMSK2U),(unsigned short)~mac_imsk2u);
outpw(FM_A(FM_IMSK2L),(unsigned short)~mac_imsk2l);
outpw(FM_A(FM_IMSK3U),(unsigned short)~mac_imsk3u);
outpw(FM_A(FM_IMSK3L),(unsigned short)~mac_imsk3l);
}

#if 0 /* Removed because the driver should use the ASICs TX complete IRQ. */
Expand Down

0 comments on commit c43f23f

Please sign in to comment.