summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2008-05-19 01:53:47 +0000
committeryongari <yongari@FreeBSD.org>2008-05-19 01:53:47 +0000
commitca99c63cb93e68b8deef563cec3dc2896a3e1047 (patch)
treede032aa59b52147a06910c88b17cb30c4e0e8662 /sys/conf
parentaf582dfcb76c08f67172823da6f436419c5b39f8 (diff)
downloadFreeBSD-src-ca99c63cb93e68b8deef563cec3dc2896a3e1047.zip
FreeBSD-src-ca99c63cb93e68b8deef563cec3dc2896a3e1047.tar.gz
Hook up age(4) to the build.
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 584be76..26d8e50 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1751,6 +1751,8 @@ device miibus
# an: Aironet 4500/4800 802.11 wireless adapters. Supports the PCMCIA,
# PCI and ISA varieties.
+# 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
# adapters.
# bfe: Broadcom BCM4401 Ethernet adapter.
@@ -1891,6 +1893,7 @@ device wi
device xe
# PCI Ethernet NICs that use the common MII bus controller code.
+device age # Attansic/Atheros L1 Gigabit Ethernet
device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
device bfe # Broadcom BCM440x 10/100 Ethernet
device bge # Broadcom BCM570xx Gigabit Ethernet
diff --git a/sys/conf/files b/sys/conf/files
index 4c87653..009ef50 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/age/if_age.c optional age pci
dev/agp/agp.c optional agp pci
dev/agp/agp_if.m optional agp pci
dev/aha/aha.c optional aha
OpenPOWER on IntegriCloud