Re: svn commit: r247086 - head/sys/x86/isa

2013-05-21 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-05-21 05:18:46 -0400, Bruce Evans wrote: ... > So it seems that pmtimer has a lot of dead code and reduces to not > much more than an inittodr(0) and usually acts like the > inittodr(!0) in the acpi amd64 resume code. When I wrote the resume

Re: svn commit: r247086 - head/sys/x86/isa

2013-05-21 Thread Bruce Evans
On Tue, 21 May 2013, Alexey Dokuchaev wrote: On Mon, May 20, 2013 at 07:20:48AM -0600, Warner Losh wrote: On May 19, 2013, at 8:21 PM, Alexey Dokuchaev wrote: Apparently not: I've been running FreeBSD 8.4-PRERELEASE without pmtimer for a while, and noticed that my laptop stops keeping time dur

Re: svn commit: r247086 - head/sys/x86/isa

2013-05-20 Thread Alexey Dokuchaev
On Mon, May 20, 2013 at 07:20:48AM -0600, Warner Losh wrote: > On May 19, 2013, at 8:21 PM, Alexey Dokuchaev wrote: > > Apparently not: I've been running FreeBSD 8.4-PRERELEASE without pmtimer > > for a while, and noticed that my laptop stops keeping time during suspend. > > I've never noticed that

Re: svn commit: r247086 - head/sys/x86/isa

2013-05-20 Thread Warner Losh
On May 19, 2013, at 8:21 PM, Alexey Dokuchaev wrote: > On Thu, Feb 21, 2013 at 06:49:12AM +, Alexey Dokuchaev wrote: >> On Thu, Feb 21, 2013 at 06:38:24AM +, Warner Losh wrote: >>> New Revision: 247086 >>> URL: http://svnweb.freebsd.org/changeset/base/247086 >>> >>> Log: >>> Correct com

Re: svn commit: r247086 - head/sys/x86/isa

2013-05-19 Thread Alexey Dokuchaev
On Thu, Feb 21, 2013 at 06:49:12AM +, Alexey Dokuchaev wrote: > On Thu, Feb 21, 2013 at 06:38:24AM +, Warner Losh wrote: > > New Revision: 247086 > > URL: http://svnweb.freebsd.org/changeset/base/247086 > > > > Log: > > Correct comment about use of pmtimer, and the real reason it isn't >

Re: svn commit: r247086 - head/sys/x86/isa

2013-02-20 Thread Warner Losh
On Feb 20, 2013, at 11:49 PM, Alexey Dokuchaev wrote: > On Thu, Feb 21, 2013 at 06:38:24AM +, Warner Losh wrote: >> New Revision: 247086 >> URL: http://svnweb.freebsd.org/changeset/base/247086 >> >> Log: >> Correct comment about use of pmtimer, and the real reason it isn't >> used or desir

Re: svn commit: r247086 - head/sys/x86/isa

2013-02-20 Thread Alexey Dokuchaev
On Thu, Feb 21, 2013 at 06:38:24AM +, Warner Losh wrote: > New Revision: 247086 > URL: http://svnweb.freebsd.org/changeset/base/247086 > > Log: > Correct comment about use of pmtimer, and the real reason it isn't > used or desirable for amd64. Thanks! > + * pmtimer is used only with the

svn commit: r247086 - head/sys/x86/isa

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 06:38:24 2013 New Revision: 247086 URL: http://svnweb.freebsd.org/changeset/base/247086 Log: Correct comment about use of pmtimer, and the real reason it isn't used or desirable for amd64. Modified: head/sys/x86/isa/clock.c Modified: head/sys/x86/isa/clock.c ==