Re: Fwd: kqemu patch for DragonFly BSD on kqemu1.4.0pre1

2009-04-29 Thread Naoya Sugioka
Hi Dillon Hasso and all, Thank you for the interest about my post. In fact, the patch needs to build with kqemu package and here is a procedure: 1. get kqemu http://www.nongnu.org/qemu/kqemu-1.4.0pre1.tar.gz 2. extract and put my 2 files into kqemu-1.4.0pre1 3. go common directory and make obj

Help with some pkgsrc stuff

2009-04-29 Thread Hasso Tepper
* Mono applications build mostly now after some bugfixes for both mono and DragonFly itself. Applications even run, but die after some seconds of work with following backtrace: Core was generated by `mono'. Program terminated with signal 4, Illegal instruction. #0 0x28265a8c in

Re: Fwd: kqemu patch for DragonFly BSD on kqemu1.4.0pre1

2009-04-29 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: :Naoya Sugioka wrote: : I've just sent a mail to gnat at netbsd.org to reach pkgsrc community : if I can include them to their pkgsrc tree now. : :I don't have a good idea how to make a pkgsrc package for kernel module. :Actually I'd prefer it to be imported into base.

Re: Fwd: kqemu patch for DragonFly BSD on kqemu1.4.0pre1

2009-04-29 Thread Johannes Hofmann
Simon 'corecode' Schubert corec...@fs.ei.tum.de wrote: Matthew Dillon wrote: :Naoya Sugioka wrote: : I've just sent a mail to gnat at netbsd.org to reach pkgsrc community : if I can include them to their pkgsrc tree now. : :I don't have a good idea how to make a pkgsrc package for kernel

Re: Fwd: kqemu patch for DragonFly BSD on kqemu1.4.0pre1

2009-04-29 Thread Johannes Hofmann
Johannes Hofmann johannes.hofm...@gmx.de wrote: Simon 'corecode' Schubert corec...@fs.ei.tum.de wrote: Matthew Dillon wrote: :Naoya Sugioka wrote: : I've just sent a mail to gnat at netbsd.org to reach pkgsrc community : if I can include them to their pkgsrc tree now. : :I don't have a good

HPET cputimer

2009-04-29 Thread Sepherosa Ziehau
Hi all, HPET cputimer is committed to HEAD. I suggest to try it out on your boxes running HEAD, if 'acpidump -d | grep HPET' shows that you have HPET device. To testing it, you need to put: debug.acpi.enabled=hpet into you /boot/loader.conf. If the HPET is detected and attached,

Re: Fwd: kqemu patch for DragonFly BSD on kqemu1.4.0pre1

2009-04-29 Thread Bill Hacker
Simon 'corecode' Schubert wrote: Matthew Dillon wrote: :Naoya Sugioka wrote: : I've just sent a mail to gnat at netbsd.org to reach pkgsrc community : if I can include them to their pkgsrc tree now. : :I don't have a good idea how to make a pkgsrc package for kernel module. :Actually I'd

Re: Help with some pkgsrc stuff

2009-04-29 Thread Matthew Dillon
:* Mono applications build mostly now after some bugfixes for both mono and : DragonFly itself. Applications even run, but die after some seconds of : work with following backtrace: : : Core was generated by `mono'. : Program terminated with signal 4, Illegal instruction. : #0 0x28265a8c

DragonFly 2.2.1 released!

2009-04-29 Thread Matthew Dillon
The 2.2.1 sub-release is now available on our mirrors for download! We're working on updating the release notes. -Matt Matthew Dillon dil...@backplane.com

Re: HPET cputimer

2009-04-29 Thread Matthew Dillon
:Hi all, : :HPET cputimer is committed to HEAD. I suggest to try it out on your :boxes running HEAD, if 'acpidump -d | grep HPET' shows that you have :HPET device. : :To testing it, you need to put: :debug.acpi.enabled=hpet :into you /boot/loader.conf. :... : :Best Regards, :sephe Works

Re: HPET cputimer

2009-04-29 Thread Sepherosa Ziehau
On Thu, Apr 30, 2009 at 10:09 AM, Matthew Dillon dil...@apollo.backplane.com wrote: :Hi all, : :HPET cputimer is committed to HEAD. I suggest to try it out on your :boxes running HEAD, if 'acpidump -d | grep HPET' shows that you have :HPET device. : :To testing it, you need to put: