summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-03-22 14:52:40 +0000
committersobomax <sobomax@FreeBSD.org>2005-03-22 14:52:40 +0000
commitcf0b6b591e2ce3e849a05f9095b9c6ddec6228ee (patch)
treea80ca05cf263135296ec91cbad62d57d2ead1a72 /sys/i386
parent342873798d46e2552680245bd8bea66169c56779 (diff)
downloadFreeBSD-src-cf0b6b591e2ce3e849a05f9095b9c6ddec6228ee.zip
FreeBSD-src-cf0b6b591e2ce3e849a05f9095b9c6ddec6228ee.tar.gz
Add USB Communication Device Class Ethernet driver. Originally written for
FreeBSD based on aue(4) it was picked by OpenBSD, then from OpenBSD ported to NetBSD and finally NetBSD version merged with original one goes into FreeBSD. Obtained from: http://www.gank.org/freebsd/cdce/ NetBSD OpenBSD
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/PAE1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 6d61b6e..59ae8ab 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -281,6 +281,7 @@ device uscanner # Scanners
# USB Ethernet, requires miibus
device aue # ADMtek USB Ethernet
device axe # ASIX Electronics USB Ethernet
+device cdce # Generic USB over Ethernet
device cue # CATC USB Ethernet
device kue # Kawasaki LSI USB Ethernet
device rue # RealTek RTL8150 USB Ethernet
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE
index da73cd1..fd552b0 100644
--- a/sys/i386/conf/PAE
+++ b/sys/i386/conf/PAE
@@ -94,6 +94,7 @@ nodevice urio
nodevice uscanner
nodevice aue
nodevice axe
+nodevice cdce
nodevice cue
nodevice kue
nodevice rue
OpenPOWER on IntegriCloud