diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2004-08-05 05:21:28 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2004-08-05 05:21:28 +0000 |
commit | c2d71ba17d48740ec5243d866d705f0aa804613f (patch) | |
tree | 1705f657cba8c1c1dc3141557ac13e3e3bf7a241 /sys/arch | |
parent | 38c121c337afdcce214df7bef5acf85ac156026d (diff) |
again, sync usb device support accross archs by adding cdce
ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 4820bcb21ae..9bcecdb6a4d 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.9 2004/04/18 02:26:42 pvalchev Exp $ +# $OpenBSD: GENERIC,v 1.10 2004/08/05 05:21:27 dlg Exp $ # # GENERIC machine description file # @@ -201,6 +201,7 @@ uhid* at uhidev? reportid ? # USB generic HID support 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 +cdce* at uhub? port ? # CDC Ethernet kue* at uhub? port ? # Kawasaki KL5KUSB101B based Ethernet upl* at uhub? port ? # Prolific PL2301/PL2302 host-to-host `network' url* at uhub? port ? # Realtek RTL8150L based adapters |