mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
long for specifying a boundary constraint. - Change bus_dma tags to use bus_addr_t instead of bus_size_t for boundary constraints. These allow boundary constraints to be fully expressed for cases where sizeof(bus_addr_t) != sizeof(bus_size_t). Specifically, it allows a driver to properly specify a 4GB boundary in a PAE kernel. Note that this cannot be safely MFC'd without a lot of compat shims due to KBI changes, so I do not intend to merge it. Reviewed by: scottl |
||
|---|---|---|
| .. | ||
| ehci_ps3.c | ||
| if_glc.c | ||
| if_glcreg.h | ||
| mmu_ps3.c | ||
| ohci_ps3.c | ||
| platform_ps3.c | ||
| ps3-hv-asm.awk | ||
| ps3-hv-header.awk | ||
| ps3-hvcall.h | ||
| ps3-hvcall.master | ||
| ps3-hvcall.S | ||
| ps3_syscons.c | ||
| ps3bus.c | ||
| ps3bus.h | ||
| ps3cdrom.c | ||
| ps3disk.c | ||
| ps3pic.c | ||