Re: athn(4) USB question: Where is Tx interrupt handler?

2022-05-07 Thread Stefan Sperling
On Sun, May 08, 2022 at 12:29:57AM -0400, Farhan Khan wrote: > On May 6, 2022 4:37:48 AM EDT, Stefan Sperling wrote: > >On Thu, May 05, 2022 at 01:19:08PM -0400, Farhan Khan wrote: > >> Hi all, > >> > >> Summary Question: > >> > >> Broadly, I am trying to understand where a interrupt callback is

Re: vmd: fix rebooting a received vm

2022-05-07 Thread Mike Larkin
On Sat, May 07, 2022 at 07:58:15AM -0400, Dave Voutila wrote: > tech@: > > Now that vmd only accounts for memory in bytes [1], this fix is a lot > simpler! > > If you use the send/receive functionality and "receive" a sent vm, it > functions as expected. However, if that vm tries to reboot, it caus

vmd: fix rebooting a received vm

2022-05-07 Thread Dave Voutila
tech@: Now that vmd only accounts for memory in bytes [1], this fix is a lot simpler! If you use the send/receive functionality and "receive" a sent vm, it functions as expected. However, if that vm tries to reboot, it causes vmd to exit. (An ipc socket is closed in some error handling and trigge

Remove fo_poll from struct fileops

2022-05-07 Thread Visa Hankala
Remove unused struct fileops field fo_poll and callbacks. (After this, VOP_POLL() is next in line for removal.) OK? Index: sys/dev/pci/drm/drm_linux.c === RCS file: src/sys/dev/pci/drm/drm_linux.c,v retrieving revision 1.92 diff -u