aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/apple_bce/apple_bce_queue.h
Commit message (Collapse)AuthorAgeFilesLines
* apple_bce: add Apple T2 Buffer Copy Engine driverAbdelkader Boudih2026-06-141-0/+52
DMA ring transport between the host and the T2 coprocessor. Provides mailbox handshake, queue setup, and firmware keepalive for higher-level T2 services (VHCI, audio, etc.). Tested-on: MacBookPro16,2 (A2251), Mac mini 8,1 (A1993) Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D57088