svn commit: r212398 - in user/weongyo/usb/sys: dev/usb/net modules/usb

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


Author: weongyo
Date: Thu Sep  9 23:31:22 2010
New Revision: 212398
URL: http://svn.freebsd.org/changeset/base/212398

Log:
  No more uether module that all USB ethernet drivers uses their own
  routines.

Deleted:
  user/weongyo/usb/sys/dev/usb/net/usb_ethernet.c
  user/weongyo/usb/sys/dev/usb/net/usb_ethernet.h
Modified:
  user/weongyo/usb/sys/modules/usb/Makefile

Modified: user/weongyo/usb/sys/modules/usb/Makefile
==============================================================================
--- user/weongyo/usb/sys/modules/usb/Makefile	Thu Sep  9 23:30:30 2010	(r212397)
+++ user/weongyo/usb/sys/modules/usb/Makefile	Thu Sep  9 23:31:22 2010	(r212398)
@@ -31,7 +31,7 @@ SUBDIR += rum run uath upgt ural zyd ${_
 SUBDIR += atp uhid ukbd ums udbp ufm
 SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
 	  umct umodem umoscom uplcom uslcom uvisor uvscom
-SUBDIR += uether aue axe cdce cue kue rue udav uhso
+SUBDIR += aue axe cdce cue kue rue udav uhso
 SUBDIR += usfs umass urio
 SUBDIR += quirk template
 


More information about the svn-src-user mailing list