git: e94f1a0a37fd - main - Revert "arm: remove fslsdma from GENERIC"

Warner Losh imp at FreeBSD.org
Wed Aug 4 02:11:35 UTC 2021


The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=e94f1a0a37fdd3252201aaa5a94f46da7f8e740e

commit e94f1a0a37fdd3252201aaa5a94f46da7f8e740e
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-08-04 02:09:18 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-08-04 02:10:32 +0000

    Revert "arm: remove fslsdma from GENERIC"
    
    The firmware was already in the tree when I did this commit, and I
    missed the message. The bug was obsolete.
    
    This reverts commit 9e3761d126c5c019d6c935e83989928eb1a0e76e.
    
    PR:             237466
    Sponsored by:   Netflix
---
 sys/arm/conf/GENERIC | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/arm/conf/GENERIC b/sys/arm/conf/GENERIC
index 34876e285f8d..427f354d1f93 100644
--- a/sys/arm/conf/GENERIC
+++ b/sys/arm/conf/GENERIC
@@ -258,6 +258,7 @@ device		ti_pruss
 device		ti_mbox
 
 # DMA controller
+device		fslsdma
 device		ti_sdma
 device		a10_dmac
 device		a31_dmac


More information about the dev-commits-src-all mailing list