Re: SVN - r334189 breaks build

2018-05-24 Thread K. Macy
Fix going in in about 10 On Thu, May 24, 2018 at 3:45 PM, Michael Butler wrote: > On a GENERIC box .. > > --- bridgestp.o --- > /usr/src/sys/net/bridgestp.c:2046:2: error: no member named 'cstqe_next' > in 'struct ifnet::(anonymous at

SVN - r334189 breaks build

2018-05-24 Thread Michael Butler
On a GENERIC box .. --- bridgestp.o --- /usr/src/sys/net/bridgestp.c:2046:2: error: no member named 'cstqe_next' in 'struct ifnet::(anonymous at /usr/src/sys/net/if_var.h:241:2)'; did you mean 'stqe_next'? CK_STAILQ_FOREACH(ifp, _ifnet, if_link) { ^

Re: Another recent WITH_META_MODE= gotcha ": handling svn commit: r334008 - head/bin/sh

2018-05-24 Thread Bryan Drewery
On 5/21/2018 10:17 PM, Mark Millard wrote: > Attempting to build head -r334014 from -r333947 includes the code from > -r334008, > and for which I get: > > --- parser.o --- > /usr/src/bin/sh/parser.c:1440:9: error: use of undeclared identifier 'CQNL' > case CQNL: >

Re: Intel Corporation Wireless 8265 / 8275 (rev 78) on FreeBSD 12

2018-05-24 Thread Pete Wright
On 05/24/2018 05:55, Mateusz Piotrowski wrote: On Wed, 23 May 2018 09:46:13 -0700 Pete Wright wrote: On 05/23/2018 00:41, David Pan wrote: how config the Intel Corporation Wireless 8265 / 8275 (rev 78) on FreeBSD 12?I installed FreeBSD 12 on my thinkpad t470p ,and can

Re: Boot USB memstick with MBR (WAS: Re: [RFC] Deprecation and removal of the drm2 driver)

2018-05-24 Thread Rodney W. Grimes
> On 23 May 2018 at 17:51, Philip Homburg wrote: > > I tried both FreeBSD-11.2-BETA2-amd64-bootonly.iso.xz and > > FreeBSD-11.2-BETA2-amd64-mini-memstick.img.xz on a Dell PowerEdge 2950 > > BIOS version 2.7.0. With both images, the USB stick is not recognized. > > Can

Re: Boot USB memstick with MBR (WAS: Re: [RFC] Deprecation and removal of the drm2 driver)

2018-05-24 Thread Johannes Lundberg
On Thu, May 24, 2018 at 2:11 PM Ed Maste wrote: > On 23 May 2018 at 17:51, Philip Homburg wrote: > > I tried both FreeBSD-11.2-BETA2-amd64-bootonly.iso.xz and > > FreeBSD-11.2-BETA2-amd64-mini-memstick.img.xz on a Dell PowerEdge 2950 > > BIOS

Re: [RFC] Deprecation and removal of the drm2 driver

2018-05-24 Thread Rodney W. Grimes
-- Start of PGP signed section. > On Thu, May 24, 2018 at 08:22:12AM -0700, Rodney W. Grimes wrote: > > > On Wed, May 23, 2018 at 11:48:38AM +0200, Philip Homburg wrote: > > > > >Also as the Moore's law curve flattens expect the life of these > > > > >older, but not so old, machines to live quiet

Re: [RFC] Deprecation and removal of the drm2 driver

2018-05-24 Thread Glen Barber
On Thu, May 24, 2018 at 08:22:12AM -0700, Rodney W. Grimes wrote: > > On Wed, May 23, 2018 at 11:48:38AM +0200, Philip Homburg wrote: > > > >Also as the Moore's law curve flattens expect the life of these > > > >older, but not so old, machines to live quiet some time. I > > > >believe we are

Re: kernel -current build failures

2018-05-24 Thread Michael Butler
On 05/23/18 22:39, Charlie Li wrote: > On 23/05/2018 19:21, Michael Butler wrote: >> On a device with bluetooth (as in GENERIC modules) .. >> >> --- ng_ether.o --- >> /usr/src/sys/netgraph/ng_ether.c:871:2: error: no member named >> 'tqh_first' in 'struct ifnethead'; did you mean 'stqh_first'? >>

Re: [RFC] Deprecation and removal of the drm2 driver

2018-05-24 Thread Rodney W. Grimes
> On Wed, May 23, 2018 at 11:48:38AM +0200, Philip Homburg wrote: > > >Also as the Moore's law curve flattens expect the life of these > > >older, but not so old, machines to live quiet some time. I > > >believe we are talking sandy bridge and earlier? If that is > > >corret Sandy bridge is

Re: Boot USB memstick with MBR (WAS: Re: [RFC] Deprecation and removal of the drm2 driver)

2018-05-24 Thread Ed Maste
On 23 May 2018 at 17:51, Philip Homburg wrote: > I tried both FreeBSD-11.2-BETA2-amd64-bootonly.iso.xz and > FreeBSD-11.2-BETA2-amd64-mini-memstick.img.xz on a Dell PowerEdge 2950 > BIOS version 2.7.0. With both images, the USB stick is not recognized. Can you download

Re: Intel Corporation Wireless 8265 / 8275 (rev 78) on FreeBSD 12

2018-05-24 Thread Mateusz Piotrowski
On Wed, 23 May 2018 09:46:13 -0700 Pete Wright wrote: >On 05/23/2018 00:41, David Pan wrote: >> how config the Intel Corporation Wireless 8265 / 8275 (rev 78) on >> FreeBSD 12?I installed FreeBSD 12 on my thinkpad t470p ,and can not >> drive the Intel Wireless Card. >>

Re: gcc/g++ 4.2.1 -r334125 is getting devd related build failures on ci.freebsd.org

2018-05-24 Thread Timur I. Bakeyev
On 24 May 2018 at 03:34, Mark Millard wrote: > [This submittal is in part an experiment with how Eitan's > MUA classifies the Email using an alternate yahoo.com > address. Eitan: the subject and this note are all unique > to this message.] > > Gmail still considers all your

gcc/g++ 4.2.1 -r334125 is getting devd related build failures on ci.freebsd.org

2018-05-24 Thread Mark Millard
[This submittal is in part an experiment with how Eitan's MUA classifies the Email using an alternate yahoo.com address. Eitan: the subject and this note are all unique to this message.] I've reported to Eitan that the gcc/g++ 4.2.1 architectures are failing for devd build failures. Examples

Re: [RFC] Deprecation and removal of the drm2 driver

2018-05-24 Thread Hans Petter Selasky
On 05/24/18 08:16, M - Krasznai András wrote: I tried to set it to drm-stable-kmod as well as to drm-next-kmod, none was working, I got a fatal trap, kernel panic during boot. Did you build from source? Can you show the panic? drm-next-kmod should be loaded by /etc/rc.conf like this, can you

RE: [RFC] Deprecation and removal of the drm2 driver

2018-05-24 Thread M - Krasznai András
hi I am using a Lenovo T510 laptop with FreeBSD-CURRENT. It contains Intel I5 processor and integrated Intel graphics adapter. I tried to set it to drm-stable-kmod as well as to drm-next-kmod, none was working, I got a fatal trap, kernel panic during boot. Compiling the packages on my system