Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2015 08:34:48 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291238 - in head: share/man/man4 sys/conf
Message-ID:  <201511240834.tAO8Ymqd020667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Tue Nov 24 08:34:48 2015
New Revision: 291238
URL: https://svnweb.freebsd.org/changeset/base/291238

Log:
  Add dependency to uether.
  
  Reviewed by:	hselasky

Modified:
  head/share/man/man4/aue.4
  head/share/man/man4/axe.4
  head/share/man/man4/axge.4
  head/share/man/man4/cdce.4
  head/share/man/man4/cue.4
  head/share/man/man4/ipheth.4
  head/share/man/man4/kue.4
  head/share/man/man4/mos.4
  head/share/man/man4/rue.4
  head/share/man/man4/smsc.4
  head/share/man/man4/udav.4
  head/share/man/man4/urndis.4
  head/sys/conf/NOTES
  head/sys/conf/files

Modified: head/share/man/man4/aue.4
==============================================================================
--- head/share/man/man4/aue.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/aue.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 7, 2006
+.Dd November 24, 2015
 .Dt AUE 4
 .Os
 .Sh NAME
@@ -45,6 +45,7 @@ kernel configuration file:
 .Cd "device ohci"
 .Cd "device usb"
 .Cd "device miibus"
+.Cd "device uether"
 .Cd "device aue"
 .Ed
 .Pp

Modified: head/share/man/man4/axe.4
==============================================================================
--- head/share/man/man4/axe.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/axe.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 25, 2013
+.Dd November 24, 2015
 .Dt AXE 4
 .Os
 .Sh NAME
@@ -46,6 +46,7 @@ kernel configuration file:
 .Cd "device ohci"
 .Cd "device usb"
 .Cd "device miibus"
+.Cd "device uether"
 .Cd "device axe"
 .Ed
 .Pp

Modified: head/share/man/man4/axge.4
==============================================================================
--- head/share/man/man4/axge.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/axge.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2013
+.Dd November 24, 2015
 .Dt AXGE 4
 .Os
 .Sh NAME
@@ -47,6 +47,7 @@ kernel configuration file:
 .Cd "device ohci"
 .Cd "device usb"
 .Cd "device miibus"
+.Cd "device uether"
 .Cd "device axge"
 .Ed
 .Pp

Modified: head/share/man/man4/cdce.4
==============================================================================
--- head/share/man/man4/cdce.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/cdce.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -28,7 +28,7 @@
 .\" $NetBSD: cdce.4,v 1.4 2004/12/08 18:35:56 peter Exp $
 .\" $FreeBSD$
 .\"
-.Dd September 25, 2014
+.Dd November 24, 2015
 .Dt CDCE 4
 .Os
 .Sh NAME
@@ -42,6 +42,8 @@ kernel configuration file:
 .Cd "device uhci"
 .Cd "device ohci"
 .Cd "device usb"
+.Cd "device miibus"
+.Cd "device uether"
 .Cd "device cdce"
 .Ed
 .Pp

Modified: head/share/man/man4/cue.4
==============================================================================
--- head/share/man/man4/cue.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/cue.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 16, 2005
+.Dd November 24, 2015
 .Dt CUE 4
 .Os
 .Sh NAME
@@ -44,6 +44,8 @@ kernel configuration file:
 .Cd "device uhci"
 .Cd "device ohci"
 .Cd "device usb"
+.Cd "device miibus"
+.Cd "device uether"
 .Cd "device cue"
 .Ed
 .Pp

Modified: head/share/man/man4/ipheth.4
==============================================================================
--- head/share/man/man4/ipheth.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/ipheth.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 30, 2014
+.Dd November 24, 2015
 .Dt IPHETH 4
 .Os
 .Sh NAME
@@ -47,6 +47,8 @@ following lines in your kernel configura
 .Cd "device uhci"
 .Cd "device ohci"
 .Cd "device usb"
+.Cd "device miibus"
+.Cd "device uether"
 .Cd "device ipheth"
 .Ed
 .Sh DESCRIPTION

Modified: head/share/man/man4/kue.4
==============================================================================
--- head/share/man/man4/kue.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/kue.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 7, 2006
+.Dd November 24, 2015
 .Dt KUE 4
 .Os
 .Sh NAME
