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/amd64/conf | |
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/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 40ba27adfe0..2ae09c4a0d3 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.29 2004/09/16 09:14:03 mickey Exp $ +# $OpenBSD: GENERIC,v 1.30 2004/10/05 02:01:17 jsg Exp $ # # GENERIC -- everything that's currently supported # @@ -124,6 +124,7 @@ cue* at uhub? # CATC USB-EL1201A based Ethernet kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet cdce* at uhub? # CDC Ethernet upl* at uhub? # Prolific PL2301/PL2302 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 urio* at uhub? # Diamond Multimedia Rio 500 diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 4b780ea3537..fdedc5ea526 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.18 2004/09/16 09:35:36 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.19 2004/10/05 02:01:17 jsg Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -91,6 +91,7 @@ axe* at uhub? # ASIX Electronics AX88172 USB Ethernet 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 url* at uhub? # Realtek RTL8150L based adapters wi* at uhub? # WaveLAN IEEE 802.11DS upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' |