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/amd64 | |
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/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 15376392185..a0918411932 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.352 2013/11/04 14:07:15 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.353 2013/11/15 19:42:20 sasano Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -223,6 +223,7 @@ smsc* at uhub? # SMSC LAN95xx Ethernet cdce* at uhub? # CDC Ethernet urndis* at uhub? # Remote NDIS Ethernet 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 mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet url* at uhub? # Realtek RTL8150L based adapters diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index 1d572164ead..109174572f0 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.59 2013/10/29 22:37:25 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.60 2013/11/15 19:42:20 sasano Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -105,6 +105,7 @@ wskbd* at ukbd? mux 1 #cue* at uhub? # CATC USB-EL1201A based Ethernet #kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet #upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' +#ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network' #urio* at uhub? # Diamond Multimedia Rio 500 #uyap* at uhub? # Y@P firmware loader #ugen* at uhub? # USB Generic driver diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 4d3fbbc6c94..eeeedc8011c 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.131 2013/11/04 14:07:15 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.132 2013/11/15 19:42:20 sasano Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -116,6 +116,7 @@ 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 `network' +ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network' #urio* at uhub? # Diamond Multimedia Rio 500 #uyap* at uhub? # Y@P firmware loader #ugen* at uhub? # USB Generic driver |