Module Name:    src
Committed By:   christos
Date:           Sun Jun  5 16:08:20 UTC 2011

Modified Files:
        src/sys/dev/mvme: if_ie_mvme.c

Log Message:
fix split fallout.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/mvme/if_ie_mvme.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/mvme/if_ie_mvme.c
diff -u src/sys/dev/mvme/if_ie_mvme.c:1.17 src/sys/dev/mvme/if_ie_mvme.c:1.18
--- src/sys/dev/mvme/if_ie_mvme.c:1.17	Sat Nov 13 08:52:04 2010
+++ src/sys/dev/mvme/if_ie_mvme.c	Sun Jun  5 12:08:20 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_ie_mvme.c,v 1.17 2010/11/13 13:52:04 uebayasi Exp $	*/
+/*	$NetBSD: if_ie_mvme.c,v 1.18 2011/06/05 16:08:20 christos Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ie_mvme.c,v 1.17 2010/11/13 13:52:04 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ie_mvme.c,v 1.18 2011/06/05 16:08:20 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -308,7 +308,7 @@
 
 	/* Register the event counter */
 	evcnt_attach_dynamic(&ps->ps_evcnt, EVCNT_TYPE_INTR,
-	    pcctwointr_evcnt(pa->pa_ipl), "ether", device_xname(&sc->sc_dev));
+	    pcctwointr_evcnt(pa->pa_ipl), "ether", device_xname(sc->sc_dev));
 
 	/* Finally, hook the hardware interrupt */
 	pcctwointr_establish(PCCTWOV_LANC_IRQ, i82586_intr, pa->pa_ipl, sc,

Reply via email to