Re: xhci(4) isoc: fix bogus handling of chained TRBs

2020-07-18 Thread sc . dying
hi, It works on AMD Bolton xHCI (78141022), Intel PCH (1e318086), and ASM1042 (10421b21). I simply play with ffplay -f v4l2 /dev/video0 to test. At this moment it does not work on VL805, but I have no idea. I'll investigate furthermore... BTW I think xhci_ring_alloc should free ring dma buffer

ftpd: ignore -l in LIST path

2020-07-18 Thread Brian Brombacher
Hello, Below is a patch that repairs ftpd LIST operation for at least Chrome browser. Discard the patch if the intention is to make clients change behavior. A bug report has already been filed with the browser. Edge browser works fine. Other browsers untested. Symptom in raw output in Chrome

Update minimal i386 configuration

2020-07-18 Thread Greg Steuck
Update minimal i386 configuration based on current requirements OK? Index: distrib/notes/i386/hardware === RCS file: /cvs/src/distrib/notes/i386/hardware,v retrieving revision 1.292 diff -u -r1.292 hardware ---

events.html -- add year links and corresponding id parameters as anchor targets

2020-07-18 Thread ropers
Hello tech@, The following adds a line of clickable year numbers near the top of events.html. This is to aid navigation of this now very long page, so visitors can jump to any desired year without being condemned to the smartphone user one-button coma of having to scroll, scroll, scroll. Ian

atheros pcidevs

2020-07-18 Thread Daniel Dickman
Looking to add a few Atheros devices to pcidevs. ok? Index: pcidevs === RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.1928 diff -u -p -u -r1.1928 pcidevs --- pcidevs 30 Jun 2020 04:37:24 - 1.1928 +++

Re: xhci(4) isoc: fix bogus handling of chained TRBs

2020-07-18 Thread Marcus Glocker
Hey, On Sat, 18 Jul 2020 00:14:32 + sc.dy...@gmail.com wrote: > hi, > > On 2020/07/15 21:28, sc.dy...@gmail.com wrote: > > hi, > > > > The patch works well on Intel PCH xhci, but not on AMD Bolton xHCI. > > I'll investigate this problem. > > Bolton xHCI sometimes raises following