Re: Build failed in Jenkins: FreeBSD_HEAD #2473

2015-02-28 Thread Ryan Stone
*sigh*, this was bad timing by Jenkins. This is already fixed in r279440 (it's good to see that Jenkins will catch this kind of thing so quickly though) ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-curren

Build failed in Jenkins: FreeBSD_HEAD #2473

2015-02-28 Thread jenkins-admin
See Changes: [rstone] Add macros to make code compile in kernel Make it possible to compile libnv in the kernel. Mostly this involves wrapping functions that have a different signature in the kernel and in userland (e.g. malloc()) in a

HEADS UP: PCI SR-IOV infrastructure has been committed to head

2015-02-28 Thread Ryan Stone
I've just finished committing support for PCI Single Root I/O Virtualization in the pci subsystem to head. This should be a no-op for everyone right now, but there were some minor refactorings in the pci code that could have a lingering bug. I did make sure to test that it boots on a variety of s

Re: atkbd.c not compiling?

2015-02-28 Thread Oliver Pinter
On Sat, Feb 28, 2015 at 11:19 PM, Garrett Cooper wrote: > On Feb 28, 2015, at 14:15, Garrett Cooper wrote: > >> On Feb 28, 2015, at 13:56, Ryan Stone wrote: >> >>> On Sat, Feb 28, 2015 at 4:51 PM, Garrett Cooper >>> wrote: I’m not sure about key_map — are you building with syscons or vt?

Re: sa(4) driver changes available for test

2015-02-28 Thread Dan Langille
> On Feb 28, 2015, at 6:15 PM, Kenneth D. Merry wrote: > >> On Sat, Feb 28, 2015 at 17:29:48 -0500, Dan Langille wrote: >> >>> On Feb 18, 2015, at 7:13 PM, Kenneth D. Merry wrote: >>> >>> >>> I have updated the patches. >>> >>> I have removed the XPT_DEV_ADVINFO changes from the patches to h

Re: sa(4) driver changes available for test

2015-02-28 Thread Kenneth D. Merry
On Sat, Feb 28, 2015 at 17:29:48 -0500, Dan Langille wrote: > > > On Feb 18, 2015, at 7:13 PM, Kenneth D. Merry wrote: > > > > > > I have updated the patches. > > > > I have removed the XPT_DEV_ADVINFO changes from the patches to head, since > > I committed those separately. > > > > I have (h

Build failed in Jenkins: FreeBSD_HEAD #2472

2015-02-28 Thread jenkins-admin
See Changes: [loos] Add ofw_gpiobus_parse_gpios(), a new public function, to parse the gpios property for devices that doesn't descend directly from gpiobus. The parser supports multiple pins, different GPIO controllers and can use arbi

Re: atkbd.c not compiling?

2015-02-28 Thread Oliver Pinter
On Sat, Feb 28, 2015 at 10:25 PM, Ryan Stone wrote: > I updated my source tree this morning and now I'm seeing this compile > error in "make tinderbox"; > > /repos/users/rstone/freebsd/sys/dev/atkbdc/atkbd.c:382:26: error: use of > undecla > red identifier 'key_map'; did you mean 'keymap'? >

Re: sa(4) driver changes available for test

2015-02-28 Thread Dan Langille
> On Feb 18, 2015, at 7:13 PM, Kenneth D. Merry wrote: > > > I have updated the patches. > > I have removed the XPT_DEV_ADVINFO changes from the patches to head, since > I committed those separately. > > I have (hopefully) fixed the build for the stable/10 patches by MFCing > dependencies. (

Re: atkbd.c not compiling?

2015-02-28 Thread Garrett Cooper
On Feb 28, 2015, at 14:15, Garrett Cooper wrote: > On Feb 28, 2015, at 13:56, Ryan Stone wrote: > >> On Sat, Feb 28, 2015 at 4:51 PM, Garrett Cooper >> wrote: >>> I’m not sure about key_map — are you building with syscons or vt? >> >> I have no idea. I'm just running make tinderbox. So far

Re: atkbd.c not compiling?

2015-02-28 Thread Garrett Cooper
On Feb 28, 2015, at 13:56, Ryan Stone wrote: > On Sat, Feb 28, 2015 at 4:51 PM, Garrett Cooper wrote: >> I’m not sure about key_map — are you building with syscons or vt? > > I have no idea. I'm just running make tinderbox. So far > _.sparc64.LINT, _.i386.LINT-NOINET and _.i386.LINT-VIMAGE ha

Re: atkbd.c not compiling?

2015-02-28 Thread Garrett Cooper
On Feb 28, 2015, at 13:56, Ryan Stone wrote: > On Sat, Feb 28, 2015 at 4:51 PM, Garrett Cooper wrote: >> I’m not sure about key_map — are you building with syscons or vt? > > I have no idea. I'm just running make tinderbox. So far > _.sparc64.LINT, _.i386.LINT-NOINET and _.i386.LINT-VIMAGE ha

Re: atkbd.c not compiling?

2015-02-28 Thread Ryan Stone
On Sat, Feb 28, 2015 at 4:51 PM, Garrett Cooper wrote: > I’m not sure about key_map — are you building with syscons or vt? I have no idea. I'm just running make tinderbox. So far _.sparc64.LINT, _.i386.LINT-NOINET and _.i386.LINT-VIMAGE have failed, among others. i386.LINT and sparc64.LINK hav

Re: atkbd.c not compiling?

2015-02-28 Thread Garrett Cooper
On Feb 28, 2015, at 13:25, Ryan Stone wrote: > I updated my source tree this morning and now I'm seeing this compile > error in "make tinderbox"; > > /repos/users/rstone/freebsd/sys/dev/atkbdc/atkbd.c:382:26: error: use of > undecla > red identifier 'key_map'; did you mean 'keymap'? >

Re: atkbd.c not compiling?

2015-02-28 Thread Ryan Stone
And now this: /repos/users/rstone/freebsd-2/sys/modules/sfxge/../../dev/sfxge/sfxge_rx.h:39:2: error: LRO #error LRO Seriously? ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

atkbd.c not compiling?

2015-02-28 Thread Ryan Stone
I updated my source tree this morning and now I'm seeing this compile error in "make tinderbox"; /repos/users/rstone/freebsd/sys/dev/atkbdc/atkbd.c:382:26: error: use of undecla red identifier 'key_map'; did you mean 'keymap'? keymap = malloc(sizeof(key_map), M_DEVBUF, M_NOWAIT);

Jenkins build is back to stable : FreeBSD_HEAD-tests2 #786

2015-02-28 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Jenkins build is still unstable: FreeBSD_HEAD-tests2 #785

2015-02-28 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: sa(4) driver changes available for test

2015-02-28 Thread Dan Langille
> On Feb 28, 2015, at 11:48 AM, Dan Langille wrote: > > >> On Feb 18, 2015, at 7:13 PM, Kenneth D. Merry wrote: >> >> >> I have updated the patches. >> >> I have removed the XPT_DEV_ADVINFO changes from the patches to head, since >> I committed those separately. >> >> I have (hopefully) fi

Re: sa(4) driver changes available for test

2015-02-28 Thread Dan Langille
> On Feb 18, 2015, at 7:13 PM, Kenneth D. Merry wrote: > > > I have updated the patches. > > I have removed the XPT_DEV_ADVINFO changes from the patches to head, since > I committed those separately. > > I have (hopefully) fixed the build for the stable/10 patches by MFCing > dependencies. (

Re: sa(4) driver changes available for test

2015-02-28 Thread Dan Langille
> On Feb 28, 2015, at 1:47 AM, Kenneth D. Merry wrote: > > On Fri, Feb 27, 2015 at 17:56:42 -0500, Dan Langille wrote: >> >>> On Feb 17, 2015, at 1:36 PM, Kenneth D. Merry wrote: >>> >>> On Sat, Feb 14, 2015 at 18:22:43 -0500, Dan Langille wrote: > On Feb 13, 2015, at 7:32 PM, Kenne

Jenkins build is still unstable: FreeBSD_HEAD-tests2 #784

2015-02-28 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Jenkins build is still unstable: FreeBSD_HEAD-tests2 #783

2015-02-28 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"