summaryrefslogtreecommitdiffstats
path: root/sys/modules/ae
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-10-03 10:31:31 +0000
committerstas <stas@FreeBSD.org>2008-10-03 10:31:31 +0000
commit2a2b3ea928dcfecaf36282df4e8865c7ae7e9ad6 (patch)
tree700c7aaa1054ef1d90ce3a650410f9bafcf0a371 /sys/modules/ae
parent536acf3aa26c14aee09495c955819e4fbdb1066f (diff)
downloadFreeBSD-src-2a2b3ea928dcfecaf36282df4e8865c7ae7e9ad6.zip
FreeBSD-src-2a2b3ea928dcfecaf36282df4e8865c7ae7e9ad6.tar.gz
- Add driver for Attansic L2 FastEthernet controller found on
Asus EeePC and some Asus mainboards. Reviewed by: yongari, rpaulo, jhb Tested by: many Approved by: kib (mentor) MFC after: 1 week
Diffstat (limited to 'sys/modules/ae')
-rw-r--r--sys/modules/ae/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/ae/Makefile b/sys/modules/ae/Makefile
new file mode 100644
index 0000000..4cd97a1
--- /dev/null
+++ b/sys/modules/ae/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/ae
+
+KMOD= if_ae
+SRCS= if_ae.c device_if.h bus_if.h pci_if.h miibus_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud