summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2004-02-28 00:12:47 +0000
committersanpei <sanpei@FreeBSD.org>2004-02-28 00:12:47 +0000
commitfeba0af553c7a30b47f97c77d2201e6cfe7f4a0b (patch)
tree34f3b00fec126fa5f4315abde18ecf89739b7f2c /sys/conf
parent7eec1ea437c5b6f4dd7f49c2b7b95e88a1f3252b (diff)
downloadFreeBSD-src-feba0af553c7a30b47f97c77d2201e6cfe7f4a0b.zip
FreeBSD-src-feba0af553c7a30b47f97c77d2201e6cfe7f4a0b.tar.gz
add support DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/100 PHY)
- Corega FEther USB-TXC PR: kern/62932 Submitted by: HASHI Hiroaki <hashiz@tomba.cskk-sv.co.jp> Obtained from: NetBSD
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/conf/files1
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 95c88c8..e7851ff 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2193,6 +2193,10 @@ device kue
# RealTek RTL8150 USB to fast ethernet. Supports the Melco LUA-KTX
# and the GREEN HOUSE GH-USB100B.
device rue
+#
+# Davicom DM9601E USB to fast ethernet. Supports the Corega FEther USB-TXC.
+device udav
+
# debugging options for the USB subsystem
#
diff --git a/sys/conf/files b/sys/conf/files
index 16abaa0..12576e0 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -814,6 +814,7 @@ dev/usb/hid.c optional usb
dev/usb/if_aue.c optional aue
dev/usb/if_axe.c optional axe
dev/usb/if_cue.c optional cue
+dev/usb/if_udav.c optional udav
dev/usb/if_kue.c optional kue
dev/usb/if_rue.c optional rue
dev/usb/ehci.c optional ehci
OpenPOWER on IntegriCloud