diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-05 02:01:19 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-05 02:01:19 +0000 |
commit | 634c7ec3f58881322776370eeb5c8c2c30fdd1fe (patch) | |
tree | a5483be32346ff3313f84deb4b1926faa73cbf0c /sys/arch/hppa/conf/RAMDISK | |
parent | 71af365c0cf7ca1e0601b5f7b23bc5cd8cf24181 (diff) |
Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.
Thanks to Mark Uemura for donating several of these adapters.
Tested by and ok deraadt@
Diffstat (limited to 'sys/arch/hppa/conf/RAMDISK')
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 25fd3dc3852..96a54331eee 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.39 2004/09/30 19:04:33 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.40 2004/10/05 02:01:17 jsg Exp $ # # Diskless kernel config # @@ -128,6 +128,7 @@ pcmcia* at cardslot? #cue* at uhub? # CATC USB-EL1201A based Ethernet #kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet #cdce* at uhub? # CDC Ethernet +#udav* at uhub? # Davicom DM9601 based Ethernet #upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' #url* at uhub? # Realtek RTL8150L based adapters #wi* at uhub? # WaveLAN IEEE 802.11DS |