summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorsasano <sasano@cvs.openbsd.org>2013-11-15 19:42:21 +0000
committersasano <sasano@cvs.openbsd.org>2013-11-15 19:42:21 +0000
commit90815fb73db6d9c25a8efae30ea861c54f069b41 (patch)
treea966494036d29ba169d5245263bae3776e1062b0 /sys/arch/i386
parent89d2d82d6b81c7ca6202be08b481d3a47ed1e044 (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/i386')
-rw-r--r--sys/arch/i386/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/RAMDISKC3
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD3
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 880964e76df..f82e559f111 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.760 2013/11/04 14:07:16 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.761 2013/11/15 19:42:20 sasano Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -276,6 +276,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/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC
index 87e970d848f..00ec9374f6e 100644
--- a/sys/arch/i386/conf/RAMDISKC
+++ b/sys/arch/i386/conf/RAMDISKC
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKC,v 1.107 2013/10/28 12:33:32 mpi Exp $
+# $OpenBSD: RAMDISKC,v 1.108 2013/11/15 19:42:20 sasano Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -116,6 +116,7 @@ wskbd* at ukbd? mux 1
#kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet
#cdce* at uhub? # CDC 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
#url* at uhub? # Realtek RTL8150L based adapters
#wi* at uhub? # WaveLAN IEEE 802.11DS
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index 09e82619c09..2a27f963003 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.205 2013/11/04 14:07:16 deraadt Exp $
+# $OpenBSD: RAMDISK_CD,v 1.206 2013/11/15 19:42:20 sasano Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -131,6 +131,7 @@ cue* at uhub? # CATC USB-EL1201A based Ethernet
kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet
smsc* at uhub? # SMSC LAN95xx 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
cdce* at uhub? # CDC Ethernet
udav* at uhub? # Davicom DM9601 based Ethernet