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/sparc64/conf/GENERIC | |
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/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 52afd406501..b7a7052143d 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.273 2013/09/05 19:42:08 sasano Exp $ +# $OpenBSD: GENERIC,v 1.274 2013/11/15 19:42:20 sasano Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -218,6 +218,7 @@ urndis* at uhub? # Remote NDIS devices udav* at uhub? # Davicom DM9601 based Ethernet mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' +ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network' ural* at uhub? # Ralink RT2500USB uath* at uhub? # Atheros AR5005UG/AR5005UX rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU |