Re: suspend mode broken since one week ago

1999-04-28 Thread Doug Rabson
On Wed, 28 Apr 1999, Nate Williams wrote: > > > : Someone submitted a patch that checked to see if the BIOS returned a > > > : value > 64M, and if so to 'accept' it's value for the memory, since it's > > > : more likely to be correct. I'd like to apply it to -current, but I'm > > > : not sure of

RTC extmem - was: Re: suspend mode broken since one week ago

1999-04-28 Thread Tony Overfield
>>[regarding RTC vs. BIOS selection algorithm] >I don't think this is complete, because I think (don't know) that many >older BIOS's only reported up to 64M of memory, so if you had more than >64M in the box it didn't report it. The RTC extmem cannot "report" >64 MB either. In fact, the RTC extme

Re: suspend mode broken since one week ago

1999-04-28 Thread Nate Williams
> > : Someone submitted a patch that checked to see if the BIOS returned a > > : value > 64M, and if so to 'accept' it's value for the memory, since it's > > : more likely to be correct. I'd like to apply it to -current, but I'm > > : not sure of the political ramifications > > > > I think th

Re: suspend mode broken since one week ago

1999-04-28 Thread Doug Rabson
On Tue, 27 Apr 1999, Warner Losh wrote: > In message <199904272310.raa06...@mt.sri.com> Nate Williams writes: > : Someone submitted a patch that checked to see if the BIOS returned a > : value > 64M, and if so to 'accept' it's value for the memory, since it's > : more likely to be correct. I'd li

Re: suspend mode broken since one week ago

1999-04-27 Thread Warner Losh
In message <199904272310.raa06...@mt.sri.com> Nate Williams writes: : Someone submitted a patch that checked to see if the BIOS returned a : value > 64M, and if so to 'accept' it's value for the memory, since it's : more likely to be correct. I'd like to apply it to -current, but I'm : not sure of

Re: suspend mode broken since one week ago

1999-04-27 Thread Nate Williams
> > : I have the ACPI spec and I'm starting to get to grips with it. Initially, > > : I will be trying to use the static device configuration tables but power > > : management, docking and all that other good stuff should come eventually. > > > > One problem that I've had in trying to use the acpi

Re: suspend mode broken since one week ago

1999-04-27 Thread Doug Rabson
On Tue, 27 Apr 1999, Warner Losh wrote: > In message > Doug Rabson writes: > : I have the ACPI spec and I'm starting to get to grips with it. Initially, > : I will be trying to use the static device configuration tables but power > : management, docking and all that other good stuff should come

Re: suspend mode broken since one week ago

1999-04-27 Thread Nate Williams
> Small "nit" with APM type stuff, when i close the laptop pccardd seems > to deallocate my netcard. Is this really nessesary? Yes, it is. This is what Win95 does as well, and because of lots of weird problems (not the least of which being certain cards that don't restore their settings when res

Re: suspend mode broken since one week ago

1999-04-27 Thread Warner Losh
In message Alfred Perlstein writes: : Small "nit" with APM type stuff, when i close the laptop pccardd seems : to deallocate my netcard. Is this really nessesary? It comes back : sometimes when i open it again, but not always... Hmmm. In theory if the lid closing is shutting down the laptop i

Re: suspend mode broken since one week ago

1999-04-27 Thread Alfred Perlstein
On Tue, 27 Apr 1999, Warner Losh wrote: > In message > Doug Rabson writes: > : I have the ACPI spec and I'm starting to get to grips with it. Initially, > : I will be trying to use the static device configuration tables but power > : management, docking and all that other good stuff should come

Re: suspend mode broken since one week ago

1999-04-27 Thread Warner Losh
In message <199904271356.waa15...@shidahara1.planet.sci.kobe-u.ac.jp> Takanori Watanabe writes: : options "VM86" : vm86.c:initial_bioscalls() imprements ACPI Spec section 15. Yea!!! The acpi info program that was posted here (or at least talked about here) recently now works! Yippie! Warner

Re: suspend mode broken since one week ago

1999-04-27 Thread Takanori Watanabe
In message <199904271352.haa17...@harmony.village.org>, Warner Losh さんいわく: >In message Do >ug Rabson writes: >: I have the ACPI spec and I'm starting to get to grips with it. Initially, >: I will be trying to use the static device configuration tables but power >: management, docking a

Re: suspend mode broken since one week ago

1999-04-27 Thread Warner Losh
In message Alex Zepeda writes: : and zzz (and apm -z) don't do much. If we had ACPI support, I'd try : hitting the power button I've been suspending my machine fairly well with this patch. Warner To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the

Re: suspend mode broken since one week ago

1999-04-27 Thread Warner Losh
In message Doug Rabson writes: : I have the ACPI spec and I'm starting to get to grips with it. Initially, : I will be trying to use the static device configuration tables but power : management, docking and all that other good stuff should come eventually. One problem that I've had in trying to

Re: suspend mode broken since one week ago

1999-04-27 Thread Doug Rabson
On Tue, 27 Apr 1999, Takanori Watanabe wrote: > In message , > Do > ug Rabson wrote: > >I have the ACPI spec and I'm starting to get to grips with it. Initially, > >I will be trying to use the static device configuration tables but power > >management, docking and all that other good stuff should

Re: suspend mode broken since one week ago

1999-04-27 Thread Takanori Watanabe
In message , Do ug Rabson wrote: >I have the ACPI spec and I'm starting to get to grips with it. Initially, >I will be trying to use the static device configuration tables but power >management, docking and all that other good stuff should come eventually. Don't you try my code? I put it at http:/

Re: suspend mode broken since one week ago

1999-04-27 Thread Doug Rabson
On Mon, 26 Apr 1999, Alex Zepeda wrote: > On Fri, 23 Apr 1999, Warner Losh wrote: > > > In message <87so9r3x44@muon.xs4all.nl> Peter Mutsaers writes: > > : Is this a bug that I should report through send-pr, is it already > > : known as a bug or is this an intentional change in behaviour? > >

Re: suspend mode broken since one week ago

1999-04-26 Thread Alex Zepeda
On Fri, 23 Apr 1999, Warner Losh wrote: > In message <87so9r3x44@muon.xs4all.nl> Peter Mutsaers writes: > : Is this a bug that I should report through send-pr, is it already > : known as a bug or is this an intentional change in behaviour? > > This is a known bug. I thought I kludged around

Re: suspend mode broken since one week ago

1999-04-25 Thread Peter Mutsaers
>> "WL" == Warner Losh writes: WL> In message <87so9r3x44@muon.xs4all.nl> Peter Mutsaers writes: WL> : Is this a bug that I should report through send-pr, is it already WL> : known as a bug or is this an intentional change in behaviour? WL> This is a known bug. I thought I k

Re: suspend mode broken since one week ago

1999-04-23 Thread Warner Losh
In message <87so9r3x44@muon.xs4all.nl> Peter Mutsaers writes: : Is this a bug that I should report through send-pr, is it already : known as a bug or is this an intentional change in behaviour? This is a known bug. I thought I kludged around it in apm.c in the timeframe that you mentioned. D

suspend mode broken since one week ago

1999-04-23 Thread Peter Mutsaers
I rebuilt my kernel just after the new config stuff (nexus). Since then (but I'm not 100% sure it is related to this) my desktop computer doesn't suspend anymore. Before that, I could suspend it either by: - pressing the suspend button - zzz command (apm -z) - wait until BIOS-set time for suspend