diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2004-07-20 20:30:10 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2004-07-20 20:30:10 +0000 |
commit | 5ee2de3755d1cfb57f96c46d6b7a4c5207720c76 (patch) | |
tree | 23a7c3e133e4dcf94eb11d15948362c76ceb4857 /sys/arch/i386/conf | |
parent | 64dca843839b54c45ee22dacc5b821c64e301b08 (diff) |
Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing as
network interfaces, transporting Ethernet, supporting Sharp Zaurus and
Prolific PL-2501 (external cable). Written by Craig Boston based on code
from Bill Paul. ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 1c51b9f2031..82901fcdbd3 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.375 2004/06/29 04:01:29 millert Exp $ +# $OpenBSD: GENERIC,v 1.376 2004/07/20 20:30:09 dhartmei Exp $ # # GENERIC -- everything that's currently supported # @@ -153,6 +153,7 @@ aue* at uhub? port ? # ADMtek AN986 Pegasus Ethernet axe* at uhub? port ? # ASIX Electronics AX88172 USB Ethernet cue* at uhub? port ? # CATC USB-EL1201A based Ethernet kue* at uhub? port ? # Kawasaki KL5KUSB101B based Ethernet +cdce* at uhub? port ? # CDC Ethernet upl* at uhub? port ? # Prolific PL2301/PL2302 host-to-host `network' url* at uhub? port ? # Realtek RTL8150L based adapters wi* at uhub? port ? # WaveLAN IEEE 802.11DS |