diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-03-22 12:07:01 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-03-22 12:07:01 +0000 |
commit | 6faba1243a23c866b9b2ae908b99ad894902a1e8 (patch) | |
tree | d0460f26f41d5106239dabea580b79d01faeb710 /sys | |
parent | a672185dfd73aa4bb1706cb67a8d55028f0e3ee3 (diff) |
umbg now supports DCF600USB as well; adjust comment. from weerd@
Diffstat (limited to 'sys')
-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 |