diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-18 19:25:04 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-18 19:49:46 -0400 |
commit | ea986eaff90c2d5b1b243b28c8891db2dd5039de (patch) | |
tree | c2e8b051e5e4ee7834546a53de15278bdb5ec610 /src/sys/include/compat/unix | |
parent | 341c360a90a6698a11ffada0feb1527eb1b46a53 (diff) |
kern: ahci: Use the stack for ports before copy
When attempting to initialize ports, have the caller use a stack
variable for the port descriptor to not stress the heap. If the port is
valid, ahci_init_port() will make a heap copy.
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/sys/include/compat/unix')
0 files changed, 0 insertions, 0 deletions