]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r261616, r261639
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 15 May 2014 18:38:19 +0000 (18:38 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 15 May 2014 18:38:19 +0000 (18:38 +0000)
commit1530e162c019e9fb0dc007ef9083263b3b42703f
tree6279c6bac201dbed9f74b5d6ff7052423f603994
parentf9638d00ad481e6997478f8a696cd54414d32228
MFC r261616, r261639

  Remove FreeBSD 6 support from atmel usb controllers.

  Add Vybrid drivers for:
  - Enhanced Direct Memory Access Controller (eDMA)
  - Direct Memory Access Multiplexer (DMAMUX)

git-svn-id: svn://svn.freebsd.org/base/stable/10@266170 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/arm/freescale/vybrid/files.vybrid
sys/arm/freescale/vybrid/vf_dmamux.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_dmamux.h [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_edma.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_edma.h [new file with mode: 0644]
sys/boot/fdt/dts/vybrid.dtsi
sys/dev/usb/controller/at91dci_atmelarm.c
sys/dev/usb/controller/ohci_atmelarm.c