summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2015-12-05 07:46:37 +0000
committerkevlo <kevlo@FreeBSD.org>2015-12-05 07:46:37 +0000
commitc569628c176d0872aa60095dc155f7eb59a3afd5 (patch)
treeccb80b77fe4b34c80aa01e245451893b79574ffe
parent8e15d8dff31ed90200fdf23d88b31c6c06fa8c33 (diff)
downloadFreeBSD-src-c569628c176d0872aa60095dc155f7eb59a3afd5.zip
FreeBSD-src-c569628c176d0872aa60095dc155f7eb59a3afd5.tar.gz
MFC r291238:
Add dependency to uether. Reviewed by: hselasky
-rw-r--r--share/man/man4/aue.43
-rw-r--r--share/man/man4/axe.43
-rw-r--r--share/man/man4/axge.43
-rw-r--r--share/man/man4/cdce.44
-rw-r--r--share/man/man4/cue.44
-rw-r--r--share/man/man4/ipheth.44
-rw-r--r--share/man/man4/kue.44
-rw-r--r--share/man/man4/mos.43
-rw-r--r--share/man/man4/rue.43
-rw-r--r--share/man/man4/smsc.43
-rw-r--r--share/man/man4/udav.43
-rw-r--r--share/man/man4/urndis.42
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files6
14 files changed, 33 insertions, 14 deletions
diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4
index c708c89..7fefa91 100644
--- a/share/man/man4/aue.4
+++ b/share/man/man4/aue.4
@@ -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
diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4
index 65e1887..5a26b64 100644
--- a/share/man/man4/axe.4
+++ b/share/man/man4/axe.4
@@ -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
diff --git a/share/man/man4/axge.4 b/share/man/man4/axge.4
index 33f7db3..4c91fcf 100644
--- a/share/man/man4/axge.4
+++ b/share/man/man4/axge.4
@@ -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
diff --git a/share/man/man4/cdce.4 b/share/man/man4/cdce.4
index 9649cab..648f876 100644
--- a/share/man/man4/cdce.4
+++ b/share/man/man4/cdce.4
@@ -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
diff --git a/share/man/man4/cue.4 b/share/man/man4/cue.4
index a27653c..ddf8e75 100644
--- a/share/man/man4/cue.4
+++ b/share/man/man4/cue.4
@@ -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
diff --git a/share/man/man4/ipheth.4 b/share/man/man4/ipheth.4
index 85801f2..64e1018 100644
--- a/share/man/man4/ipheth.4
+++ b/share/man/man4/ipheth.4
@@ -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 configuration file:
.Cd "device uhci"
.Cd "device ohci"
.Cd "device usb"
+.Cd "device miibus"
+.Cd "device uether"
.Cd "device ipheth"
.Ed
.Sh DESCRIPTION
diff --git a/share/man/man4/kue.4 b/share/man/man4/kue.4
index c9a8ad7..718b842 100644
--- a/share/man/man4/kue.4
+++ b/share/man/man4/kue.4
@@ -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
diff --git a/share/man/man4/mos.4 b/share/man/man4/mos.4
index 2656dea..e4ae8c4 100644
--- a/share/man/man4/mos.4
+++ b/share/man/man4/mos.4
@@ -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
diff --git a/share/man/man4/rue.4 b/share/man/man4/rue.4
index 06f91e8..6b0881f 100644
--- a/share/man/man4/rue.4
+++ b/share/man/man4/rue.4
@@ -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
diff --git a/share/man/man4/smsc.4 b/share/man/man4/smsc.4
index fb37539..dac2864 100644
--- a/share/man/man4/smsc.4
+++ b/share/man/man4/smsc.4
@@ -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 configuration file:
.Cd "device ohci"
.Cd "device usb"
.Cd "device miibus"
+.Cd "device uether"
.Cd "device smsc"
.Ed
.Sh DESCRIPTION
diff --git a/share/man/man4/udav.4 b/share/man/man4/udav.4
index 4d90236..818a1f0 100644
--- a/share/man/man4/udav.4
+++ b/share/man/man4/udav.4
@@ -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
diff --git a/share/man/man4/urndis.4 b/share/man/man4/urndis.4
index 33acec5..de64313 100644
--- a/share/man/man4/urndis.4
+++ b/share/man/man4/urndis.4
@@ -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
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 54d51f7..27bcedc 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2705,6 +2705,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
diff --git a/sys/conf/files b/sys/conf/files
index 752d772..a96b1f8 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2482,9 +2482,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
OpenPOWER on IntegriCloud