Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Fix cut&paste error - the commit log message was...



details:   https://anonhg.NetBSD.org/src/rev/7736ca33cb90
branches:  trunk
changeset: 755815:7736ca33cb90
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Jun 23 06:25:17 2010 +0000

description:
Fix cut&paste error - the commit log message was correct, just the code
got messed up.  Thanks cegger@ for noticing!

diffstat:

 sys/dev/usb/if_axe.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8f7e2a6655c0 -r 7736ca33cb90 sys/dev/usb/if_axe.c
--- a/sys/dev/usb/if_axe.c      Tue Jun 22 21:30:55 2010 +0000
+++ b/sys/dev/usb/if_axe.c      Wed Jun 23 06:25:17 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_axe.c,v 1.33 2010/06/22 21:30:55 pgoyette Exp $     */
+/*     $NetBSD: if_axe.c,v 1.34 2010/06/23 06:25:17 pgoyette Exp $     */
 
 /*
  * Copyright (c) 1997, 1998, 1999, 2000-2003
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.33 2010/06/22 21:30:55 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.34 2010/06/23 06:25:17 pgoyette Exp $");
 
 #if defined(__NetBSD__)
 #include "opt_inet.h"
@@ -350,7 +350,7 @@
        allmulti:
                rxmode |= AXE_RXCMD_ALLMULTI;
                axe_cmd(sc, AXE_CMD_RXCTL_WRITE, 0, rxmode, NULL);
-               axe_lock_mii(sc);
+               axe_unlock_mii(sc);
                return;
        } else
                rxmode &= ~AXE_RXCMD_ALLMULTI;



Home | Main Index | Thread Index | Old Index