CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/18 21:58:04
Modified files:
sys/dev/pci : if_mcx.c
Log message:
Remove MCX_MAX_QUEUES, which was just an arbitrary number we picked, and
instead use IF_MAX_VECTORS for arrays and doorbell layout checks, and
account for the maximum number of EQs from the device capabilities when
determining how many queues to use.
ok dlg@ bluhm@
