Enable ualea(4) where we have uhub(4), these USB device lists cry for
authormpi <mpi@openbsd.org>
Thu, 16 Apr 2015 09:09:49 +0000 (09:09 +0000)
committermpi <mpi@openbsd.org>
Thu, 16 Apr 2015 09:09:49 +0000 (09:09 +0000)
unification...

17 files changed:
sys/arch/alpha/conf/GENERIC
sys/arch/amd64/conf/GENERIC
sys/arch/armish/conf/GENERIC
sys/arch/armv7/conf/GENERIC-IMX
sys/arch/armv7/conf/GENERIC-OMAP
sys/arch/armv7/conf/GENERIC-SUNXI
sys/arch/hppa/conf/GENERIC
sys/arch/hppa64/conf/GENERIC
sys/arch/i386/conf/GENERIC
sys/arch/landisk/conf/GENERIC
sys/arch/loongson/conf/GENERIC
sys/arch/macppc/conf/GENERIC
sys/arch/sgi/conf/GENERIC-IP27
sys/arch/sgi/conf/GENERIC-IP30
sys/arch/sgi/conf/GENERIC-IP32
sys/arch/sparc64/conf/GENERIC
sys/arch/zaurus/conf/GENERIC

index f480d18..624c4d1 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.253 2015/03/24 12:00:39 dlg Exp $
+#      $OpenBSD: GENERIC,v 1.254 2015/04/16 09:09:49 mpi Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -63,6 +63,7 @@ usb*  at ohci?
 # USB devices
 uhub*  at usb?                         # USB Hubs
 uhub*  at uhub?                        # USB Hubs
+ualea* at uhub?                        # Araneus Alea II TRNG
 umodem*        at uhub?                        # USB Modems/Serial
 ucom*  at umodem?
 uvisor*        at uhub?                        # Handspring Visor
index 1ebb8a6..c49e893 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.386 2015/04/02 14:24:02 jasper Exp $
+#      $OpenBSD: GENERIC,v 1.387 2015/04/16 09:09:49 mpi Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -176,6 +176,7 @@ usb*        at ohci?
 # USB devices
 uhub*  at usb?                 # USB Hubs
 uhub*  at uhub?                # USB Hubs
+ualea* at uhub?                # Araneus Alea II TRNG
 umodem*        at uhub?                # USB Modems/Serial
 ucom*  at umodem?
 uvisor*        at uhub?                # Handspring Visor
index 3518d57..a5944c0 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.58 2015/01/03 21:24:19 uaa Exp $ 
+# $OpenBSD: GENERIC,v 1.59 2015/04/16 09:09:49 mpi Exp $ 
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -90,6 +90,7 @@ usb*          at ehci?
 # USB devices
 uhub*  at usb?                 # USB Hubs
 uhub*  at uhub?                # USB Hubs
+ualea* at uhub?                # Araneus Alea II TRNG
 umodem*        at uhub?                # USB Modems/Serial
 ucom*  at umodem?
 uvisor*        at uhub?                # Handspring Visor
index 3419b0f..4276c42 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC-IMX,v 1.11 2015/01/04 20:55:38 uaa Exp $
+# $OpenBSD: GENERIC-IMX,v 1.12 2015/04/16 09:09:49 mpi Exp $
 #
 # GENERIC machine description file
 #
@@ -83,6 +83,7 @@ uhub*         at uhub?
 
 uhub*          at usb?                 # USB Hubs
 uhub*          at uhub?                # USB Hubs
+ualea*         at uhub?                # Araneus Alea II TRNG
 umodem*                at uhub?                # USB Modems/Serial
 ucom*          at umodem?
 uvisor*                at uhub?                # Handspring Visor
index 0d085ea..c31c91e 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC-OMAP,v 1.14 2015/01/04 20:55:38 uaa Exp $
+# $OpenBSD: GENERIC-OMAP,v 1.15 2015/04/16 09:09:49 mpi Exp $
 #
 # GENERIC machine description file
 #
