Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2021 02:11:34 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e94f1a0a37fd - main - Revert "arm: remove fslsdma from GENERIC"
Message-ID:  <202108040211.1742BYum099560@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit e94f1a0a37fdd3252201aaa5a94f46da7f8e740e
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-08-04 02:09:18 +0000
Commit:     Warner Losh <imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108040211.1742BYum099560>