diff options
author | sasano <sasano@cvs.openbsd.org> | 2013-11-15 19:42:21 +0000 |
---|---|---|
committer | sasano <sasano@cvs.openbsd.org> | 2013-11-15 19:42:21 +0000 |
commit | 90815fb73db6d9c25a8efae30ea861c54f069b41 (patch) | |
tree | a966494036d29ba169d5245263bae3776e1062b0 /sys/arch/zaurus/conf/RAMDISK | |
parent | 89d2d82d6b81c7ca6202be08b481d3a47ed1e044 (diff) |
Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A
USB host-to-host link cable. This driver is derived from upl(4).
Diffstat (limited to 'sys/arch/zaurus/conf/RAMDISK')
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index cc75f2bb512..4a1d28afe4b 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.45 2013/08/20 14:27:31 ajacoutot Exp $ +# $OpenBSD: RAMDISK,v 1.46 2013/11/15 19:42:20 sasano Exp $ machine zaurus arm @@ -88,6 +88,7 @@ ural* at uhub? # Ralink RT2500 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 GL620A-USB host-to-host #uyap* at uhub? # Y@P firmware loader #ugen* at uhub? # USB Generic driver umass* at uhub? # USB Mass Storage devices |