diff options
author | Gerhard Roth <gerhard@cvs.openbsd.org> | 2016-06-15 19:39:35 +0000 |
---|---|---|
committer | Gerhard Roth <gerhard@cvs.openbsd.org> | 2016-06-15 19:39:35 +0000 |
commit | 740afea1ba43876bb2284939caee0cbd437c2000 (patch) | |
tree | 02fae890efc1d2c9b307df7c0ece196821fb93d5 /sys/arch/amd64/conf | |
parent | cc42ca6d7d1d53491a1e00fa64040aec34e1859d (diff) |
Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)
The umb(4) driver provides support for USB MBIM devices.
Those devices establish connections via celluar networks such as
GPRS, UMTS, and LTE.
ok mpi@ sthen@
additional feedback from deraadt@ jmc@ stsp@ kettenis@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index e716c9de4d7..81d13016ed1 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.419 2016/06/01 09:48:20 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.420 2016/06/15 19:39:34 gerhard Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -279,6 +279,7 @@ urtw* at uhub? # Realtek 8187 rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU udcf* at uhub? # Gude Expert mouseCLOCK +umb* at uhub? # Mobile Broadband Interface Model uthum* at uhidev? # TEMPerHUM sensor ugold* at uhidev? # gold TEMPer sensor utrh* at uhidev? # USBRH sensor |