diff options
author | loos <loos@FreeBSD.org> | 2015-09-20 14:13:29 +0000 |
---|---|---|
committer | loos <loos@FreeBSD.org> | 2015-09-20 14:13:29 +0000 |
commit | 1387cdb079f40f2a965b68d3b6b13a050b468f90 (patch) | |
tree | 0d4caf00a5660189dd641bf82edef118132e1181 /sys/arm/altera/socfpga/files.socfpga | |
parent | 231461089380388ab68241e0d48da5b195c597dd (diff) | |
download | FreeBSD-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/arm/altera/socfpga/files.socfpga')
-rw-r--r-- | sys/arm/altera/socfpga/files.socfpga | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/altera/socfpga/files.socfpga b/sys/arm/altera/socfpga/files.socfpga index 901069b..8c930df 100644 --- a/sys/arm/altera/socfpga/files.socfpga +++ b/sys/arm/altera/socfpga/files.socfpga @@ -15,7 +15,6 @@ arm/altera/socfpga/socfpga_rstmgr.c standard arm/altera/socfpga/socfpga_mp.c optional smp arm/altera/socfpga/socfpga_gpio.c optional gpio -dev/dwc/if_dwc.c optional dwc dev/mii/micphy.c optional micphy dev/mmc/host/dwmmc.c optional dwmmc |