summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-01-13 03:16:31 +0000
committerthompsa <thompsa@FreeBSD.org>2010-01-13 03:16:31 +0000
commit38619cd9707a9e9b073d14381cde7d38e14cce71 (patch)
treeb8181f5e4ad60f2fc859794657eb0574c468b30e /sys/conf
parentcf2c03a0f9961b5c072df009fd9a1bed000a7d06 (diff)
downloadFreeBSD-src-38619cd9707a9e9b073d14381cde7d38e14cce71.zip
FreeBSD-src-38619cd9707a9e9b073d14381cde7d38e14cce71.tar.gz
Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differ
from standard 3G wireless units by supplying a raw IP/IPv6 endpoint rather than using PPP over serial. uhsoctl(1) is used to initiate and close the WAN connection. Obtained from: Fredrik Lindberg <fli@shapeshifter.se>
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files3
2 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8e949b5..cd38da0 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2652,6 +2652,9 @@ device rue
#
# Davicom DM9601E USB to fast ethernet. Supports the Corega FEther USB-TXC.
device udav
+#
+# HSxPA devices from Option N.V
+device uhso
#
# Ralink Technology RT2501USB/RT2601USB wireless driver
diff --git a/sys/conf/files b/sys/conf/files
index e93c384..71a8e53 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1676,7 +1676,7 @@ dev/usb/usb_request.c optional usb
dev/usb/usb_transfer.c optional usb
dev/usb/usb_util.c optional usb
#
-# USB ethernet drivers
+# USB network drivers
#
dev/usb/net/if_aue.c optional aue
dev/usb/net/if_axe.c optional axe
@@ -1687,6 +1687,7 @@ dev/usb/net/if_rue.c optional rue
dev/usb/net/if_udav.c optional udav
dev/usb/net/usb_ethernet.c optional aue | axe | cdce | cue | kue | rue | \
udav
+dev/usb/net/uhso.c optional uhso
#
# USB WLAN drivers
#
OpenPOWER on IntegriCloud