Module Name: src Committed By: martin Date: Sun Mar 10 18:57:11 UTC 2024
Modified Files: src/sys/dev/usb [netbsd-10]: if_urtwn.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #616): sys/dev/usb/if_urtwn.c: revision 1.109 urtwn(4): Ditch old queued commands on overflow. Don't increment ring->queued past what the task will decrement. This is a stop-gap measure; really, we should just have one task for each operation that is deferred to the task thread. PR kern/57965 To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.105.4.1 src/sys/dev/usb/if_urtwn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.