svn commit: r334212 - head/sys/modules/usb

Ed Maste emaste at FreeBSD.org
Fri May 25 17:29:30 UTC 2018


Author: emaste
Date: Fri May 25 17:29:29 2018
New Revision: 334212
URL: https://svnweb.freebsd.org/changeset/base/334212

Log:
  if_muge: connect module to the build
  
  Supported Microchip devices:
  - LAN7515 USB 2 hub and gigabit Ethernet controller w/ PHY
  - LAN7800 USB 3.0 gigabit Ethernet controller w/ PHY
  
  The LAN7515 is the Ethernet controller on the Raspberry Pi 3 B+.
  
  This driver has some TODO items outstanding, but basic functionality
  works.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/modules/usb/Makefile

Modified: head/sys/modules/usb/Makefile
==============================================================================
--- head/sys/modules/usb/Makefile	Fri May 25 16:29:22 2018	(r334211)
+++ head/sys/modules/usb/Makefile	Fri May 25 17:29:29 2018	(r334212)
@@ -52,6 +52,7 @@ SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma
 	  umct umcs umodem umoscom uplcom uslcom uvisor uvscom
 SUBDIR += udl
 SUBDIR += uether aue axe axge cdce cue ${_kue} mos rue smsc udav uhso ipheth
+SUBDIR += muge
 SUBDIR += ure urndis
 SUBDIR += usfs umass urio
 SUBDIR += quirk template


More information about the svn-src-all mailing list