lkml.org 
[lkml]   [2004]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Swsusp-devel] Re: nvidia's driver and swsusp (need help w/ n forc e2 mobo)
Thus wrote Terence Ripperda:
> I tried hibernating/resuming while in X. but I don't see any acpi
> calls coming through to our driver via the pci driver model. is this
> expected?

I'm no PM expert, but I'm getting the idea that you're wrong at your
principles.

To begin with, there's no such thing as acpi calls. There's driver model in
2.6 (i.e. pci_module_init() / pci_register_driver()), and there's 2.4's
lack of thereof (i.e. pm_register()). As far as I know, those two
interfaces have nothing specifically to do with ACPI nor APM.

I think the proper way to conditionalize this in the code is to check for
CONFIG_PM as the prerequisite and KERNEL_2_6/!KERNEL_2_6 to choose between
those interfaces (and only that: bear in mind swsusp2 and pmdisk require
neither APM nor ACPI). Perhaps you're building with only CONFIG_PM defined?

Hopefully others will be able to clarify this.
Best regards,

--
Karol 'sziwan' Kozimor
sziwan@hell.org.pl
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.164 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site