public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Intel ACPI
@ 2003-02-03 23:14 Margit Schubert-While
       [not found] ` <4.3.2.7.2.20030204000748.00b62270-/+uTVYYQEIikFefZ9hXnBAC/G2K4zDHf@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Margit Schubert-While @ 2003-02-03 23:14 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi,
	So, What do you think about this (D845):

Method (OSFL, 0, NotSerialized)
     {
         Store (0x00, Local0)
         If (MCTH (\_OS, "Microsoft Windows"))
         {
             Store (0x01, Local0)
         }

         If (MCTH (\_OS, "Microsoft WindowsME: Millennium Edition"))
         {
             Store (0x01, Local0)
         }

         Return (Local0)
     }

Method (_PS3, 0, NotSerialized)
                     {
                         If (MCTH (\_OS, "Microsoft Windows"))
                         {
                             Store (_GTM (), TIM1)
                         }
                     }

Method (_PS0, 0, NotSerialized)
                     {
                         If (MCTH (\_OS, "Microsoft Windows"))
                         {
                             If (BOOT)
                             {
                                 If (And (DRVI, 0x20))
                                 {
                                     PRGT (MPIO, MDMA, FLGS, 0xA0)
                                 }

                                 If (And (DRVI, 0x80))
                                 {
                                     PRGT (SPIO, SDMA, FLGS, 0xB0)
                                 }
                             }

                             Store (0x01, BOOT)
                         }
                     }


Method (_PS3, 0, NotSerialized)
                     {
                         If (MCTH (\_OS, "Microsoft Windows"))
                         {
                             Store (_GTM (), TIM1)
                         }
                     }


                    Method (_PS0, 0, NotSerialized)
                     {
                         If (MCTH (\_OS, "Microsoft Windows"))
                         {
                             If (BOOT)
                             {
                                 If (And (DRVI, 0x20))
                                 {
                                     PRGT (MPIO, MDMA, FLGS, 0xA0)
                                 }

                                 If (And (DRVI, 0x80))
                                 {
                                     PRGT (SPIO, SDMA, FLGS, 0xB0)
                                 }
                             }

                             Store (0x01, BOOT)
                         }
                     }



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

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

end of thread, other threads:[~2003-02-05 18:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-03 23:14 Intel ACPI Margit Schubert-While
     [not found] ` <4.3.2.7.2.20030204000748.00b62270-/+uTVYYQEIikFefZ9hXnBAC/G2K4zDHf@public.gmane.org>
2003-02-04  9:45   ` Ducrot Bruno
     [not found]     ` <20030204094540.GE1205-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-02-04 12:22       ` Dave Jones
     [not found]         ` <20030204132251.E16744-l3A5Bk7waGM@public.gmane.org>
2003-02-04 15:43           ` Ducrot Bruno
     [not found]             ` <20030204154359.GH1205-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-02-04 15:46               ` Dave Jones
     [not found]                 ` <20030204164641.A31886-l3A5Bk7waGM@public.gmane.org>
2003-02-04 15:55                   ` Ducrot Bruno
2003-02-05  6:29                     ` Zdeněk OGAR Skalák
     [not found]                       ` <3E40AF32.AA177847-Bh/+Xfn7orxQjibfaplwYw@public.gmane.org>
2003-02-05 12:30                         ` Dave Jones
     [not found]                           ` <20030205133049.A18324-l3A5Bk7waGM@public.gmane.org>
2003-02-05 18:43                             ` [PATCH] [1/2] Allow override acpi_gbl_pre_defined_names (aka change that _OS) Ducrot Bruno
     [not found]                               ` <20030205184310.GK1205-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-02-05 18:47                                 ` [PATCH] [2/2] " Ducrot Bruno

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