@@ -97,6 +97,7 @@ uhub*         at uhub?
 
 uhub*          at usb?                 # USB Hubs
 uhub*          at uhub?                # USB Hubs
+ualea*         at uhub?                # Araneus Alea II TRNG
 umodem*                at uhub?                # USB Modems/Serial
 ucom*          at umodem?
 uvisor*                at uhub?                # Handspring Visor
index 2225865..8db66cf 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC-SUNXI,v 1.12 2015/01/04 20:55:38 uaa Exp $
+# $OpenBSD: GENERIC-SUNXI,v 1.13 2015/04/16 09:09:49 mpi Exp $
 #
 # GENERIC machine description file
 #
@@ -85,6 +85,7 @@ usb*          at ehci?        #flags 0x1
 
 uhub*          at usb?                 # USB Hubs
 uhub*          at uhub?                # USB Hubs
+ualea*         at uhub?                # Araneus Alea II TRNG
 umodem*                at uhub?                # USB Modems/Serial
 ucom*          at umodem?
 uvisor*                at uhub?                # Handspring Visor
index 848970b..f9751cc 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.168 2015/01/03 21:24:19 uaa Exp $
+#      $OpenBSD: GENERIC,v 1.169 2015/04/16 09:09:49 mpi Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -119,6 +119,7 @@ url*        at uhub?                # Realtek RTL8150L based adapters
 rsu*   at uhub?                # Realtek RTL8188SU/RTL8191SU/RTL8192SU
 
 # untested USB devices
+ualea* at uhub?                # Araneus Alea II TRNG
 umodem*        at uhub?                # USB Modems/Serial
 ucom*  at umodem?
 uvisor*        at uhub?                # Handspring Visor
index ca70143..5786579 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.35 2014/12/11 19:44:17 tedu Exp $
+#      $OpenBSD: GENERIC,v 1.36 2015/04/16 09:09:49 mpi Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -59,6 +59,7 @@ com1  at ssio? irq 3
 # USB devices
 #uhub* at usb?                 # USB Hubs
 #uhub* at uhub?                # USB Hubs
+#ualea*        at uhub?                # Araneus Alea II TRNG
 #umodem*       at uhub?        # USB Modems/Serial
 #ucom* at umodem?
 #uvisor*       at uhub?        # Handspring Visor
index 2fd9612..9c63292 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.796 2015/04/02 14:24:02 jasper Exp $
+#      $OpenBSD: GENERIC,v 1.797 2015/04/16 09:09:49 mpi Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -229,6 +229,7 @@ usb*        at ohci?
 # USB devices
 uhub*  at usb?                 # USB Hubs
 uhub*  at uhub?                # USB Hubs
+ualea* at uhub?                # Araneus Alea II TRNG
 umodem*        at uhub?                # USB Modems/Serial
 ucom*  at umodem?
 uvisor*        at uhub?                # Handspring Visor
index 3c241fb..f3b2f8b 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.48 2015/01/03 21:24:19 uaa Exp $
+# $OpenBSD: GENERIC,v 1.49 2015/04/16 09:09:49 mpi Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -86,6 +86,7 @@ usb*  at ohci?
 # USB Hubs
 uhub*  at usb?
 uhub*  at uhub? port ? configuration ? interface ?
+ualea* at uhub?                # Araneus Alea II TRNG
 umodem*        at uhub?                # USB Modems/Serial
 ucom*  at umodem?
 uvisor*        at uhub?                # Handspring Visor
index 7b8922e..93599c1 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.49 2015/04/02 14:24:02 jasper Exp $
+#      $OpenBSD: GENERIC,v 1.50 2015/04/16 09:09:49 mpi Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -95,6 +95,7 @@ usb*          at ehci?
 # USB devices
 uhub*          at usb?         # USB Hubs
 uhub*          at uhub?        # USB Hubs
+ualea*         at uhub?        # Araneus Alea II TRNG
 umodem*                at uhub?        # USB Modems/Serial
 ucom*          at umodem?
 uvisor*                at uhub?        # Handspring Visor
