public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: [ACPI] s4bios: does anyone use it?
@ 2005-03-08  5:24 Li, Shaohua
  2005-03-08  9:18 ` Pavel Machek
  0 siblings, 1 reply; 6+ messages in thread
From: Li, Shaohua @ 2005-03-08  5:24 UTC (permalink / raw)
  To: Pavel Machek, Bruno Ducrot
  Cc: kernel list, ACPI mailing list, seife, Brown, Len

Hi,
>> >
>> > Is there single user of s4bios? It used to work for me 4 notebooks
>> > ago, but I never really used it.
>>
>> I don't have anymore my toshiba laptop where S4 bios was first
>> implemented.
>>
>> > I think I'm the only person that ever
>> > seen it working, but I could be wrong.
>>
>> You are indeed wrong.
>
>Okay, so we had 2 users in past but have 0 users now? :-).
I wonder how could anyone use S4BIOS in 2.6.11. S4 and S4b all came into
'enter_state'. and in acpi_sleep_init:

		if (i == ACPI_STATE_S4) {
			if (acpi_gbl_FACS->S4bios_f) {
				sleep_states[i] = 1;
				printk(" S4bios");
				acpi_pm_ops.pm_disk_mode =
PM_DISK_FIRMWARE;
			}
			if (sleep_states[i])
				acpi_pm_ops.pm_disk_mode =
PM_DISK_PLATFORM;
		}
That means we actually can't set PM_DISK_FIRMWARE (always set
PM_DISK_PLATFORM). Is this intended? If no, .pm_disk_mode should be a
mask.

Thanks,
Shaohua

^ permalink raw reply	[flat|nested] 6+ messages in thread
* s4bios: does anyone use it?
@ 2005-03-05 19:14 Pavel Machek
  2005-03-07 17:08 ` [ACPI] " Bruno Ducrot
  0 siblings, 1 reply; 6+ messages in thread
From: Pavel Machek @ 2005-03-05 19:14 UTC (permalink / raw)
  To: kernel list, ACPI mailing list, seife, Len Brown

Hi!

Is there single user of s4bios? It used to work for me 4 notebooks
ago, but I never really used it. I think I'm the only person that ever
seen it working, but I could be wrong. Is there anyone using s4bios in
2.6.11?

If not, I guess we should remove that code from kernel. It is not
usefull, and it is likely broken.
								Pavel
-- 
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-03-08  9:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-08  5:24 [ACPI] s4bios: does anyone use it? Li, Shaohua
2005-03-08  9:18 ` Pavel Machek
2005-03-08  9:42   ` Stefan Seyfried
  -- strict thread matches above, loose matches on Subject: below --
2005-03-05 19:14 Pavel Machek
2005-03-07 17:08 ` [ACPI] " Bruno Ducrot
2005-03-07 20:44   ` Pavel Machek
2005-03-08  9:20     ` Bruno Ducrot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox