From 6d77d39adc4af4747365725d86f5fec16860b31a Mon Sep 17 00:00:00 2001 From: br Date: Tue, 21 Oct 2014 09:14:16 +0000 Subject: Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY). Sponsored by: DARPA, AFRL --- sys/arm/altera/socfpga/files.socfpga | 1 + sys/arm/conf/SOCKIT | 1 + sys/arm/conf/SOCKIT-BERI | 1 + 3 files changed, 3 insertions(+) (limited to 'sys/arm') 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 -- cgit v1.1