Re: PCIe hotplug

2012-07-21 Thread Warner Losh
On Jul 20, 2012, at 8:04 PM, Julian Elischer wrote: > Is anyone looking at PCIe hotplug support? I have :). I did CardBus ages ago, but never have had the time, hardware and motivation all at the same time to make progress. > I'm especially interested if anyone has a strategy for device re-ins

Re: -current build failure

2012-07-21 Thread Kim Culhan
On Sat, Jul 21, 2012 at 5:16 PM, Konstantin Belousov wrote: > On Sat, Jul 21, 2012 at 04:00:45PM -0400, Kim Culhan wrote: >> On Fri, Jul 20, 2012 at 11:40 AM, Dimitry Andric wrote: >> > On 2012-07-20 16:49, Kim Culhan wrote: >> >> Seeing this for r:238655 >> > ... >> >> In file included from >>

Re: Fix for grub 2.00/bzr kfreebsd to boot 9.1 kernels

2012-07-21 Thread Juergen Lock
On Sat, Jul 21, 2012 at 01:40:10PM -0700, Rick wrote: > Hi Juergen, Hi! > > My email address has changed so don't be alarmed if your CC bounces. :) Ah yeah I just saw the bounce. :) > An update of grub2 is long overdue, so I'll work on that right now. > Cool, thanx! Juergen _

Re: PCIe hotplug

2012-07-21 Thread Adrian Chadd
On 20 July 2012 19:04, Julian Elischer wrote: > Is anyone looking at PCIe hotplug support? > > I'm especially interested if anyone has a strategy for device re-insertion > and reassociating > the reinserted device with its old device_t so that it gets the same unit > number.. > (assumes access to

Re: kldload: can't load /boot/modules/vboxdrv.ko: Exec format error

2012-07-21 Thread Alan Cox
On Sat, Jul 21, 2012 at 10:59 AM, Brandon Gooch wrote: > On Sat, Jul 21, 2012 at 10:11 AM, O. Hartmann > wrote: > > On 07/21/12 16:53, O. Hartmann wrote: > >> On FreeBSD 10.0-CURRENT #1 r238671: Sat Jul 21 16:21:32 CEST 2012 > >> (/usr/src recently update, is at Revision: 238672), VirtualBox see

Re: -current build failure

2012-07-21 Thread Konstantin Belousov
On Sat, Jul 21, 2012 at 04:00:45PM -0400, Kim Culhan wrote: > On Fri, Jul 20, 2012 at 11:40 AM, Dimitry Andric wrote: > > On 2012-07-20 16:49, Kim Culhan wrote: > >> Seeing this for r:238655 > > ... > >> In file included from > >> /usr/src/sys/modules/dtrace/dtrace/../../../sys/pcpu.h:44: > >> .

Re: Fix for grub 2.00/bzr kfreebsd to boot 9.1 kernels

2012-07-21 Thread Rick
Hi Juergen, My email address has changed so don't be alarmed if your CC bounces. :) An update of grub2 is long overdue, so I'll work on that right now. -Rick On 2012/07/21 11:58, Juergen Lock wrote: > Hi! > > I'm in the process of testing 9.1 on the laptop where I use grub2 > because I had to

Re: -current build failure

2012-07-21 Thread Kim Culhan
On Fri, Jul 20, 2012 at 11:40 AM, Dimitry Andric wrote: > On 2012-07-20 16:49, Kim Culhan wrote: >> Seeing this for r:238655 > ... >> In file included from >> /usr/src/sys/modules/dtrace/dtrace/../../../sys/pcpu.h:44: >> ./machine/pcpu.h:226:13: error: indirection of non-volatile null >> pointer

Fix for grub 2.00/bzr kfreebsd to boot 9.1 kernels

2012-07-21 Thread Juergen Lock
Hi! I'm in the process of testing 9.1 on the laptop where I use grub2 because I had to put bsd in an `extended' slice, and I found out grub2 won't boot the 9.1 kernel. Asked on #grub where phcoder found the fix after I made him a test iso using grub-mkrescue: http://paste.debian.net/180

Re: kldload: can't load /boot/modules/vboxdrv.ko: Exec format error

2012-07-21 Thread O. Hartmann
On 07/21/12 17:59, Brandon Gooch wrote: > On Sat, Jul 21, 2012 at 10:11 AM, O. Hartmann > wrote: >> On 07/21/12 16:53, O. Hartmann wrote: >>> On FreeBSD 10.0-CURRENT #1 r238671: Sat Jul 21 16:21:32 CEST 2012 >>> (/usr/src recently update, is at Revision: 238672), VirtualBox seems to >>> be broken:

