FreeBSD Bugzilla – Attachment 239353 Details for
Bug 268835
Use BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE (updated: as committed) for bcm_dma (for RPi* contexts)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
stable/13: Use BUS_PASS_INTERRUPT+BUS_PASS_ORDER_LATE for bcm_dma
file_268835.txt (text/plain), 563 bytes, created by
Mark Millard
on 2023-01-08 23:56:35 UTC
(
hide
)
Description:
stable/13: Use BUS_PASS_INTERRUPT+BUS_PASS_ORDER_LATE for bcm_dma
Filename:
MIME Type:
Creator:
Mark Millard
Created:
2023-01-08 23:56:35 UTC
Size:
563 bytes
patch
obsolete
>diff --git a/sys/arm/broadcom/bcm2835/bcm2835_dma.c b/sys/arm/broadcom/bcm2835/bcm2835_dma.c >index cab8639bb607..6d521d6dcace 100644 >--- a/sys/arm/broadcom/bcm2835/bcm2835_dma.c >+++ b/sys/arm/broadcom/bcm2835/bcm2835_dma.c >@@ -766,5 +766,6 @@ static driver_t bcm_dma_driver = { > > static devclass_t bcm_dma_devclass; > >-DRIVER_MODULE(bcm_dma, simplebus, bcm_dma_driver, bcm_dma_devclass, 0, 0); >+EARLY_DRIVER_MODULE(bcm_dma, simplebus, bcm_dma_driver, bcm_dma_devclass, >+ 0, 0, BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE); > MODULE_VERSION(bcm_dma, 1);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268835
:
239352
| 239353 |
240265