summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2015-09-20 14:13:29 +0000
committerloos <loos@FreeBSD.org>2015-09-20 14:13:29 +0000
commit1387cdb079f40f2a965b68d3b6b13a050b468f90 (patch)
tree0d4caf00a5660189dd641bf82edef118132e1181 /sys/conf
parent231461089380388ab68241e0d48da5b195c597dd (diff)
downloadFreeBSD-src-1387cdb079f40f2a965b68d3b6b13a050b468f90.zip
FreeBSD-src-1387cdb079f40f2a965b68d3b6b13a050b468f90.tar.gz
Add alternate descriptors support for if_dwc.
This also adds a newbus interface that allows a SoC to override the following settings: - if_dwc specific SoC initialization; - if_dwc descriptor type; - if_dwc MII clock. This seems to be an old version of the hardware descriptors but it is still in use in a few SoCs (namely Allwinner A20 and Amlogic at least). Tested on Cubieboard2 and Banana pi. Tested for regressions on Altera Cyclone by br@ (old version). Obtained from: NetBSD
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index 743fd86..8f03809 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -84,6 +84,8 @@ cddl/dev/dtrace/arm/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}"
cddl/dev/fbt/arm/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
crypto/blowfish/bf_enc.c optional crypto | ipsec
crypto/des/des_enc.c optional crypto | ipsec | netsmb
+dev/dwc/if_dwc.c optional dwc
+dev/dwc/if_dwc_if.m optional dwc
dev/fb/fb.c optional sc
dev/fdt/fdt_arm_platform.c optional platform fdt
dev/hwpmc/hwpmc_arm.c optional hwpmc
OpenPOWER on IntegriCloud