summaryrefslogtreecommitdiffstats
path: root/sys
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
parentaf582dfcb76c08f67172823da6f436419c5b39f8 (diff)
downloadFreeBSD-src-ca99c63cb93e68b8deef563cec3dc2896a3e1047.zip
FreeBSD-src-ca99c63cb93e68b8deef563cec3dc2896a3e1047.tar.gz
Hook up age(4) to the build.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files1
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/age/Makefile8
4 files changed, 13 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
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 8014038..193b58f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -8,6 +8,7 @@ SUBDIR= ${_3dfx} \
accf_data \
accf_http \
${_acpi} \
+ age \
${_agp} \
aha \
${_ahb} \
diff --git a/sys/modules/age/Makefile b/sys/modules/age/Makefile
new file mode 100644
index 0000000..cfbf9cd
--- /dev/null
+++ b/sys/modules/age/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/age
+
+KMOD= if_age
+SRCS= if_age.c device_if.h bus_if.h pci_if.h miibus_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud