Re: remove unused definition in if_vxlan.c

2022-04-02 Thread Theo de Raadt
Not now. The ABI/API is locked for the upcoming release. Denis Fondras wrote: > VXLANMTU appears nowhere else in the codebase. > > OK to remove it ? > > > Index: if_vxlan.c > === > RCS file: /cvs/src/sys/net/if_vxlan.c,v >

remove unused definition in if_vxlan.c

2022-04-02 Thread Denis Fondras
VXLANMTU appears nowhere else in the codebase. OK to remove it ? Index: if_vxlan.c === RCS file: /cvs/src/sys/net/if_vxlan.c,v retrieving revision 1.90 diff -u -p -r1.90 if_vxlan.c --- if_vxlan.c 26 Feb 2022 04:46:34 -

Re: ure(4): add support for RTL8156B

2022-04-02 Thread Kevin Lo
On Sat, Apr 02, 2022 at 04:04:24PM +0100, Stuart Henderson wrote: > On 2022/04/02 15:47, Stuart Henderson wrote: > > It doesn't, but this fixes it: > > > > Index: if_ure.c > > === > > RCS file: /cvs/src/sys/dev/usb/if_ure.c,v > >

Re: ure(4): add support for RTL8156B

2022-04-02 Thread Mark Kettenis
> Date: Sat, 2 Apr 2022 15:47:17 +0100 > From: Stuart Henderson > > On 2022/04/02 18:14, Kevin Lo wrote: > > On Fri, Apr 01, 2022 at 06:09:26PM +0100, Stuart Henderson wrote: > > > > > > On 2022/04/01 17:13, Stuart Henderson wrote: > > > > On 2022/04/01 10:26, Gerhard Roth wrote: > > > > > On

Re: ure(4): add support for RTL8156B

2022-04-02 Thread Stuart Henderson
On 2022/04/02 15:47, Stuart Henderson wrote: > It doesn't, but this fixes it: > > Index: if_ure.c > === > RCS file: /cvs/src/sys/dev/usb/if_ure.c,v > retrieving revision 1.29 > diff -u -p -r1.29 if_ure.c > --- if_ure.c 2 Apr 2022

Re: ure(4): add support for RTL8156B

2022-04-02 Thread Stuart Henderson
On 2022/04/02 18:14, Kevin Lo wrote: > On Fri, Apr 01, 2022 at 06:09:26PM +0100, Stuart Henderson wrote: > > > > On 2022/04/01 17:13, Stuart Henderson wrote: > > > On 2022/04/01 10:26, Gerhard Roth wrote: > > > > On 4/1/22 07:41, Kevin Lo wrote: > > > > > > > > > > ure0: RTL8153 (0x5c10),

Re: ure(4): add support for RTL8156B

2022-04-02 Thread Kevin Lo
On Fri, Apr 01, 2022 at 06:09:26PM +0100, Stuart Henderson wrote: > > On 2022/04/01 17:13, Stuart Henderson wrote: > > On 2022/04/01 10:26, Gerhard Roth wrote: > > > On 4/1/22 07:41, Kevin Lo wrote: > > > > > > > > ure0: RTL8153 (0x5c10), address 00:e0:4c:xx:xx:xx > > > > rgephy1 at ure0 phy 0:

Re: ure(4): add support for RTL8156B

2022-04-02 Thread Stuart Henderson
Which ic though, just 8153B? I guess it would have worked with some variants or it wouldn't have been enabled originally? -- Sent from a phone, apologies for poor formatting. On 2 April 2022 02:26:05 David Gwynne wrote: On 2 Apr 2022, at 03:09, Stuart Henderson wrote: On 2022/04/01

Re: building a -current kernel fails on 7.0

2022-04-02 Thread Theo Buehler
On Sat, Apr 02, 2022 at 11:16:55AM +0200, Matthieu Herrb wrote: > Hi, > > I'm not sure if upgrade by building the system from sources is > supposed to be supported or not. I don't think it is supported. I think it's only expected to work from reasonably recent snapshots. > Anyways, for some

building a -current kernel fails on 7.0

2022-04-02 Thread Matthieu Herrb
Hi, I'm not sure if upgrade by building the system from sources is supposed to be supported or not. Anyways, for some reason I tried to build à -current kernel on a 7.0 system, but, unless I've some other stuff set wrong it fails: error: unknown warning option '-Wno-unused-but-set-variablé; did