summaryrefslogtreecommitdiffstats
path: root/sys/conf
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 /sys/conf
parent8e15d8dff31ed90200fdf23d88b31c6c06fa8c33 (diff)
downloadFreeBSD-src-c569628c176d0872aa60095dc155f7eb59a3afd5.zip
FreeBSD-src-c569628c176d0872aa60095dc155f7eb59a3afd5.tar.gz
MFC r291238:
Add dependency to uether. Reviewed by: hselasky
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files6
2 files changed, 5 insertions, 3 deletions
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