@@ -44,6 +44,8 @@ kernel configuration file:
 .Cd "device uhci"
 .Cd "device ohci"
 .Cd "device usb"
+.Cd "device miibus"
+.Cd "device uether"
 .Cd "device kue"
 .Ed
 .Pp

Modified: head/share/man/man4/mos.4
==============================================================================
--- head/share/man/man4/mos.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/mos.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -15,7 +15,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 14, 2011
+.Dd November 24, 2015
 .Dt MOS 4
 .Os
 .Sh NAME
@@ -31,6 +31,7 @@ kernel configuration file:
 .Cd "device ehci"
 .Cd "device usb"
 .Cd "device miibus"
+.Cd "device uether"
 .Cd "device mos"
 .Ed
 .Pp

Modified: head/share/man/man4/rue.4
==============================================================================
--- head/share/man/man4/rue.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/rue.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 23, 2011
+.Dd November 24, 2015
 .Dt RUE 4
 .Os
 .Sh NAME
@@ -40,6 +40,7 @@ kernel configuration file:
 .Cd "device ohci"
 .Cd "device usb"
 .Cd "device miibus"
+.Cd "device uether"
 .Cd "device rue"
 .Ed
 .Pp

Modified: head/share/man/man4/smsc.4
==============================================================================
--- head/share/man/man4/smsc.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/smsc.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 26, 2014
+.Dd November 24, 2015
 .Dt SMSC 4
 .Os
 .Sh NAME
@@ -48,6 +48,7 @@ following lines in your kernel configura
 .Cd "device ohci"
 .Cd "device usb"
 .Cd "device miibus"
+.Cd "device uether"
 .Cd "device smsc"
 .Ed
 .Sh DESCRIPTION

Modified: head/share/man/man4/udav.4
==============================================================================
--- head/share/man/man4/udav.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/udav.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -32,7 +32,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 16, 2005
+.Dd November 24, 2015
 .Dt UDAV 4
 .Os
 .Sh NAME
@@ -48,6 +48,7 @@ kernel configuration file:
 .Cd "device ohci"
 .Cd "device usb"
 .Cd "device miibus"
+.Cd "device uether"
 .Cd "device udav"
 .Ed
 .Pp

Modified: head/share/man/man4/urndis.4
==============================================================================
--- head/share/man/man4/urndis.4	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/share/man/man4/urndis.4	Tue Nov 24 08:34:48 2015	(r291238)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 2, 2014
+.Dd November 24, 2015
 .Dt URNDIS 4
 .Os
 .Sh NAME
@@ -45,6 +45,8 @@ kernel configuration file:
 .Cd "device ohci"
 .Cd "device xhci"
 .Cd "device usb"
+.Cd "device miibus"
+.Cd "device uether"
 .Cd "device urndis"
 .Ed
 .Pp

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/sys/conf/NOTES	Tue Nov 24 08:34:48 2015	(r291238)
@@ -2702,6 +2702,8 @@ device		uvisor
 # USB serial support for DDI pocket's PHS
 device		uvscom
 #
+# USB ethernet support
+device		uether
 # ADMtek USB ethernet. Supports the LinkSys USB100TX,
 # the Billionton USB100, the Melco LU-ATX, the D-Link DSB-650TX
 # and the SMC 2202USB. Also works with the ADMtek AN986 Pegasus

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Tue Nov 24 07:55:55 2015	(r291237)
+++ head/sys/conf/files	Tue Nov 24 08:34:48 2015	(r291238)
@@ -2615,9 +2615,9 @@ dev/usb/net/if_udav.c		optional udav
 dev/usb/net/if_usie.c		optional usie
 dev/usb/net/if_urndis.c		optional urndis
 dev/usb/net/ruephy.c		optional rue
-dev/usb/net/usb_ethernet.c	optional aue | axe | axge | cdce | cue | kue | \
-					 mos | rue | smsc | udav | ipheth | \
-					 urndis
+dev/usb/net/usb_ethernet.c	optional uether | aue | axe | axge | cdce | \
+					 cue | ipheth | kue | mos | rue | \
+					 smsc | udav | urndis
 dev/usb/net/uhso.c		optional uhso
 #
 # USB WLAN drivers



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