diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-03 00:43:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-03 00:43:50 +0000 |
commit | dcd59d6c3533e009f67478a3bc6777d4470eeacc (patch) | |
tree | c56b6f56db40550e263c74e231e1a22a4a1ac849 /sys | |
parent | 7efbfbb1d7b8653afbf47fbd0a936f8594bfdba4 (diff) |
include some usb ethernet drivers
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index d856707b65f..fffdb01e485 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.77 2004/06/23 01:36:58 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.78 2004/08/03 00:43:49 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -112,11 +112,16 @@ umass* at uhub? port ? configuration ? # USB Mass Storage devices scsibus* at umass? #ums* at uhidev? reportid ? #wsmouse* at ums? mux 0 -#aue* at uhub? port ? # ADMtek AN986 Pegasus Ethernet -#cue* at uhub? port ? # CATC USB-EL1201A based Ethernet -#kue* at uhub? port ? # Kawasaki KL5KUSB101B based Ethernet -#upl* at uhub? port ? # Prolific PL2301/PL2302 host-to-host `network' -#urio* at uhub? port ? # Diamond Multimedia Rio 500 +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 +upl* at uhub? port ? # Prolific PL2301/PL2302 host-to-host `network' +urio* at uhub? port ? # Diamond Multimedia Rio 500 +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 #uscanner* at uhub? port ? # USB Scanners #usscanner* at uhub? port ? # USB SCSI scanners, e.g., HP5300 #scsibus* at usscanner? |