On 2023-03-17 12:29 p.m., Mike Larkin wrote:
> On Thu, Mar 16, 2023 at 12:25:15PM -0500, Scott Cheloha wrote:
>> This code has been dead since we switched sparc64 to clockintr several
>> months ago. Nobody has come forward asking for a timer(4/sparc64)
>> intrclock.
>>
>> As of now, you need %TICK
Hello,
It looks to me that unmap_1 and unmap_2 in bnxt_attach() are reversed.
When pci_mapreg_map() is called for sc_db_* and fails we unmap
sc_db_* when we should unmap previous pci_mapreg_map() call for sc_hwrm_*.
Index: if_bnxt.c