Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mvme fix split fallout.
details: https://anonhg.NetBSD.org/src/rev/5daced65ccd8
branches: trunk
changeset: 765767:5daced65ccd8
user: christos <christos%NetBSD.org@localhost>
date: Sun Jun 05 16:08:20 2011 +0000
description:
fix split fallout.
diffstat:
sys/dev/mvme/if_ie_mvme.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c2517b2c7336 -r 5daced65ccd8 sys/dev/mvme/if_ie_mvme.c
--- a/sys/dev/mvme/if_ie_mvme.c Sun Jun 05 14:55:58 2011 +0000
+++ b/sys/dev/mvme/if_ie_mvme.c Sun Jun 05 16:08:20 2011 +0000
@@ -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,
Home |
Main Index |
Thread Index |
Old Index