Re: kldload: can't load /boot/modules/vboxdrv.ko: Exec format error

2012-07-21 Thread Brandon Gooch
On Sat, Jul 21, 2012 at 10:11 AM, O. Hartmann wrote: > On 07/21/12 16:53, O. Hartmann wrote: >> On FreeBSD 10.0-CURRENT #1 r238671: Sat Jul 21 16:21:32 CEST 2012 >> (/usr/src recently update, is at Revision: 238672), VirtualBox seems to >> be broken: >> >> kldload: can't load /boot/modules/vboxdrv

Re: kldload: can't load /boot/modules/vboxdrv.ko: Exec format error

2012-07-21 Thread O. Hartmann
On 07/21/12 16:53, O. Hartmann wrote: > On FreeBSD 10.0-CURRENT #1 r238671: Sat Jul 21 16:21:32 CEST 2012 > (/usr/src recently update, is at Revision: 238672), VirtualBox seems to > be broken: > > kldload: can't load /boot/modules/vboxdrv.ko: Exec format error > > When both buildworld and kernel

kldload: can't load /boot/modules/vboxdrv.ko: Exec format error

2012-07-21 Thread O. Hartmann
On FreeBSD 10.0-CURRENT #1 r238671: Sat Jul 21 16:21:32 CEST 2012 (/usr/src recently update, is at Revision: 238672), VirtualBox seems to be broken: kldload: can't load /boot/modules/vboxdrv.ko: Exec format error When both buildworld and kernel as well as /usr/src itself were at Revision: 238671,

Re: Use of C99 extra long double math functions after r236148

2012-07-21 Thread David Schultz
On Fri, Jul 13, 2012, Warner Losh wrote: > Just to jump back into the fray a bit, since this point hasn't been > articulated well. > > On Jul 10, 2012, at 6:55 PM, Peter Jeremy wrote: > > > On 2012-Jul-08 19:01:07 -0700, Steve Kargl > > wrote: > >> Well, on the most popular hardware (that bein

Re: -current build failure

2012-07-21 Thread Konstantin Belousov
On Sat, Jul 21, 2012 at 12:59:07PM +0100, David Chisnall wrote: > On 21 Jul 2012, at 00:16, Konstantin Belousov wrote: > > > Ok, I stand corrected. But the standard does not say what you claim > > either. It only specifies that NULL pointer is unequal to any pointer > > to object or function (impl

Re: -current build failure

2012-07-21 Thread David Chisnall
On 21 Jul 2012, at 00:16, Konstantin Belousov wrote: > Ok, I stand corrected. But the standard does not say what you claim > either. It only specifies that NULL pointer is unequal to any pointer > to object or function (implicitely saying that you can create a C object > or function pointer to whi

Re: -current build failure

2012-07-21 Thread Konstantin Belousov
On Sat, Jul 21, 2012 at 02:43:16PM +0300, Konstantin Belousov wrote: > On Sat, Jul 21, 2012 at 01:35:26PM +0200, Dimitry Andric wrote: > > On 2012-07-21 01:16, Konstantin Belousov wrote: > > > On Fri, Jul 20, 2012 at 10:07:05PM +0100, David Chisnall wrote: > > >> On 20 Jul 2012, at 17:33, Konstanti

Re: -current build failure

2012-07-21 Thread Konstantin Belousov
On Sat, Jul 21, 2012 at 01:35:26PM +0200, Dimitry Andric wrote: > On 2012-07-21 01:16, Konstantin Belousov wrote: > > On Fri, Jul 20, 2012 at 10:07:05PM +0100, David Chisnall wrote: > >> On 20 Jul 2012, at 17:33, Konstantin Belousov wrote: > >> > >>> It is not related to dtrace at all, and indeed O

Re: -current build failure

2012-07-21 Thread Dimitry Andric
On 2012-07-21 01:16, Konstantin Belousov wrote: > On Fri, Jul 20, 2012 at 10:07:05PM +0100, David Chisnall wrote: >> On 20 Jul 2012, at 17:33, Konstantin Belousov wrote: >> >>> It is not related to dtrace at all, and indeed OFFSETOF_CURTHREAD is 0. >>> This is a bug in clang, we compile our kernel