svn commit: r212392 - user/weongyo/usb/sys/dev/usb/net

Weongyo Jeong weongyo at FreeBSD.org
Thu Sep 9 23:21:16 UTC 2010


Author: weongyo
Date: Thu Sep  9 23:21:15 2010
New Revision: 212392
URL: http://svn.freebsd.org/changeset/base/212392

Log:
  Removes unused variables that drivers don't use MII bus interface.

Modified:
  user/weongyo/usb/sys/dev/usb/net/if_cuereg.h
  user/weongyo/usb/sys/dev/usb/net/if_kuereg.h

Modified: user/weongyo/usb/sys/dev/usb/net/if_cuereg.h
==============================================================================
--- user/weongyo/usb/sys/dev/usb/net/if_cuereg.h	Thu Sep  9 23:17:25 2010	(r212391)
+++ user/weongyo/usb/sys/dev/usb/net/if_cuereg.h	Thu Sep  9 23:21:15 2010	(r212392)
@@ -122,7 +122,6 @@ struct cue_softc {
 	struct ifnet		*sc_ifp;
 	struct mtx		sc_mtx;
 	device_t		sc_dev;
-	device_t		sc_miibus;
 	struct usb_device	*sc_udev; /* used by uether_do_request() */
 	struct usb_xfer		*sc_xfer[CUE_N_TRANSFER];
 	struct sleepout		sc_sleepout;

Modified: user/weongyo/usb/sys/dev/usb/net/if_kuereg.h
==============================================================================
--- user/weongyo/usb/sys/dev/usb/net/if_kuereg.h	Thu Sep  9 23:17:25 2010	(r212391)
+++ user/weongyo/usb/sys/dev/usb/net/if_kuereg.h	Thu Sep  9 23:21:15 2010	(r212392)
@@ -126,7 +126,6 @@ enum {
 struct kue_softc {
 	struct ifnet		*sc_ifp;
 	device_t		sc_dev;
-	device_t		sc_miibus;
 	struct usb_device	*sc_udev; /* used by uether_do_request() */
 	struct usb_xfer		*sc_xfer[KUE_N_TRANSFER];
 	struct mtx		sc_mtx;


More information about the svn-src-user mailing list