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/sparc64 | |
parent | 4cfe5e483c3d730bc3509050766790bb014eda52 (diff) |
enable ure(4) where we already have url(4)
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index d2c9d78aba7..e33ce7082d5 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.304 2016/06/01 11:40:00 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.305 2016/06/28 04:41:37 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -238,6 +238,7 @@ run* at uhub? # Ralink RT2700U/RT2800U/RT3000U athn* at uhub? # Atheros AR9002U zyd* at uhub? # Zydas ZD1211 url* at uhub? # Realtek RTL8150L based adapters +ure* at uhub? # Realtek RTL8152 based adapters wi* at uhub? # WaveLAN IEEE 802.11DS udsbr* at uhub? # D-Link DSB-R100 radio radio* at udsbr? # USB radio diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 70c46cafb68..5c5a7adf83b 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.119 2016/04/15 01:40:25 dlg Exp $ +# $OpenBSD: RAMDISK,v 1.120 2016/06/28 04:41:37 jmatthew Exp $ machine sparc64 maxusers 4 @@ -229,6 +229,7 @@ mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB url* at uhub? # Realtek RTL8150L based adapters +ure* at uhub? # Realtek RTL8152 based adapters sab* at ebus? sabtty* at sab? |