Re: Support for Centrino -N 7260 wireless controllers

2014-06-17 Thread Adrian Chadd
Hi, There's no 7260 support at the moment. The firmware API and various other bits are different with this NIC. >From what I can gather, it's not an easy port to iwn(4). I think Cedric discovered this. -a On 17 June 2014 17:03, Shankar Giri Venkita Giri wrote: > I've got a motherboard with

Support for Centrino -N 7260 wireless controllers

2014-06-17 Thread Shankar Giri Venkita Giri
I've got a motherboard with the Centrino 7260 wireless controllers. The FreeBSD CURRENT head does not have support for it. However, in this repo: https://github.com/KreizIT/FreeBSD-IWN  The 7260 fw is present,leading me to believe that it may be possible to support the 7260 easily. Just a quic

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Glen Barber
On Tue, Jun 17, 2014 at 04:33:11PM -0700, Craig Rodrigues wrote: > On Tue, Jun 17, 2014 at 2:54 PM, Craig Rodrigues wrote: > > On Tue, Jun 17, 2014 at 2:14 PM, Glen Barber wrote: > >> > >> For what it is worth, I'm working around this problem by running: > >> > >> # make make buildworld -jN [

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Craig Rodrigues
On Tue, Jun 17, 2014 at 2:54 PM, Craig Rodrigues wrote: > On Tue, Jun 17, 2014 at 2:14 PM, Glen Barber wrote: >> >> For what it is worth, I'm working around this problem by running: >> >> # make make buildworld -jN [...] >> >> Note the extra 'make', which rather than relying on the bootstrap-

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Simon J. Gerraty
>> Why not use fmake in that scenario? > >That might work. Is using the devel/fmake port sufficient for using fmake? So long as it is recent enough to have :tu and :tl I would expect so. >If I typed "make something", is there a way inside the make environment to >detect if bmake or fmake was in

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Simon J. Gerraty
Sorry, I didn't speak to the problem you hit... On Tue, 17 Jun 2014 11:35:42 -0700, Craig Rodrigues writes: >> If I build like this: >> >> env TARGET=amd64 TARGET_ARCH=amd64 make -j 9 SRCCONF=/dev/null >> __MAKE_CONF=/opt/local/branches/freenas/os-base/amd64/make.conf.build >> NO_CLEAN=1 buildworl

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Craig Rodrigues
On Tue, Jun 17, 2014 at 2:14 PM, Glen Barber wrote: > > For what it is worth, I'm working around this problem by running: > > # make make buildworld -jN [...] > > Note the extra 'make', which rather than relying on the bootstrap-tools > to determine which make to build, I am specifically telli

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Warner Losh
On Jun 17, 2014, at 3:14 PM, Glen Barber wrote: > On Tue, Jun 17, 2014 at 01:43:55PM -0700, Craig Rodrigues wrote: >> On Tue, Jun 17, 2014 at 1:05 PM, Simon J. Gerraty wrote: >>> Why not use fmake in that scenario? >> >> That might work. Is using the devel/fmake port sufficient for using fma

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Glen Barber
On Tue, Jun 17, 2014 at 01:43:55PM -0700, Craig Rodrigues wrote: > On Tue, Jun 17, 2014 at 1:05 PM, Simon J. Gerraty wrote: > > Why not use fmake in that scenario? > > That might work. Is using the devel/fmake port sufficient for using fmake? > If I typed "make something", is there a way inside

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Luigi Rizzo
On Tue, Jun 17, 2014 at 8:35 PM, Craig Rodrigues wrote: > Simon, > > Do you know if there is some sort of patch that can be applied to > FreeBSD stable/9 sources so that it can be built on a FreeBSD > 10/stable, or FreeBSD CURRENT > host with bmake? > > I'm trying to build a FreeBSD stable/9 jail

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Lowell Gilbert
Craig Rodrigues writes: > On Tue, Jun 17, 2014 at 1:05 PM, Simon J. Gerraty wrote: >> >> On Tue, 17 Jun 2014 11:35:42 -0700, Craig Rodrigues writes: >>>Do you know if there is some sort of patch that can be applied to >>>FreeBSD stable/9 sources so that it can be built on a FreeBSD >>>10/stable,

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Craig Rodrigues
On Tue, Jun 17, 2014 at 1:05 PM, Simon J. Gerraty wrote: > > On Tue, 17 Jun 2014 11:35:42 -0700, Craig Rodrigues writes: >>Do you know if there is some sort of patch that can be applied to >>FreeBSD stable/9 sources so that it can be built on a FreeBSD >>10/stable, or FreeBSD CURRENT >>host with b

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Simon J. Gerraty
On Tue, 17 Jun 2014 11:35:42 -0700, Craig Rodrigues writes: >Do you know if there is some sort of patch that can be applied to >FreeBSD stable/9 sources so that it can be built on a FreeBSD >10/stable, or FreeBSD CURRENT >host with bmake? You would likely need to apply many of the changes made in

Re: Problems building FreeBSD 9.2 on FreeBSD 10

2014-06-17 Thread Craig Rodrigues
Simon, Do you know if there is some sort of patch that can be applied to FreeBSD stable/9 sources so that it can be built on a FreeBSD 10/stable, or FreeBSD CURRENT host with bmake? I'm trying to build a FreeBSD stable/9 jail on a FreeBSD 10/stable host, so that I can build ports inside the jail

Re: [patch] USB after second suspend/resume on ThinkPads.

2014-06-17 Thread Sean Bruno
On Mon, 2014-06-16 at 21:21 +0200, Edward Tomasz Napierała wrote: > Hi. Patch below should fix a problem where USB stops working after > _second_ suspend/resume, which happens on various ThinkPad models. > Please test, and report both success stories and failures. If nothing > comes up, I'll comm