Re: HPET cputimer

2009-04-30 Thread Hasso Tepper
Sepherosa Ziehau wrote: 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. On two of my machines HPET seems to work fine, but not on my desktop. HPET device section looks like this: Device

Re: HPET cputimer

2009-04-30 Thread Hasso Tepper
Hasso Tepper wrote: HPET device section looks like this: Damn. This was incomplete, correct one follows: Device (HPET) { Name (_HID, EisaId (PNP0103)) Method (_STA, 0, NotSerialized) { If (W98F) { Return (0x00) } Else {

Re: HPET cputimer

2009-04-30 Thread Sepherosa Ziehau
On Thu, Apr 30, 2009 at 6:48 PM, Hasso Tepper ha...@estpak.ee wrote: Hasso Tepper wrote: HPET device section looks like this: Damn. This was incomplete, correct one follows: Haha, ok. Please post the dmesg. Best Regards, sephe Device (HPET) { Name (_HID, EisaId (PNP0103)) Method

Re: HPET cputimer

2009-04-30 Thread Sepherosa Ziehau
On Thu, Apr 30, 2009 at 6:32 PM, Hasso Tepper ha...@estpak.ee wrote: Sepherosa Ziehau wrote: 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. On two of my machines HPET seems to work fine,

Re: HPET cputimer

2009-04-30 Thread Hasso Tepper
Sepherosa Ziehau wrote: Haha, ok. Please post the dmesg. Here it is. -- Hasso Tepper Copyright (c) 2003-2009 The DragonFly Project. Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of

Re: HPET cputimer

2009-04-30 Thread Joerg Sonnenberger
On Thu, Apr 30, 2009 at 06:55:47PM +0800, Sepherosa Ziehau wrote: Looks like yours doesn't have the resource template. May be BIOS disabled it by default? I'd bet it is not using the WinXP modus... Joerg

Re: DragonFly 2.2.1 released!

2009-04-30 Thread Colin Adams
Is there an upgrade path from 2.2.0? I found a HOWTO page on the website, but that was talking about CVS.. 2009/4/29 Matthew Dillon dil...@apollo.backplane.com:    The 2.2.1 sub-release is now available on our mirrors for download!    We're working on updating the release notes.              

Re: DragonFly 2.2.1 released!

2009-04-30 Thread Matthew Dillon
:Is there an upgrade path from 2.2.0? :I found a HOWTO page on the website, but that was talking about CVS.. Generally speaking the upgrade path for someone running 2.2.0 is to download the sources and do a make buildworld/buildkernel/ installworld/installkernel/upgrade sequence.

Re: DragonFly 2.2.1 released!

2009-04-30 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: :Is there an upgrade path from 2.2.0? :I found a HOWTO page on the website, but that was talking about CVS.. /usr has a Makefile in it that gives you convenient targets for downloading and maintaining a copy of the source. I just realized, though, that the

Re: Help with some pkgsrc stuff

2009-04-30 Thread Hasso Tepper
Matthew Dillon wrote: Upload the core file to leaf, I'll take a look at it to try to figure out what the illegal instruction is. Done. -- Hasso Tepper

Re: DragonFly 2.2.1 released!

2009-04-30 Thread Colin Adams
2009/4/30 Matthew Dillon dil...@apollo.backplane.com: man build    /usr has a Makefile in it that gives you convenient targets for    downloading and maintaining a copy of the source.  I just realized,    though, that the Makefile defaults to using the master branch,    which is the head of

Re: Help with some pkgsrc stuff

2009-04-30 Thread Matthew Dillon
: :Matthew Dillon wrote: : Upload the core file to leaf, I'll take a look at it to : try to figure out what the illegal instruction is. : :Done. : :-- :Hasso Tepper Need the binary too, Hasso :-) -Matt

Re: Help with some pkgsrc stuff

2009-04-30 Thread Hasso Tepper
Matthew Dillon wrote: Need the binary too, Hasso :-) Oops! Uploaded. -- Hasso Tepper

pkg_dry on DragonFlyBSD

2009-04-30 Thread Antonio Huete Jimenez
Hi, The other day I heard about a new tool for handling pkgsrc binary packages called pkg_dry, so I decided to give it a try. You can see the original post here: http://mail-index.netbsd.org/tech-pkg/2009/04/14/msg003070.html There is a small set of steps to make it work on DFBSD. You will