We are officially better than FreeBSD (accoridng to distrowatch)

2007-02-03 Thread Petr Janda
According the stats on their site: 7 Day Average: 19. DragonFly 475 and going up 20. FreeBSD 455 and going up I am aware that most of the hits were because of 1.8, its still nevertheless amusing :) Petr

Re: ath(4) major update

2007-02-03 Thread Sepherosa Ziehau
On 2/3/07, Ja'far Railton <[EMAIL PROTECTED]> wrote: On Thu, Feb 01, 2007 at 07:55:24PM +0800, Sepherosa Ziehau wrote: CIS reading done ath0: mem 0x8801-0x8801 irq 11 at device 0.0 on cardbus0 ath0: unable to attach hardware; HAL status 3 device_probe_and_attach: ath0 attach returned 6

Re: Debugging vkernels with gdb

2007-02-03 Thread Matthew Dillon
:Is it possible to use kgdb to debug a vkernel as if it were remote :over a serial line? : :Cheers Steve Yes. Not even as if it were remote over a serial line... all you have to do is gdb the vkernel's process id. There is one issue, though... page faults that occur within the VKERN

Re: Debugging vkernels with gdb

2007-02-03 Thread Simon 'corecode' Schubert
Steve Mynott wrote: Is it possible to use kgdb to debug a vkernel as if it were remote over a serial line? no. just use gdb on the vkernel process. modulo some stack rewinding it works. cheers simon -- Serve - BSD +++ RENT this banner advert +++ASCII Ribbon /"\ Work - Mac

Debugging vkernels with gdb

2007-02-03 Thread Steve Mynott
Is it possible to use kgdb to debug a vkernel as if it were remote over a serial line? Cheers Steve

Re: bfe0: couldn't map memory

2007-02-03 Thread Nuno Antunes
On 1/13/07, Nuno Antunes <[EMAIL PROTECTED]> wrote: On 1/13/07, Sepherosa Ziehau <[EMAIL PROTECTED]> wrote: > On 1/13/07, Nuno Antunes <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm having trouble getting my bfe network interface card to work on > > dragonfly. The following appears on dmesg (hand

Re: DragonFlyBSD Thread on osnews

2007-02-03 Thread Dmitri Nikulin
On 2/3/07, Petr Janda <[EMAIL PROTECTED]> wrote: From what I gathered across this mailing list. DF can't scale nowhere close to Linux at the moment because DF still operates under the BGL. And we won't know how well it scales until it supports the whole architecture necessary for those 4096-CP

Building Linux Device Drivers on FreeBSD

2007-02-03 Thread Jose timofonic
Hello, I found this from OSNews and maybe it can be an interesting stuff to discuss. http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html http://www.osnews.com/comment.php?news_id=17133 The BSD world has some advantage with wifi hardware support but Linux clearly has a lot of general advan