lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 05 May 2012 23:27:45 +0800
From:	Jiang Liu <liuj97@...il.com>
To:	Francois Rigaut <frigaut@...il.com>
CC:	Yinghai Lu <yinghai@...nel.org>,
	Greg KH <gregkh@...uxfoundation.org>,
	linux-pci@...r.kernel.org,
	Nico Schottelius <nico-linux-20120419@...ottelius.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: Linux Support for Thunderbolt using Apple Monitor

There's another mysterious _DSM function under \_SB.PCI0.P0P2.UPSB.
Seems it's related to Thunderbolt technology.

                    Method (_DSM, 4, NotSerialized)
                    {
                        If (LEqual (Arg0, Buffer (0x10)
                                {
                                    /* 0000 */    0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44,
                                    /* 0008 */    0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
                                }))
                        {
                            Store (Package (0x02)
                                {
                                    "PCI-Thunderbolt",
                                    0x01
                                }, Local0)
                            DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                            Return (Local0)
                        }

                        Return (0x80000002)
                    }


On 05/05/2012 04:47 PM, Francois Rigaut wrote:
> http://maumae.net/thunderbolt/acpidump.bin
> Thanks.
> Francois
> 
> 
> On 05/05/12 18:18, Jiang Liu wrote:
>> This log message below implies that your BIOS doesn't provide the ACPI interfaces
>> needed by acpiphp driver. Maybe an ACPI dump file may help to identify the issue.
>> You may generate acpidump file by:
>> acpidump>  acpidump.bin
>>
>>> May  5 14:09:55 localhost kernel: [28329.702720] acpiphp_glue: Total 0 slots
>> On 05/05/2012 12:19 PM, Francois Rigaut wrote:
>>> May  5 14:09:55 localhost kernel: [28329.702720] acpiphp_glue: Total 0 slots

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