Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
55eebc46
Commit
55eebc46
authored
Jul 02, 2002
by
Pavel Machek
Committed by
Linus Torvalds
Jul 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] suspend-to-disk documentation updates
parent
aaf680ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
Documentation/swsusp.txt
Documentation/swsusp.txt
+10
-3
No files found.
Documentation/swsusp.txt
View file @
55eebc46
...
@@ -122,11 +122,9 @@ Things to implement
...
@@ -122,11 +122,9 @@ Things to implement
interrupts AFAIK..
interrupts AFAIK..
- We should only make a copy of data related to kernel segment, since any
- We should only make a copy of data related to kernel segment, since any
process data won't be changed.
process data won't be changed.
- By copying pages back to their original position, copy_page caused General
Protection Fault. Why?
- Hardware state restoring. Now there's support for notifying via the notify
- Hardware state restoring. Now there's support for notifying via the notify
chain, event handlers are welcome. Some devices may have microcodes loaded
chain, event handlers are welcome. Some devices may have microcodes loaded
into them. We should have event handlers for them aswell.
into them. We should have event handlers for them as
well.
- We should support other architectures (There are really only some arch
- We should support other architectures (There are really only some arch
related functions..)
related functions..)
- We should also restore original state of swaps if the ``noresume'' kernel
- We should also restore original state of swaps if the ``noresume'' kernel
...
@@ -149,6 +147,15 @@ Not so important ideas for implementing
...
@@ -149,6 +147,15 @@ Not so important ideas for implementing
- If X is active while suspending then by resuming calling svgatextmode
- If X is active while suspending then by resuming calling svgatextmode
corrupts the virtual console of X.. (Maybe this has been fixed AFAIK).
corrupts the virtual console of X.. (Maybe this has been fixed AFAIK).
Drivers we support
- IDE disks are okay
- vesafb
Drivers that need support
- pc_keyb -- perhaps we can wait for vojtech's input patches
- do IDE cdroms need some kind of support?
- IDE CD-RW -- how to deal with that?
Any other idea you might have tell me!
Any other idea you might have tell me!
Contacting the author
Contacting the author
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment