All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201006252211514433897@tom.com>

diff --git a/a/1.txt b/N1/1.txt
index 6699363..292a2eb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,7 +12,7 @@ As ACPI spec4.0a , if we want to make the system into S5 (soft-off ) status, wha
 	the designated \_Sx object and place this value in the SLP_TYP field.
 
 One word , we should write a value to register SLP_TYP, afterwards , set SLP_EN bit,  hardware will sequence the system into the defined sleeping state (for example S5).
->From this sentence " Each sleeping object contains two constant 3-bit values that OSPM will program into the SLP_TYPa and SLP_TYPb fields (in fixed register space)."
+From this sentence " Each sleeping object contains two constant 3-bit values that OSPM will program into the SLP_TYPa and SLP_TYPb fields (in fixed register space)."
 We can simply get a conclusion : The value written to SLP_TYP should be different between S0~S5 ,moreover , this value is gotten from firmware , not controlled by us.
 But  in debugging information, I can see that for S0~S5 , they have the same value by converting ,and then written to SLP_TYP. (see "acpi_enter_sleep_state() ").
 
@@ -57,23 +57,23 @@ only test type value
   hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry
   hwregs-0150 [E000000185900000] [02] get_sleep_type_data   : AE_NOT_FOUND while evaluating SleepState [\_S0_]
   hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- ****Exception****: AE_NOT_FOUND
-for state S[0] , typea=128 , typeb=7
+for state S[0] , typea\x128 , typeb=7
   hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry
   hwregs-0150 [E000000185900000] [02] get_sleep_type_data   : AE_NOT_FOUND while evaluating SleepState [\_S1_]
   hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- ****Exception****: AE_NOT_FOUND
-for state S[1] , typea=128 , typeb=7
+for state S[1] , typea\x128 , typeb=7
   hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry
   hwregs-0150 [E000000185900000] [02] get_sleep_type_data   : AE_NOT_FOUND while evaluating SleepState [\_S2_]
   hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- ****Exception****: AE_NOT_FOUND
-for state S[2] , typea=128 , typeb=7
+for state S[2] , typea\x128 , typeb=7
   hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry
   hwregs-0150 [E000000185900000] [02] get_sleep_type_data   : AE_NOT_FOUND while evaluating SleepState [\_S3_]
   hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- ****Exception****: AE_NOT_FOUND
-for state S[3] , typea=128 , typeb=7
+for state S[3] , typea\x128 , typeb=7
   hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry
   hwregs-0150 [E000000185900000] [02] get_sleep_type_data   : AE_NOT_FOUND while evaluating SleepState [\_S4_]
   hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- ****Exception****: AE_NOT_FOUND
-for state S[4] , typea=128 , typeb=7
+for state S[4] , typea\x128 , typeb=7
   hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry
   hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- AE_OK
 for state S[5] , typea=7 , typeb=7
diff --git a/a/content_digest b/N1/content_digest
index e37ade2..e1cfa12 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\0201006242333018701088@tom.com\0"
  "ref\0AANLkTinT8YMKGw3obdbIMINkUGNUgfUQEOEzgHMOPOtt@mail.gmail.com\0"
  "From\0bob_zhang2004 <bob_zhang2004@tom.com>\0"
- "Subject\0Re: Re: [bug report ] hp's rx2860 (kernel is 2.6.27.19-5 in sles11 ia64)power off failrue when \"shutdown -h 0\" .\0"
- "Date\0Fri, 25 Jun 2010 22:11:52 +0800\0"
+ "Subject\0Re: Re: [bug report ] hp's rx2860 (kernel is 2.6.27.19-5 in sles11 ia64)power off failrue when \"shut\0"
+ "Date\0Fri, 25 Jun 2010 14:11:52 +0000\0"
  "To\0Tony Luck <tony.luck@intel.com>"
  " len.brown <len.brown@intel.com>\0"
  "Cc\0linux-ia64 <linux-ia64@vger.kernel.org>"
@@ -23,7 +23,7 @@
  "\tthe designated \\_Sx object and place this value in the SLP_TYP field.\n"
  "\n"
  "One word , we should write a value to register SLP_TYP, afterwards , set SLP_EN bit,  hardware will sequence the system into the defined sleeping state (for example S5).\n"
- ">From this sentence \" Each sleeping object contains two constant 3-bit values that OSPM will program into the SLP_TYPa and SLP_TYPb fields (in fixed register space).\"\n"
+ "From this sentence \" Each sleeping object contains two constant 3-bit values that OSPM will program into the SLP_TYPa and SLP_TYPb fields (in fixed register space).\"\n"
  "We can simply get a conclusion : The value written to SLP_TYP should be different between S0~S5 ,moreover , this value is gotten from firmware , not controlled by us.\n"
  "But  in debugging information, I can see that for S0~S5 , they have the same value by converting ,and then written to SLP_TYP. (see \"acpi_enter_sleep_state() \").\n"
  "\n"
@@ -68,26 +68,26 @@
  "  hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry\n"
  "  hwregs-0150 [E000000185900000] [02] get_sleep_type_data   : AE_NOT_FOUND while evaluating SleepState [\\_S0_]\n"
  "  hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- ****Exception****: AE_NOT_FOUND\n"
- "for state S[0] , typea=128 , typeb=7\n"
+ "for state S[0] , typea\0228 , typeb=7\n"
  "  hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry\n"
  "  hwregs-0150 [E000000185900000] [02] get_sleep_type_data   : AE_NOT_FOUND while evaluating SleepState [\\_S1_]\n"
  "  hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- ****Exception****: AE_NOT_FOUND\n"
- "for state S[1] , typea=128 , typeb=7\n"
+ "for state S[1] , typea\0228 , typeb=7\n"
  "  hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry\n"
  "  hwregs-0150 [E000000185900000] [02] get_sleep_type_data   : AE_NOT_FOUND while evaluating SleepState [\\_S2_]\n"
  "  hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- ****Exception****: AE_NOT_FOUND\n"
- "for state S[2] , typea=128 , typeb=7\n"
+ "for state S[2] , typea\0228 , typeb=7\n"
  "  hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry\n"
  "  hwregs-0150 [E000000185900000] [02] get_sleep_type_data   : AE_NOT_FOUND while evaluating SleepState [\\_S3_]\n"
  "  hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- ****Exception****: AE_NOT_FOUND\n"
- "for state S[3] , typea=128 , typeb=7\n"
+ "for state S[3] , typea\0228 , typeb=7\n"
  "  hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry\n"
  "  hwregs-0150 [E000000185900000] [02] get_sleep_type_data   : AE_NOT_FOUND while evaluating SleepState [\\_S4_]\n"
  "  hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- ****Exception****: AE_NOT_FOUND\n"
- "for state S[4] , typea=128 , typeb=7\n"
+ "for state S[4] , typea\0228 , typeb=7\n"
  "  hwregs-0125 [E000000185900000] [02] get_sleep_type_data   : ----Entry\n"
  "  hwregs-0218 [E000000185900000] [02] get_sleep_type_data   : ----Exit- AE_OK\n"
  "for state S[5] , typea=7 , typeb=7\n"
   hwsleep-0244 [E000000185900000] [01] enter_sleep_state_prep: ----Exit- AE_OK
 
-6c6e73e4d3d48335059b674f7837013f0546134ca88375ffc07fd00053278020
+f3e8b2d6192c40a7707450a88b8edbd04fec29fbe043891cccd7436308591ed5

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.