diff options
author | Ian Moffett <ian@osmora.org> | 2025-02-21 13:42:39 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-02-21 13:42:39 -0500 |
commit | 6ceef43179c70852f001f1205ff92ebba4d0d4d7 (patch) | |
tree | 7b5741067bfd89a78750fa05456bd95274317543 /sys/arch/amd64/pci | |
parent | d20d25df529f6e8949fd12afe281dea65b22f17f (diff) | |
parent | e3099277531b7b1be0aa6656a3eab3960ab6ede0 (diff) |
Merge branch 'expt'main
Hyra v1.4
Diffstat (limited to 'sys/arch/amd64/pci')
-rw-r--r-- | sys/arch/amd64/pci/pci_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/pci/pci_resource.c b/sys/arch/amd64/pci/pci_resource.c index 5ca597b..92d8a5f 100644 --- a/sys/arch/amd64/pci/pci_resource.c +++ b/sys/arch/amd64/pci/pci_resource.c @@ -73,7 +73,7 @@ pcir_enable_dma(struct bus_resource *brp, void *devp) * is disabled. */ if (!ISSET(brp->sem, BUS_DMA)) { - pr_trace("Bus marked non DMA capable, DMA not enabled\n"); + pr_trace("bus marked non DMA capable, DMA not enabled\n"); return -EACCES; } |