Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 17:29:29 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334212 - head/sys/modules/usb
Message-ID:  <201805251729.w4PHTT5H026780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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