svn commit: r267036 - stable/10/sys/conf

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jun 4 03:03:35 UTC 2014


Author: lwhsu (ports committer)
Date: Wed Jun  4 03:03:34 2014
New Revision: 267036
URL: http://svnweb.freebsd.org/changeset/base/267036

Log:
  MFC r266335:
  
  Add axge(4) to LINT
  
  Approved by:	kevlo

Modified:
  stable/10/sys/conf/NOTES
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/conf/NOTES
==============================================================================
--- stable/10/sys/conf/NOTES	Wed Jun  4 03:02:49 2014	(r267035)
+++ stable/10/sys/conf/NOTES	Wed Jun  4 03:03:34 2014	(r267036)
@@ -2695,6 +2695,8 @@ device		aue
 # ASIX Electronics AX88172 USB 2.0 ethernet driver. Used in the
 # LinkSys USB200M and various other adapters.
 device		axe
+# ASIX Electronics AX88178A/AX88179 USB 2.0/3.0 gigabit ethernet driver.
+device		axge
 
 #
 # Devices which communicate using Ethernet over USB, particularly


More information about the svn-src-stable mailing list