Re: clock/apm broken in CURRENT ?

2000-11-16 Thread Ollivier Robert

According to Warner Losh:
> to your config file.  Fixes it for me.  Tell people on #bsdcode about
> this.

Darn, I thought I remembered this one, sorry for being stupid. Works now.

/me blames it on the flu
-- 
Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED]
FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #6: Thu Aug 10 17:36:11 CEST 2000


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: clock/apm broken in CURRENT ?

2000-11-15 Thread Warner Losh

In message <[EMAIL PROTECTED]> Warner Losh writes:
: Add
: device pmtimer
: to your config file.  Fixes it for me.  Tell people on #bsdcode about
: this.

I've gone ahead and updated GENERIC with this fix.

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: clock/apm broken in CURRENT ?

2000-11-15 Thread Maxim Sobolev

Ollivier Robert wrote:

> Am I the only to have problem with the clock on a laptop using APM in
> CURRENT? Speaking with some people on #bsdcode apparently no.
>
> In short, the clock stops during suspend time...
>
> This is on a VAIO Z505SX running current from Nov, 8th.
>
> Any idea when this will be fixed?

There is entry in src/UPDATING:
2914:
The new pmtimer device is necessary for laptops.  Failure to
include the device will cause suspended laptops losing time
when they resume.  Include
device  pmtimer
in your config file and
hint.pmtimer.0.at="isa"
to your /boot/device.hints file.

-Maxim



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: clock/apm broken in CURRENT ?

2000-11-15 Thread Warner Losh

In message <[EMAIL PROTECTED]> Ollivier Robert writes:
: Am I the only to have problem with the clock on a laptop using APM in
: CURRENT? Speaking with some people on #bsdcode apparently no.
: 
: In short, the clock stops during suspend time...
: 
: This is on a VAIO Z505SX running current from Nov, 8th.
: 
: Any idea when this will be fixed?

Add

device pmtimer

to your config file.  Fixes it for me.  Tell people on #bsdcode about
this.

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message