diff options
author | 2019-03-22 12:07:00 +0000 | |
---|---|---|
committer | 2019-03-22 12:07:00 +0000 | |
commit | 9c1f1fecff88b4aa537c3d272fcad44f5e7a3341 (patch) | |
tree | 41c00f1eff099aa96815fcd72dbdffadb116b958 | |
parent | build umbg(4) on amd64, previously only done on i386/macppc/octeon/sparc64 (diff) | |
download | wireguard-openbsd-9c1f1fecff88b4aa537c3d272fcad44f5e7a3341.tar.xz wireguard-openbsd-9c1f1fecff88b4aa537c3d272fcad44f5e7a3341.zip |
umbg now supports DCF600USB as well; adjust comment. from weerd@
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/octeon/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 01eddb941ef..9fd738a0e5b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.839 2019/01/18 01:34:50 pd Exp $ +# $OpenBSD: GENERIC,v 1.840 2019/03/22 12:07:00 sthen Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -318,7 +318,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 -umbg* at uhub? # Meinberg Funkuhren USB5131 +umbg* at uhub? # Meinberg Funkuhren USB5131/DCF600USB umb* at uhub? # Mobile Broadband Interface Model uthum* at uhidev? # TEMPerHUM sensor ugold* at uhidev? # gold TEMPer sensor diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index a505cd07844..c5066770d34 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.266 2018/09/21 12:42:34 stsp Exp $g +# $OpenBSD: GENERIC,v 1.267 2019/03/22 12:07:00 sthen Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -293,7 +293,7 @@ zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB urtw* at uhub? # Realtek 8187 udcf* at uhub? # Gude Expert mouseCLOCK -umbg* at uhub? # Meinberg Funkuhren USB5131 +umbg* at uhub? # Meinberg Funkuhren USB5131/DCF600USB uthum* at uhidev? # TEMPerHUM sensor ugold* at uhidev? # gold TEMPer sensor utrh* at uhidev? # USBRH sensor diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC index 60739b108df..6fa7a1a9e3f 100644 --- a/sys/arch/octeon/conf/GENERIC +++ b/sys/arch/octeon/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 2019/01/12 16:59:38 visa Exp $ +# $OpenBSD: GENERIC,v 1.46 2019/03/22 12:07:00 sthen Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -175,7 +175,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 -umbg* at uhub? # Meinberg Funkuhren USB5131 +umbg* at uhub? # Meinberg Funkuhren USB5131/DCF600USB uthum* at uhidev? # TEMPerHUM sensor ugold* at uhidev? # gold TEMPer sensor utrh* at uhidev? # USBRH sensor diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index a1ecabdedfd..e96322a35bd 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.309 2019/01/29 02:43:05 dlg Exp $ +# $OpenBSD: GENERIC,v 1.310 2019/03/22 12:07:00 sthen Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -247,7 +247,7 @@ udsbr* at uhub? # D-Link DSB-R100 radio radio* at udsbr? # USB radio ugen* at uhub? # USB Generic driver udcf* at uhub? # Gude Expert mouseCLOCK -umbg* at uhub? # Meinberg Funkuhren USB5131 +umbg* at uhub? # Meinberg Funkuhren USB5131/DCF600USB uthum* at uhidev? # TEMPerHUM sensor ugold* at uhidev? # gold TEMPer sensor utwitch* at uhidev? # UYUREX BBU sensor |