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/hppa64 | |
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/hppa64')
-rw-r--r-- | sys/arch/hppa64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/hppa64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC index 93e9525bd5c..7adbcf41c66 100644 --- a/sys/arch/hppa64/conf/GENERIC +++ b/sys/arch/hppa64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.30 2013/10/29 22:37:25 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.31 2013/11/15 19:42:20 sasano Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -102,6 +102,7 @@ com1 at ssio? irq 3 #urndis* at uhub? # Remote NDIS Ethernet #udav* at uhub? # Davicom DM9601 based Ethernet #upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' +#ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network' #url* at uhub? # Realtek RTL8150L based adapters #wi* at uhub? # WaveLAN IEEE 802.11DS #urio* at uhub? # Diamond Multimedia Rio 500 diff --git a/sys/arch/hppa64/conf/RAMDISK b/sys/arch/hppa64/conf/RAMDISK index 34e4dae9140..bee0317c344 100644 --- a/sys/arch/hppa64/conf/RAMDISK +++ b/sys/arch/hppa64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.17 2013/10/29 22:37:25 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.18 2013/11/15 19:42:20 sasano Exp $ # # Diskless kernel config # @@ -102,6 +102,7 @@ pcmcia* at cardslot? #cdce* at uhub? # CDC Ethernet #udav* at uhub? # Davicom DM9601 based Ethernet #upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' +#ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network' #url* at uhub? # Realtek RTL8150L based adapters #wi* at uhub? # WaveLAN IEEE 802.11DS #urio* at uhub? # Diamond Multimedia Rio 500 |