liu1989 发表于 14/1/10 21:56:47

GeForce GTX660 Ti DSDT代码



GTX 660 Ti

DSDT 代码Device (PEGP)
                {
                  Name (_ADR, Zero)
                  Name (_SUN, One)
                  Method (_DSM, 4, NotSerialized)
                  {
                        Store (Package (0x1E)
                            {
                              "AAPL,slot-name",
                              "PCIe x16",
                              "@0,compatible",
                              Buffer (0x0B)
                              {
                                    "NVDA,NVMac"
                              },
                              "@0,connector-type",
                              Buffer (0x04)
                              {
                                    0x00, 0x08, 0x00, 0x00
                              },
                              "@0,device_type",
                              Buffer (0x08)
                              {
                                    "display"
                              },
                              "@0,name",
                              Buffer (0x0F)
                              {
                                    "NVDA,Display-A"
                              },
                              "@1,compatible",
                              Buffer (0x0B)
                              {
                                    "NVDA,NVMac"
                              },
                              "@1,connector-type",
                              Buffer (0x04)
                              {
                                    0x00, 0x08, 0x00, 0x00
                              },
                              "@1,device_type",
                              Buffer (0x08)
                              {
                                    "display"
                              },
                              "@1,name",
                              Buffer (0x0F)
                              {
                                    "NVDA,Display-B"
                              },
                              "NVCAP",
                              Buffer (0x14)
                              {
                                    /* 0000 */    0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00,
                                    /* 0008 */    0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                                    /* 0010 */    0x00, 0x00, 0x00, 0x00
                              },
                              "VRAM,totalsize",
                              Buffer (0x04)
                              {
                                    0x00, 0x00, 0x00, 0x80
                              },
                              "device_type",
                              Buffer (0x0C)
                              {
                                    "NVDA,Parent"
                              },
                              "model",
                              Buffer (0x13)
                              {
                                    "GeForce GTX 660 Ti"
                              },
                              "rom-revision",
                              Buffer (0x0F)
                              {
                                    "70.04.1B.00.78"
                              },
                              "hda-gfx",
                              Buffer (0x0A)
                              {
                                    "onboard-1"
                              }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                  }
                }
            }
页: [1]
查看完整版本: GeForce GTX660 Ti DSDT代码