From 38619cd9707a9e9b073d14381cde7d38e14cce71 Mon Sep 17 00:00:00 2001 From: thompsa Date: Wed, 13 Jan 2010 03:16:31 +0000 Subject: 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 --- sys/conf/NOTES | 3 +++ sys/conf/files | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/conf') 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 # -- cgit v1.1