Open QuantumGerbil opened 1 year ago
Or, you could just submit a merge request.
On Wed, Jan 18, 2023 at 10:52 AM Dominic Hock @.***> wrote:
There is a fork here https://github.com/yerlikayao/sc0710 that has support for 6.0 kernels.
— Reply to this email directly, view it on GitHub https://github.com/stoth68000/sc0710/issues/12#issuecomment-1387294024, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEEERBCWTKWG67WE4UP7CFLWTAGSRANCNFSM6AAAAAAS5ZDVNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Submitted a PR https://github.com/stoth68000/sc0710/pull/15 that fixes the building on those kernel versions.
Looking at the kernel documentation there is no direct replacement for bus_to_virt. pci_alloc_consistent and pci_free_consistent can be almost directly replaced with dma_alloc_consistent and dma_free_consistent however.