summaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorkhorben <khorben@NetBSD.org>2018-07-31 16:44:28 +0000
committerkhorben <khorben@NetBSD.org>2018-07-31 16:44:28 +0000
commit784aa8b1777508f36b02b47fe2ee2b4b4436cb85 (patch)
treedb602058b23f95156b0f97643a6ebffdd2f91db2 /rescue
parent949dd657c002c3798e23565d7ea87d3831eabb6d (diff)
Add a port of the umb(4) driver from OpenBSD
The umb(4) driver provides support for USB MBIM (Mobile Broadband Interface Model) devices. MBIM devices establish connections via cellular networks such as GPRS, UMTS, and LTE. They appear as a regular point-to-point network interface, transporting raw IP frames. Required configuration parameters like PIN and APN have to be set with umbctl(8), a new tool specific to this driver. The IP address is configured automatically; the default route and DNS server information have to be set separately. The driver is not fully functional yet, it is therefore still marked as experimental and disabled by default. Any help welcome to complete it! Tested on NetBSD/amd64, with a Sierra Wireless EM7345 LTE modem on a Lenovo ThinkPad T440s. No functional change expected otherwise.
Diffstat (limited to 'rescue')
-rw-r--r--rescue/list3
1 files changed, 2 insertions, 1 deletions
diff --git a/rescue/list b/rescue/list
index a8454d444a4..925bd371f28 100644
--- a/rescue/list
+++ b/rescue/list
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.49 2018/04/11 00:26:38 rin Exp $
+# $NetBSD: list,v 1.50 2018/07/31 16:44:29 khorben Exp $
SRCDIRS bin
@@ -114,6 +114,7 @@ PROG swapctl swapon
PROG sysctl
PROG ttyflags
PROG tunefs
+PROG umbctl
PROG umount
PROG wdogctl
PROG veriexecctl