Re: 6.8-current ifconfig umb0 and Device not configured

2021-02-02 Thread Marcus Glocker
On Wed, Feb 03, 2021 at 05:11:41AM +, Mikolaj Kucharski wrote: > On Tue, Feb 02, 2021 at 10:02:57AM +, Edd Barrett wrote: > > Hi, > > > > Apologies for breaking stuff. > > No worries. > > > On Tue, Feb 02, 2021 at 07:24:34AM +0100, Marcus Glocker wrote: > > > Edd: > > > Can you please

Re: 6.8-current ifconfig umb0 and Device not configured

2021-02-02 Thread Marcus Glocker
On Tue, Feb 02, 2021 at 10:01:32PM +, Mikolaj Kucharski wrote: > Hi Marcus, > > Below diff makes umb(4) work for me. All good now. Cool, thanks for testing Mikolaj. So OK if I commit this fix Edd, Stuart? Index: dev/usb/usbdi.c =

Re: 6.8-current ifconfig umb0 and Device not configured

2021-02-02 Thread Mikolaj Kucharski
On Tue, Feb 02, 2021 at 10:02:57AM +, Edd Barrett wrote: > Hi, > > Apologies for breaking stuff. No worries. > On Tue, Feb 02, 2021 at 07:24:34AM +0100, Marcus Glocker wrote: > > Edd: > > Can you please also double check if this still works with your > > uaudio(4) device? > > My device wor

Re: 6.8-current ifconfig umb0 and Device not configured

2021-02-02 Thread Mikolaj Kucharski
Hi Marcus, Below diff makes umb(4) work for me. All good now. OpenBSD 6.8-current (GENERIC.MP) #166: Tue Feb 2 21:51:12 UTC 2021 r...@pc1.home.local:/home/mkucharski/openbsd/src/sys/arch/amd64/compile/GENERIC.MP real mem = 4259872768 (4062MB) avail mem = 4115435520 (3924MB) random: good see

openrsync(1) error: unexpected end of file

2021-02-02 Thread Scott Bennett
>Synopsis: openrsync(1) error: unexpected end of file >Category: system >Environment: System : OpenBSD 6.8-current && OpenBSD 6.8 Details : OpenBSD 6.8-current (GENERIC.MP) #449: Fri Jan 22 20:48:33 MST 2021 dera...@octeon.openbsd.org:/

Re: 6.8-current ifconfig umb0 and Device not configured

2021-02-02 Thread Edd Barrett
On Tue, Feb 02, 2021 at 02:28:52PM +0100, Marcus Glocker wrote: > Because of that ugen(4) calls usbd_deactivate(), > and the device is busted ... I see. And it looks like that device is also not compliant: its interfaces are again, non-contiguous. > Now we can argue whether the behavior of ugen(4

Re: 6.8-current ifconfig umb0 and Device not configured

2021-02-02 Thread Marcus Glocker
On Tue, Feb 02, 2021 at 10:35:38AM +, Stuart Henderson wrote: > On 2021/02/02 10:02, Edd Barrett wrote: > > Hi, > > > > Apologies for breaking stuff. > > > > On Tue, Feb 02, 2021 at 07:24:34AM +0100, Marcus Glocker wrote: > > > Edd: > > > Can you please also double check if this still works

Re: 6.8-current ifconfig umb0 and Device not configured

2021-02-02 Thread Stuart Henderson
On 2021/02/02 10:02, Edd Barrett wrote: > Hi, > > Apologies for breaking stuff. > > On Tue, Feb 02, 2021 at 07:24:34AM +0100, Marcus Glocker wrote: > > Edd: > > Can you please also double check if this still works with your > > uaudio(4) device? > > My device works with your diff. > > But, I'm

Re: 6.8-current ifconfig umb0 and Device not configured

2021-02-02 Thread Edd Barrett
Hi, Apologies for breaking stuff. On Tue, Feb 02, 2021 at 07:24:34AM +0100, Marcus Glocker wrote: > Edd: > Can you please also double check if this still works with your > uaudio(4) device? My device works with your diff. But, I'm not sure I understand why the change broke the device. Maybe we