PERFORCE change 130202 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Tue Dec 4 13:41:09 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=130202
Change 130202 by gonzo at gonzo_jeeves on 2007/12/04 21:41:03
o Make if_vr compileable again.
Affected files ...
.. //depot/projects/mips2/src/sys/pci/if_vr.c#9 edit
Differences ...
==== //depot/projects/mips2/src/sys/pci/if_vr.c#9 (text+ko) ====
@@ -157,7 +157,6 @@
static int vr_probe(device_t);
static int vr_attach(device_t);
static int vr_detach(device_t);
-static void vr_shutdown(device_t);
static int vr_suspend(device_t);
static int vr_resume(device_t);
@@ -189,7 +188,7 @@
static int vr_tx_stop(struct vr_softc *);
static int vr_rx_stop(struct vr_softc *);
static void vr_stop(struct vr_softc *);
-static void vr_watchdog(struct ifnet *);
+static void vr_watchdog(struct vr_softc *);
static int vr_shutdown(device_t);
static int vr_ifmedia_upd(struct ifnet *);
static void vr_ifmedia_sts(struct ifnet *, struct ifmediareq *);
More information about the p4-projects
mailing list