summaryrefslogtreecommitdiffstats
path: root/sys/conf
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/conf
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/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files1
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c93927f..957d5dc 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1712,6 +1712,8 @@ device miibus
# an: Aironet 4500/4800 802.11 wireless adapters. Supports the PCMCIA,
# PCI and ISA varieties.
+# ae: Support for gigabit ethernet adapters based on the Attansic/Atheros
+# L2 PCI-Express FastEthernet controllers.
# age: Support for gigabit ethernet adapters based on the Attansic/Atheros
# L1 PCI express gigabit ethernet controllers.
# bce: Broadcom NetXtreme II (BCM5706/BCM5708) PCI/PCIe Gigabit Ethernet
@@ -1853,6 +1855,7 @@ device wi
device xe
# PCI Ethernet NICs that use the common MII bus controller code.
+device ae # Attansic/Atheros L2 FastEthernet
device age # Attansic/Atheros L1 Gigabit Ethernet
device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
device bfe # Broadcom BCM440x 10/100 Ethernet
diff --git a/sys/conf/files b/sys/conf/files
index ff019e7..5559aea 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -426,6 +426,7 @@ dev/advansys/adw_pci.c optional adw pci
dev/advansys/adwcam.c optional adw
dev/advansys/adwlib.c optional adw
dev/advansys/adwmcode.c optional adw
+dev/ae/if_ae.c optional ae pci
dev/age/if_age.c optional age pci
dev/agp/agp.c optional agp pci
dev/agp/agp_if.m optional agp pci
OpenPOWER on IntegriCloud