index 374d547..f16b194 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.248 2015/04/02 14:24:02 jasper Exp $g
+#      $OpenBSD: GENERIC,v 1.249 2015/04/16 09:09:49 mpi Exp $g
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -205,6 +205,7 @@ usb*        at ehci?
 # USB devices
 uhub*  at usb?                 # USB Hubs
 uhub*  at uhub?                # USB Hubs
+ualea* at uhub?                # Araneus Alea II TRNG
 umodem*        at uhub?                # USB Modems/Serial
 ucom*  at umodem?
 uvisor*        at uhub?                # Handspring Visor
index c529500..4aab494 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC-IP27,v 1.59 2015/01/03 21:43:42 uaa Exp $
+#      $OpenBSD: GENERIC-IP27,v 1.60 2015/04/16 09:09:49 mpi Exp $
 #
 # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY.
 #
@@ -106,6 +106,7 @@ usb*                at ehci?
 # USB devices
 uhub*          at usb?         # USB Hubs
 uhub*          at uhub?        # USB Hubs
+ualea*         at uhub?        # Araneus Alea II TRNG
 umodem*                at uhub?        # USB Modems/Serial
 ucom*          at umodem?
 uvscom*                at uhub?        # SUNTAC Slipper U VS-10U serial
index a673608..4b6726c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC-IP30,v 1.52 2015/01/03 21:43:42 uaa Exp $
+#      $OpenBSD: GENERIC-IP30,v 1.53 2015/04/16 09:09:49 mpi Exp $
 #
 # THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY.
 #
@@ -97,6 +97,7 @@ usb*          at ehci?
 # USB devices
 uhub*          at usb?         # USB Hubs
 uhub*          at uhub?        # USB Hubs
+ualea*         at uhub?        # Araneus Alea II TRNG
 umodem*                at uhub?        # USB Modems/Serial
 ucom*          at umodem?
 uvscom*                at uhub?        # SUNTAC Slipper U VS-10U serial
index 956752b..bc9eea1 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC-IP32,v 1.43 2015/01/03 21:43:42 uaa Exp $
+#      $OpenBSD: GENERIC-IP32,v 1.44 2015/04/16 09:09:49 mpi Exp $
 #
 # THIS KERNEL IS FOR O2 (IP32) SYSTEMS ONLY.
 #
@@ -89,6 +89,7 @@ usb*          at ehci?
 # USB devices
 uhub*          at usb?         # USB Hubs
 uhub*          at uhub?        # USB Hubs
+ualea*         at uhub?        # Araneus Alea II TRNG
 umodem*                at uhub?        # USB Modems/Serial
 ucom*          at umodem?
 uvscom*                at uhub?        # SUNTAC Slipper U VS-10U serial
index bf35c43..fbb4436 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.298 2015/03/24 12:00:39 dlg Exp $
+#      $OpenBSD: GENERIC,v 1.299 2015/04/16 09:09:49 mpi Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -173,6 +173,7 @@ usb*        at xhci?
 # USB devices
 uhub*  at usb?                 # USB Hubs
 uhub*  at uhub?                # USB Hubs
+ualea* at uhub?                # Araneus Alea II TRNG
 umodem*        at uhub?                # USB Modems/Serial
 ucom*  at umodem?
 uvisor*        at uhub?                # Handspring Visor
index ee5e2e5..6ee4766 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.98 2015/01/03 21:24:19 uaa Exp $
+#      $OpenBSD: GENERIC,v 1.99 2015/04/16 09:09:49 mpi Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -66,10 +66,11 @@ cdcef*              at usbf?                # CDC ethernet function
 
 # USB bus support
 usb*           at ohci?
-uhub*          at usb?                 # USB Root Hub
-uhub*          at uhub?                # USB Hub
 
 # USB devices
+uhub*          at usb?                 # USB Root Hub
+uhub*          at uhub?                # USB Hub
+ualea*         at uhub?                # Araneus Alea II TRNG
 umodem*                at uhub?                # USB Modems/Serial
 ucom*          at umodem?
 uvisor*                at uhub?                # Handspring Visor