Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2007 21:41:08 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 130202 for review
Message-ID:  <200712042141.lB4Lf8j6020422@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130202

Change 130202 by gonzo@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 *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712042141.lB4Lf8j6020422>