diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2016-06-28 04:41:38 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2016-06-28 04:41:38 +0000 |
commit | 21e746aaaf1cfa75268e16851215285206e33ce4 (patch) | |
tree | 5b6958fbb9c7dfc105d988b0e281231184b343d6 /sys/arch/loongson/conf | |
parent | 4cfe5e483c3d730bc3509050766790bb014eda52 (diff) |
enable ure(4) where we already have url(4)
Diffstat (limited to 'sys/arch/loongson/conf')
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/loongson/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index 066863d5c0b..c90e0e9f33c 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.52 2016/06/01 11:39:59 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.53 2016/06/28 04:41:37 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -157,6 +157,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network' ural* at uhub? # Ralink RT2500USB url* at uhub? # Realtek RTL8150L based adapters +ure* at uhub? # Realtek RTL8152 based adapters urtw* at uhub? # Realtek 8187 rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU diff --git a/sys/arch/loongson/conf/RAMDISK b/sys/arch/loongson/conf/RAMDISK index 25c9cd3bace..a86673d0cfb 100644 --- a/sys/arch/loongson/conf/RAMDISK +++ b/sys/arch/loongson/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.26 2015/07/17 22:52:28 tedu Exp $ +# $OpenBSD: RAMDISK,v 1.27 2016/06/28 04:41:37 jmatthew Exp $ machine loongson mips64 maxusers 4 @@ -109,6 +109,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host ugl* at uhub? # Genesys Logic GL620USB-A host-to-host ural* at uhub? # Ralink RT2500USB url* at uhub? # Realtek RTL8150L based adapters +ure* at uhub? # Realtek RTL8152 based adapters urtw* at uhub? # Realtek 8187 wi* at uhub? # WaveLAN IEEE 802.11DS zyd* at uhub? # Zydas ZD1211 |