summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
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 c67e6f295d42..963f5c04c5cb 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2328,6 +2328,10 @@ controller umass0
# USB mouse
device ums0
#
+# ADMtek USB ethernet. Supports the LinkSys USB100TX,
+# the Billionton USB100 and the Melco LU-ATX NICs. Also
+# works with the ADMtek AN986 Pegasus eval board.
+device aue0
# debugging options for the USB subsystem
#
diff --git a/sys/conf/files b/sys/conf/files
index 4dc43fb34440..2c222ca0a782 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -877,6 +877,7 @@ dev/usb/ulpt.c optional ulpt
dev/usb/ukbd.c optional ukbd
dev/usb/umass.c optional umass
dev/usb/uhub.c optional usb
+dev/usb/if_aue.c optional aue
isa_if.o optional isa \
dependency "isa_if.c isa_if.h" \
compile-with "${NORMAL_C}" \