On Tue, Jan 12, 2016 at 11:44:48PM +0200, Artturi Alm wrote:
> Likely some other configs have more exhaustive list of devices supported,
> but even these would be great to have, especially uhub* at uhub?,
> as ERL physically has only one port limiting it's use to a single umass.
> 
> -Artturi

Thanks. I augmented this list with a set of other USB devices to catch
up with the other platforms.

> Index: sys/arch/octeon/conf/GENERIC
> ===================================================================
> RCS file: /cvs/src/sys/arch/octeon/conf/GENERIC,v
> retrieving revision 1.23
> diff -u -p -r1.23 GENERIC
> --- sys/arch/octeon/conf/GENERIC      18 Aug 2015 12:49:41 -0000      1.23
> +++ sys/arch/octeon/conf/GENERIC      12 Jan 2016 21:30:49 -0000
> @@ -69,8 +69,37 @@ dwctwo0    at iobus? irq 56
>  usb*         at dwctwo?
>  
>  # USB devices
> -uhub*                at usb?         # USB Hubs
> +uhub*                at usb?
> +uhub*                at uhub?
> +uhidev*              at uhub?
> +ukbd*                at uhidev?
> +wskbd*               at ukbd? mux 1
>  umass*               at uhub?
> +aue*         at uhub?                # ADMtek AN986 Pegasus Ethernet
> +atu*         at uhub?                # Atmel AT76c50x based 802.11b
> +axe*         at uhub?                # ASIX Electronics AX88172 USB Ethernet
> +axen*                at uhub?                # ASIX Electronics AX88179 USB 
> Ethernet
> +cue*         at uhub?                # CATC USB-EL1201A based Ethernet
> +kue*         at uhub?                # Kawasaki KL5KUSB101B based Ethernet
> +smsc*                at uhub?                # SMSC LAN95xx Ethernet
> +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
> +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
> +ural*                at uhub?                # Ralink RT2500
> +rum*         at uhub?                # Ralink RT2501USB/RT2601USB
> +run*         at uhub?                # Ralink RT2700U/RT2800U/RT3000U
> +zyd*         at uhub?                # Zydas ZD1211
> +upgt*                at uhub?                # Conexant/Intersil PrismGT 
> SoftMAC USB
> +urtw*                at uhub?                # Realtek 8187
> +urtwn*               at uhub?                # Realtek RTL8188CU/RTL8192CU
> +rsu*         at uhub?                # Realtek RTL8188SU/RTL8191SU/RTL8192SU
> +uath*                at uhub?                # Atheros AR5005UG/AR5005UX
> +otus*                at uhub?                # Atheros AR9001U
> +athn*                at uhub?                # Atheros AR9002U
>  
>  scsibus*     at scsi?
>  sd*          at scsibus?
> Index: sys/arch/octeon/conf/RAMDISK
> ===================================================================
> RCS file: /cvs/src/sys/arch/octeon/conf/RAMDISK,v
> retrieving revision 1.22
> diff -u -p -r1.22 RAMDISK
> --- sys/arch/octeon/conf/RAMDISK      18 Aug 2015 12:49:41 -0000      1.22
> +++ sys/arch/octeon/conf/RAMDISK      12 Jan 2016 21:30:49 -0000
> @@ -57,7 +57,36 @@ wd*                at pciide? flags 0x0000
>  dwctwo0              at iobus0 irq 56
>  usb*         at dwctwo?
>  uhub*                at usb?
> +uhub*                at uhub?
> +uhidev*              at uhub?
> +ukbd*                at uhidev?
> +wskbd*               at ukbd? mux 1
>  umass*               at uhub?
> +aue*         at uhub?                # ADMtek AN986 Pegasus Ethernet
> +atu*         at uhub?                # Atmel AT76c50x based 802.11b
> +axe*         at uhub?                # ASIX Electronics AX88172 USB Ethernet
> +axen*                at uhub?                # ASIX Electronics AX88179 USB 
> Ethernet
> +cue*         at uhub?                # CATC USB-EL1201A based Ethernet
> +kue*         at uhub?                # Kawasaki KL5KUSB101B based Ethernet
> +smsc*                at uhub?                # SMSC LAN95xx Ethernet
> +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
> +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
> +ural*                at uhub?                # Ralink RT2500
> +rum*         at uhub?                # Ralink RT2501USB/RT2601USB
> +run*         at uhub?                # Ralink RT2700U/RT2800U/RT3000U
> +zyd*         at uhub?                # Zydas ZD1211
> +upgt*                at uhub?                # Conexant/Intersil PrismGT 
> SoftMAC USB
> +urtw*                at uhub?                # Realtek 8187
> +urtwn*               at uhub?                # Realtek RTL8188CU/RTL8192CU
> +rsu*         at uhub?                # Realtek RTL8188SU/RTL8191SU/RTL8192SU
> +uath*                at uhub?                # Atheros AR5005UG/AR5005UX
> +otus*                at uhub?                # Atheros AR9001U
> +athn*                at uhub?                # Atheros AR9002U
>  
>  scsibus*     at scsi?
>  sd*          at scsibus?
> 

Reply via email to