summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/arch/armv7/conf/GENERIC-IMX3
-rw-r--r--sys/arch/armv7/conf/GENERIC-OMAP3
-rw-r--r--sys/arch/armv7/conf/GENERIC-SUNXI3
-rw-r--r--sys/arch/armv7/conf/RAMDISK-IMX3
-rw-r--r--sys/arch/armv7/conf/RAMDISK-OMAP3
-rw-r--r--sys/arch/armv7/conf/RAMDISK-SUNXI3
-rw-r--r--sys/dev/microcode/rum/Makefile5
7 files changed, 15 insertions, 8 deletions
diff --git a/sys/arch/armv7/conf/GENERIC-IMX b/sys/arch/armv7/conf/GENERIC-IMX
index 265a3ab6798..32238f8538f 100644
--- a/sys/arch/armv7/conf/GENERIC-IMX
+++ b/sys/arch/armv7/conf/GENERIC-IMX
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC-IMX,v 1.4 2013/11/15 19:42:20 sasano Exp $
+# $OpenBSD: GENERIC-IMX,v 1.5 2013/12/08 09:09:47 martynas Exp $
#
# GENERIC machine description file
#
@@ -128,6 +128,7 @@ udsbr* at uhub? # D-Link DSB-R100 radio
radio* at udsbr? # USB radio
#ubt* at uhub? disable # USB Bluetooth
ugen* at uhub? # USB Generic driver
+rum* at uhub? # Ralink RT2501USB/RT2601USB
atphy* at mii? # Attansic F1 PHYs
ukphy* at mii? # "unknown" PHYs
diff --git a/sys/arch/armv7/conf/GENERIC-OMAP b/sys/arch/armv7/conf/GENERIC-OMAP
index b6864f5d822..01c1712eee5 100644
--- a/sys/arch/armv7/conf/GENERIC-OMAP
+++ b/sys/arch/armv7/conf/GENERIC-OMAP
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC-OMAP,v 1.5 2013/11/20 13:32:40 rapha Exp $
+# $OpenBSD: GENERIC-OMAP,v 1.6 2013/12/08 09:09:47 martynas Exp $
#
# GENERIC machine description file
#
@@ -140,6 +140,7 @@ udsbr* at uhub? # D-Link DSB-R100 radio
radio* at udsbr? # USB radio
#ubt* at uhub? disable # USB Bluetooth
ugen* at uhub? # USB Generic driver
+rum* at uhub? # Ralink RT2501USB/RT2601USB
ukphy* at mii? # "unknown" PHYs
diff --git a/sys/arch/armv7/conf/GENERIC-SUNXI b/sys/arch/armv7/conf/GENERIC-SUNXI
index b353eafbd45..924445b7760 100644
--- a/sys/arch/armv7/conf/GENERIC-SUNXI
+++ b/sys/arch/armv7/conf/GENERIC-SUNXI
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC-SUNXI,v 1.3 2013/11/15 19:42:20 sasano Exp $
+# $OpenBSD: GENERIC-SUNXI,v 1.4 2013/12/08 09:09:47 martynas Exp $
#
# GENERIC machine description file
#
@@ -131,6 +131,7 @@ udsbr* at uhub? # D-Link DSB-R100 radio
radio* at udsbr? # USB radio
#ubt* at uhub? disable # USB Bluetooth
ugen* at uhub? # USB Generic driver
+rum* at uhub? # Ralink RT2501USB/RT2601USB
# XXX missing usable drivers, like run(4).
ukphy* at mii? # "unknown" PHYs
diff --git a/sys/arch/armv7/conf/RAMDISK-IMX b/sys/arch/armv7/conf/RAMDISK-IMX
index 51c26e20f11..1503f98504b 100644
--- a/sys/arch/armv7/conf/RAMDISK-IMX
+++ b/sys/arch/armv7/conf/RAMDISK-IMX
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-IMX,v 1.6 2013/11/15 19:42:20 sasano Exp $
+# $OpenBSD: RAMDISK-IMX,v 1.7 2013/12/08 09:09:47 martynas Exp $
#
# GENERIC machine description file
#
@@ -138,6 +138,7 @@ udsbr* at uhub? # D-Link DSB-R100 radio
radio* at udsbr? # USB radio
#ubt* at uhub? disable # USB Bluetooth
ugen* at uhub? # USB Generic driver
+rum* at uhub? # Ralink RT2501USB/RT2601USB
atphy* at mii? # Attansic F1 PHYs
ukphy* at mii? # "unknown" PHYs
diff --git a/sys/arch/armv7/conf/RAMDISK-OMAP b/sys/arch/armv7/conf/RAMDISK-OMAP
index 254cfd9fc5a..68b4e93644c 100644
--- a/sys/arch/armv7/conf/RAMDISK-OMAP
+++ b/sys/arch/armv7/conf/RAMDISK-OMAP
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-OMAP,v 1.4 2013/11/15 19:42:20 sasano Exp $
+# $OpenBSD: RAMDISK-OMAP,v 1.5 2013/12/08 09:09:47 martynas Exp $
#
# GENERIC machine description file
#
@@ -150,6 +150,7 @@ smsc* at uhub? # SMSC LAN95xx Ethernet
# radio* at udsbr? # USB radio
# #ubt* at uhub? disable # USB Bluetooth
ugen* at uhub? # USB Generic driver
+rum* at uhub? # Ralink RT2501USB/RT2601USB
#
ukphy* at mii? # "unknown" PHYs
diff --git a/sys/arch/armv7/conf/RAMDISK-SUNXI b/sys/arch/armv7/conf/RAMDISK-SUNXI
index d4d03bdf129..4650a8ef83d 100644
--- a/sys/arch/armv7/conf/RAMDISK-SUNXI
+++ b/sys/arch/armv7/conf/RAMDISK-SUNXI
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-SUNXI,v 1.4 2013/11/15 19:42:20 sasano Exp $
+# $OpenBSD: RAMDISK-SUNXI,v 1.5 2013/12/08 09:09:47 martynas Exp $
#
# GENERIC machine description file
#
@@ -134,6 +134,7 @@ uhid* at uhidev? # USB generic HID support
# radio* at udsbr? # USB radio
# #ubt* at uhub? disable # USB Bluetooth
ugen* at uhub? # USB Generic driver
+rum* at uhub? # Ralink RT2501USB/RT2601USB
# XXX missing usable drivers, like run(4).
ukphy* at mii? # "unknown" PHYs
diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile
index 93e52e9cfad..8f4cc11287e 100644
--- a/sys/dev/microcode/rum/Makefile
+++ b/sys/dev/microcode/rum/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2013/03/25 17:40:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 2013/12/08 09:09:48 martynas Exp $
NOPROG=
NOMAN=
@@ -7,7 +7,8 @@ CC=${HOSTCC}
# USB capable systems only
.if (${MACHINE_ARCH} == "powerpc" || \
${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
+ ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
+ ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
${MACHINE} == "sgi" || \