Date: Thu, 9 Sep 2010 23:31:23 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r212398 - in user/weongyo/usb/sys: dev/usb/net modules/usb Message-ID: <201009092331.o89NVNY2049947@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009092331.o89NVNY2049947>