summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/conf/GENERIC3
-rw-r--r--sys/arch/alpha/conf/RAMDISKBIG3
-rw-r--r--sys/arch/amd64/conf/GENERIC3
-rw-r--r--sys/arch/amd64/conf/RAMDISK_CD3
-rw-r--r--sys/arch/armish/conf/GENERIC3
-rw-r--r--sys/arch/armish/conf/RAMDISK3
-rw-r--r--sys/arch/armv7/conf/GENERIC3
-rw-r--r--sys/arch/armv7/conf/RAMDISK3
-rw-r--r--sys/arch/hppa/conf/GENERIC3
-rw-r--r--sys/arch/hppa/conf/RAMDISK3
-rw-r--r--sys/arch/i386/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD3
-rw-r--r--sys/arch/landisk/conf/GENERIC3
-rw-r--r--sys/arch/landisk/conf/RAMDISK3
-rw-r--r--sys/arch/loongson/conf/GENERIC3
-rw-r--r--sys/arch/loongson/conf/RAMDISK3
-rw-r--r--sys/arch/macppc/conf/GENERIC3
-rw-r--r--sys/arch/macppc/conf/RAMDISK3
-rw-r--r--sys/arch/octeon/conf/GENERIC3
-rw-r--r--sys/arch/octeon/conf/RAMDISK3
-rw-r--r--sys/arch/sgi/conf/GENERIC-IP273
-rw-r--r--sys/arch/sgi/conf/GENERIC-IP303
-rw-r--r--sys/arch/sgi/conf/GENERIC-IP323
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP273
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP303
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP323
-rw-r--r--sys/arch/sparc64/conf/GENERIC3
-rw-r--r--sys/arch/sparc64/conf/RAMDISK3
-rw-r--r--sys/arch/zaurus/conf/GENERIC3
-rw-r--r--sys/arch/zaurus/conf/RAMDISK3
30 files changed, 60 insertions, 30 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index d56abbe2531..3ffec51da82 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.257 2016/06/01 11:39:59 mglocker Exp $
+# $OpenBSD: GENERIC,v 1.258 2016/06/28 04:41:37 jmatthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -116,6 +116,7 @@ udav* at uhub? # Davicom DM9601 based Ethernet
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network'
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/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG
index b912dc1afa5..5796dfea8c8 100644
--- a/sys/arch/alpha/conf/RAMDISKBIG
+++ b/sys/arch/alpha/conf/RAMDISKBIG
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKBIG,v 1.99 2015/09/19 10:41:05 miod Exp $
+# $OpenBSD: RAMDISKBIG,v 1.100 2016/06/28 04:41:37 jmatthew Exp $
machine alpha
maxusers 4
@@ -67,6 +67,7 @@ udav* at uhub? # Davicom DM9601 based Ethernet
upl* at uhub? # Prolific PL2301/PL2302 host-to-host
ugl* at uhub? # Genesys Logic GL620USB-A host-to-host
url* at uhub? # Realtek RTL8150L based adapters
+ure* at uhub? # Realtek RTL8152 based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
mcbus* at mainbus0
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index effc0bd9eed..c9d46faa1a0 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.421 2016/06/22 01:13:07 mikeb Exp $
+# $OpenBSD: GENERIC,v 1.422 2016/06/28 04:41:37 jmatthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -264,6 +264,7 @@ ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
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/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD
index 79fc268e531..da0cfbe46ba 100644
--- a/sys/arch/amd64/conf/RAMDISK_CD
+++ b/sys/arch/amd64/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.161 2016/04/15 05:52:13 jsg Exp $
+# $OpenBSD: RAMDISK_CD,v 1.162 2016/06/28 04:41:37 jmatthew Exp $
machine amd64
maxusers 4
@@ -104,6 +104,7 @@ cdce* at uhub? # CDC Ethernet
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
url* at uhub? # Realtek RTL8150L based adapters
+ure* at uhub? # Realtek RTL8152 based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
upl* at uhub? # Prolific PL2301/PL2302 host-to-host
ugl* at uhub? # Genesys Logic GL620USB-A host-to-host
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC
index 29a508d53cd..5317a80cd85 100644
--- a/sys/arch/armish/conf/GENERIC
+++ b/sys/arch/armish/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.60 2016/01/08 09:48:41 mpi Exp $
+# $OpenBSD: GENERIC,v 1.61 2016/06/28 04:41:37 jmatthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -148,6 +148,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
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/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK
index 5d5a666db53..daec072d0cb 100644
--- a/sys/arch/armish/conf/RAMDISK
+++ b/sys/arch/armish/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.34 2015/07/17 22:52:28 tedu Exp $
+# $OpenBSD: RAMDISK,v 1.35 2016/06/28 04:41:37 jmatthew Exp $
machine armish arm
maxusers 4
@@ -110,6 +110,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host
ugl* at uhub? # Genesys Logic GL620USB-A host-to-host
udav* at uhub? # Davicom DM9601 based Ethernet
url* at uhub? # Realtek RTL8150L based adapters
+ure* at uhub? # Realtek RTL8152 based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
ugen* at uhub? # USB Generic driver
ural* at uhub? # Ralink RT2500
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC
index 70b02284b00..9176c2018f2 100644
--- a/sys/arch/armv7/conf/GENERIC
+++ b/sys/arch/armv7/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.26 2016/06/26 09:06:35 jsg Exp $
+# $OpenBSD: GENERIC,v 1.27 2016/06/28 04:41:37 jmatthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -207,6 +207,7 @@ ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
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/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK
index 5bcdf34aa0e..53585e59604 100644
--- a/sys/arch/armv7/conf/RAMDISK
+++ b/sys/arch/armv7/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.23 2016/06/26 09:06:35 jsg Exp $
+# $OpenBSD: RAMDISK,v 1.24 2016/06/28 04:41:37 jmatthew Exp $
machine armv7 arm
@@ -155,6 +155,7 @@ cdce* at uhub? # CDC Ethernet
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
url* at uhub? # Realtek RTL8150L based adapters
+ure* at uhub? # Realtek RTL8152 based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
upl* at uhub? # Prolific PL2301/PL2302 host-to-host
ugl* at uhub? # Genesys Logic GL620USB-A host-to-host
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC
index 4ba5691cb44..fa3276c59fa 100644
--- a/sys/arch/hppa/conf/GENERIC
+++ b/sys/arch/hppa/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.170 2016/01/08 09:48:41 mpi Exp $
+# $OpenBSD: GENERIC,v 1.171 2016/06/28 04:41:37 jmatthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -116,6 +116,7 @@ uhid* at uhidev? # USB generic HID support
upd* at uhidev? # USB Power Devices sensors
aue* at uhub? # ADMtek AN986 Pegasus Ethernet
url* at uhub? # Realtek RTL8150L based adapters
+ure* at uhub? # Realtek RTL8152 based adapters
rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU
# untested USB devices
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK
index 2ae537d47f2..815a6d6c6f8 100644
--- a/sys/arch/hppa/conf/RAMDISK
+++ b/sys/arch/hppa/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.107 2015/07/17 22:52:28 tedu Exp $
+# $OpenBSD: RAMDISK,v 1.108 2016/06/28 04:41:37 jmatthew Exp $
machine hppa
maxusers 4
@@ -98,6 +98,7 @@ wskbd* at ukbd? mux 1
uhid* at uhidev? # USB generic HID support
aue* at uhub? # ADMtek AN986 Pegasus Ethernet
url* at uhub? # Realtek RTL8150L based adapters
+ure* at uhub? # Realtek RTL8152 based adapters
atu* at uhub? # Atmel AT76c50x based 802.11b
axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
axen* at uhub? # ASIX Electronics AX88179 USB Ethernet
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 8c532dea9a6..1fdfcd27c42 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.816 2016/06/15 19:39:34 gerhard Exp $
+# $OpenBSD: GENERIC,v 1.817 2016/06/28 04:41:37 jmatthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -296,6 +296,7 @@ ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
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/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index 7a39cad9f6c..29d63292768 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.228 2015/10/23 05:35:49 mlarkin Exp $
+# $OpenBSD: RAMDISK_CD,v 1.229 2016/06/28 04:41:37 jmatthew Exp $
machine i386
maxusers 4
@@ -98,6 +98,7 @@ cdce* at uhub? # CDC Ethernet
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
url* at uhub? # Realtek RTL8150L based adapters
+ure* at uhub? # Realtek RTL8152 based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
ural* at uhub? # Ralink RT2500
rum* at uhub? # Ralink RT2501USB/RT2601USB
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC
index 4d5ec08e9bb..a2222217159 100644
--- a/sys/arch/landisk/conf/GENERIC
+++ b/sys/arch/landisk/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.50 2016/01/08 09:48:41 mpi Exp $
+# $OpenBSD: GENERIC,v 1.51 2016/06/28 04:41:37 jmatthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -146,6 +146,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
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/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK
index 09bac265c69..aec7abdc541 100644
--- a/sys/arch/landisk/conf/RAMDISK
+++ b/sys/arch/landisk/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.24 2015/07/17 22:52:28 tedu Exp $
+# $OpenBSD: RAMDISK,v 1.25 2016/06/28 04:41:37 jmatthew Exp $
machine landisk sh
maxusers 4
@@ -81,6 +81,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host
ugl* at uhub? # Genesys Logic GL620USB-A host-to-host
udav* at uhub? # Davicom DM9601 based Ethernet
url* at uhub? # Realtek RTL8150L based adapters
+ure* at uhub? # Realtek RTL8152 based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
ugen* at uhub? # USB Generic driver
ural* at uhub? # Ralink RT2500USB
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
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC
index 808aef864ca..4abcd572f70 100644
--- a/sys/arch/macppc/conf/GENERIC
+++ b/sys/arch/macppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.257 2016/06/01 09:48:20 mglocker Exp $g
+# $OpenBSD: GENERIC,v 1.258 2016/06/28 04:41:37 jmatthew Exp $g
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -273,6 +273,7 @@ ugl* at uhub? # Genesys Logic GL620A-USB host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
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/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK
index c7fb38e6cd4..dbf46ae7f64 100644
--- a/sys/arch/macppc/conf/RAMDISK
+++ b/sys/arch/macppc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.115 2015/11/23 21:37:27 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.116 2016/06/28 04:41:37 jmatthew Exp $
machine macppc powerpc
maxusers 4
@@ -169,6 +169,7 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
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
umass* at uhub?
diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC
index 1505cef1a0f..08c227f62be 100644
--- a/sys/arch/octeon/conf/GENERIC
+++ b/sys/arch/octeon/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.26 2016/06/01 11:40:00 mglocker Exp $
+# $OpenBSD: GENERIC,v 1.27 2016/06/28 04:41:37 jmatthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -139,6 +139,7 @@ ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
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/octeon/conf/RAMDISK b/sys/arch/octeon/conf/RAMDISK
index a2182722914..3d8ad0b9770 100644
--- a/sys/arch/octeon/conf/RAMDISK
+++ b/sys/arch/octeon/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.24 2016/03/18 05:38:10 jmatthew Exp $
+# $OpenBSD: RAMDISK,v 1.25 2016/06/28 04:41:37 jmatthew Exp $
machine octeon mips64
maxusers 4
@@ -79,6 +79,7 @@ ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
url* at uhub? # Realtek RTL8150L based adapters
+ure* at uhub? # Realtek RTL8152 based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
uath* at uhub? # Atheros AR5005UG/AR5005UX
ural* at uhub? # Ralink RT2500USB
diff --git a/sys/arch/sgi/conf/GENERIC-IP27 b/sys/arch/sgi/conf/GENERIC-IP27
index f20e87bf1f6..c35a3216528 100644
--- a/sys/arch/sgi/conf/GENERIC-IP27
+++ b/sys/arch/sgi/conf/GENERIC-IP27
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC-IP27,v 1.63 2016/06/02 09:53:10 mglocker Exp $
+# $OpenBSD: GENERIC-IP27,v 1.64 2016/06/28 04:41:37 jmatthew Exp $
#
# THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY.
#
@@ -147,6 +147,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
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
wi* at uhub? # WaveLAN IEEE 802.11DS
diff --git a/sys/arch/sgi/conf/GENERIC-IP30 b/sys/arch/sgi/conf/GENERIC-IP30
index facf68f0f82..2bccfc65ccc 100644
--- a/sys/arch/sgi/conf/GENERIC-IP30
+++ b/sys/arch/sgi/conf/GENERIC-IP30
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC-IP30,v 1.56 2016/06/02 09:53:10 mglocker Exp $
+# $OpenBSD: GENERIC-IP30,v 1.57 2016/06/28 04:41:37 jmatthew Exp $
#
# THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY.
#
@@ -138,6 +138,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
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
wi* at uhub? # WaveLAN IEEE 802.11DS
diff --git a/sys/arch/sgi/conf/GENERIC-IP32 b/sys/arch/sgi/conf/GENERIC-IP32
index 4f76f59064b..1aef1207ec0 100644
--- a/sys/arch/sgi/conf/GENERIC-IP32
+++ b/sys/arch/sgi/conf/GENERIC-IP32
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC-IP32,v 1.47 2016/06/02 09:53:10 mglocker Exp $
+# $OpenBSD: GENERIC-IP32,v 1.48 2016/06/28 04:41:37 jmatthew Exp $
#
# THIS KERNEL IS FOR O2 (IP32) SYSTEMS ONLY.
#
@@ -130,6 +130,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
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
wi* at uhub? # WaveLAN IEEE 802.11DS
diff --git a/sys/arch/sgi/conf/RAMDISK-IP27 b/sys/arch/sgi/conf/RAMDISK-IP27
index ca0e8cf99e2..9cba5b5e901 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP27
+++ b/sys/arch/sgi/conf/RAMDISK-IP27
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-IP27,v 1.38 2015/11/02 20:14:36 miod Exp $
+# $OpenBSD: RAMDISK-IP27,v 1.39 2016/06/28 04:41:37 jmatthew Exp $
#
# THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY.
@@ -112,6 +112,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
diff --git a/sys/arch/sgi/conf/RAMDISK-IP30 b/sys/arch/sgi/conf/RAMDISK-IP30
index d7e8c1e8eb3..09c3cebe728 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP30
+++ b/sys/arch/sgi/conf/RAMDISK-IP30
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-IP30,v 1.33 2015/11/02 20:14:36 miod Exp $
+# $OpenBSD: RAMDISK-IP30,v 1.34 2016/06/28 04:41:37 jmatthew Exp $
#
# THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY.
@@ -105,6 +105,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
diff --git a/sys/arch/sgi/conf/RAMDISK-IP32 b/sys/arch/sgi/conf/RAMDISK-IP32
index f1ab0f56426..05760eeee46 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP32
+++ b/sys/arch/sgi/conf/RAMDISK-IP32
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-IP32,v 1.29 2015/11/02 20:14:36 miod Exp $
+# $OpenBSD: RAMDISK-IP32,v 1.30 2016/06/28 04:41:37 jmatthew Exp $
#
# THIS KERNEL IS FOR O2 (IP32) SYSTEMS ONLY.
@@ -93,6 +93,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
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?
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC
index fa59593a7ae..4d68c6aedae 100644
--- a/sys/arch/zaurus/conf/GENERIC
+++ b/sys/arch/zaurus/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.102 2016/06/01 11:40:00 mglocker Exp $
+# $OpenBSD: GENERIC,v 1.103 2016/06/28 04:41:37 jmatthew Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -127,6 +127,7 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB
run* at uhub? # Ralink RT2700U/RT2800U/RT3000U
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/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK
index fc784d9c414..5fd3f586de2 100644
--- a/sys/arch/zaurus/conf/RAMDISK
+++ b/sys/arch/zaurus/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.53 2015/07/17 22:52:29 tedu Exp $
+# $OpenBSD: RAMDISK,v 1.54 2016/06/28 04:41:37 jmatthew Exp $
machine zaurus arm
maxusers 4
@@ -71,6 +71,7 @@ smsc* at uhub? # SMSC LAN95xx Ethernet
udav* at uhub? # Davicom DM9601 based Ethernet
ural* at uhub? # Ralink RT2500
url* at uhub? # Realtek RTL8150L based adapters
+ure* at uhub? # Realtek RTL8152 based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
upl* at uhub? # Prolific PL2301/PL2302 host-to-host
ugl* at uhub? # Genesys Logic GL620USB-A host-to-host