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/i386/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/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 2ac7ea35bed..8c532dea9a6 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.815 2016/06/01 11:39:59 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.816 2016/06/15 19:39:34 gerhard Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -314,6 +314,7 @@ rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU udcf* at uhub? # Gude Expert mouseCLOCK umbg* at uhub? # Meinberg Funkuhren USB5131 +umb* at uhub? # Mobile Broadband Interface Model uthum* at uhidev? # TEMPerHUM sensor ugold* at uhidev? # gold TEMPer sensor utrh* at uhidev? # USBRH sensor |