summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorbr <br@FreeBSD.org>2014-10-21 09:14:16 +0000
committerbr <br@FreeBSD.org>2014-10-21 09:14:16 +0000
commit6d77d39adc4af4747365725d86f5fec16860b31a (patch)
tree2443d81e2f338aaa45bf66aa7a30671b3f9c5916 /sys/arm
parenta452ec32d4fb2a32350a687016c89498f5fea5b9 (diff)
downloadFreeBSD-src-6d77d39adc4af4747365725d86f5fec16860b31a.zip
FreeBSD-src-6d77d39adc4af4747365725d86f5fec16860b31a.tar.gz
Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY).
Sponsored by: DARPA, AFRL
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/altera/socfpga/files.socfpga1
-rw-r--r--sys/arm/conf/SOCKIT1
-rw-r--r--sys/arm/conf/SOCKIT-BERI1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/altera/socfpga/files.socfpga b/sys/arm/altera/socfpga/files.socfpga
index b615391..e6538d5 100644
--- a/sys/arm/altera/socfpga/files.socfpga
+++ b/sys/arm/altera/socfpga/files.socfpga
@@ -20,5 +20,6 @@ arm/altera/socfpga/socfpga_rstmgr.c standard
arm/altera/socfpga/socfpga_mp.c optional smp
dev/dwc/if_dwc.c optional dwc
+dev/mii/micphy.c optional micphy
dev/mmc/host/dwmmc.c optional dwmmc
dev/beri/beri_ring.c optional beri_ring
diff --git a/sys/arm/conf/SOCKIT b/sys/arm/conf/SOCKIT
index ee1fc65..5a9ade5 100644
--- a/sys/arm/conf/SOCKIT
+++ b/sys/arm/conf/SOCKIT
@@ -125,6 +125,7 @@ device mii
device smsc
device smscphy
device dwc
+device micphy
# USB ethernet support, requires miibus
device miibus
diff --git a/sys/arm/conf/SOCKIT-BERI b/sys/arm/conf/SOCKIT-BERI
index 6460f14..c26e883 100644
--- a/sys/arm/conf/SOCKIT-BERI
+++ b/sys/arm/conf/SOCKIT-BERI
@@ -128,6 +128,7 @@ device mii
device smsc
device smscphy
device dwc
+device micphy
# USB ethernet support, requires miibus
device miibus
OpenPOWER on IntegriCloud