CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/05 19:28:58
Modified files:
sys/dev/pci : if_mcx.c
Log message:
Add a helper function for writing physical addresses for queues into
command queue mailboxes, and use this for all queue setup commands.
Previously we just assumed the addresses would fit in the first mailbox,
which is currently true but may not be for much longer.
ok dlg@
