mirror of
https://github.com/opnsense/src.git
synced 2026-06-26 17:10:12 -04:00
The ufshci driver tried to allocate a single 256KB segment for the UTP command descriptor during boot, but failed due to memory fragmentation. I fixed it to allocate the buffer in 8KB segments instead. Sponsored by: Samsung Electronics Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D50933 |
||
|---|---|---|
| .. | ||
| ufshci.c | ||
| ufshci.h | ||
| ufshci_ctrlr.c | ||
| ufshci_ctrlr_cmd.c | ||
| ufshci_dev.c | ||
| ufshci_pci.c | ||
| ufshci_private.h | ||
| ufshci_reg.h | ||
| ufshci_req_queue.c | ||
| ufshci_req_sdb.c | ||
| ufshci_sim.c | ||
| ufshci_sysctl.c | ||
| ufshci_uic_cmd.c | ||