Re: timer(4/sparc64): remove driver

2023-03-18 Thread Ted Bullock
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

bnxt(4): reverse bus_space_unmap(9) order

2023-03-18 Thread Denis Fondras
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