public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* DSDT database
@ 2006-09-08 16:04 Thomas W. Carley
  2006-09-08 16:38 ` Len Brown
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas W. Carley @ 2006-09-08 16:04 UTC (permalink / raw)
  To: linux-acpi

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

ACPI list,

I am looking into the level of SMBus support in ACPI implementations. I
see that the sourceforge project has 652 DSDT's in its database. I would
like to run some automated scripts over these to get some statistics
about the level of SMBus support. However, downloading them one at a
time will take forever. Is the DSDT database available in whole? Can
someone send me a link, or send the files directly?

Thank you,
	Tom Carley
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFAZSGM+ThSqsPpFsRAghDAJ9MZsWH7t4QrkzQTiABKPnClv7o/wCdFpgB
tLBaydvmnshYrkhmj0OHtNE=
=BXSk
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 8+ messages in thread
* RE: DSDT database
@ 2006-09-08 16:41 Moore, Robert
  0 siblings, 0 replies; 8+ messages in thread
From: Moore, Robert @ 2006-09-08 16:41 UTC (permalink / raw)
  To: Len Brown, Thomas W. Carley; +Cc: linux-acpi, Yu, Ling L

I find the DSDTs to be useful for examining the code that is written by
the various BIOS vendors, to find typical practices, unusual practices,
etc. Useful in the development of the AML interpreter and ASL compiler.

For this reason, the more DSDTs available, the better.

Bob


> -----Original Message-----
> From: linux-acpi-owner@vger.kernel.org [mailto:linux-acpi-
> owner@vger.kernel.org] On Behalf Of Len Brown
> Sent: Friday, September 08, 2006 9:39 AM
> To: Thomas W. Carley
> Cc: linux-acpi@vger.kernel.org; Yu, Ling L
> Subject: Re: DSDT database
> 
> On Friday 08 September 2006 12:04, Thomas W. Carley wrote:
> > ACPI list,
> >
> > I am looking into the level of SMBus support in ACPI
implementations. I
> > see that the sourceforge project has 652 DSDT's in its database. I
would
> > like to run some automated scripts over these to get some statistics
> > about the level of SMBus support. However, downloading them one at a
> > time will take forever. Is the DSDT database available in whole? Can
> > someone send me a link, or send the files directly?
> 
> Maybe Yu Ling knows how to get "behind the mirrors" of the web server
> and can run something for you there?
> 
> Another possibility is that you supply the script you want to run
> and folks on the list can mail you the output.  While I've never
> submitted a DSDT to the web site because I fundamentally do not
> believe it modifying DSDTs as a solution for Linux problems,
> I do have a couple DSDTs on hand.
> 
> BTW. exactly what is it that you are trying to learn?
> 
> cheers,
> -Len
> -
> To unsubscribe from this list: send the line "unsubscribe linux-acpi"
in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread
* RE: DSDT database
@ 2006-09-08 17:52 Yu, Ling L
  2006-09-08 17:54 ` Thomas W. Carley
  2006-09-08 18:37 ` Thomas W. Carley
  0 siblings, 2 replies; 8+ messages in thread
From: Yu, Ling L @ 2006-09-08 17:52 UTC (permalink / raw)
  To: Thomas W. Carley; +Cc: linux-acpi, Len Brown

>> I am looking into the level of SMBus support in ACPI implementations.
I
>> see that the sourceforge project has 652 DSDT's in its database. I
would
>> like to run some automated scripts over these to get some statistics
>> about the level of SMBus support. However, downloading them one at a
>> time will take forever. Is the DSDT database available in whole? Can
>> someone send me a link, or send the files directly?
>
>Maybe Yu Ling knows how to get "behind the mirrors" of the web server
>and can run something for you there?
Thomas, 
Do you really need all DSDTs on sourceforge web?
If yes, I will try to export them and make a whole tarball, put
somewhere to let you download.

Thanks
- Ling

^ permalink raw reply	[flat|nested] 8+ messages in thread
* RE: DSDT database
@ 2006-09-09  7:47 Yu, Ling L
  0 siblings, 0 replies; 8+ messages in thread
From: Yu, Ling L @ 2006-09-09  7:47 UTC (permalink / raw)
  To: Thomas W. Carley, Moore, Robert; +Cc: linux-acpi, Len Brown

This bundle for the total 652 DSDT files is available here: http://acpi.sourceforge.net/dsdt/dsdtall.tar.gz 

Thanks
- Ling

>-----Original Message-----
>From: linux-acpi-owner@vger.kernel.org
>[mailto:linux-acpi-owner@vger.kernel.org] On Behalf Of Thomas W. Carley
>Sent: 2006年9月8日 11:38
>To: Yu, Ling L
>Cc: linux-acpi@vger.kernel.org; Len Brown
>Subject: Re: DSDT database
>
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Never mind bundling them for me, I hacked up a little script to get them
>all.
>
>FYI, I used the following script to make a web page with links to all of
>the DSDT files.
>
>for ((i=0;i<=1000;i+=1));
>do
>	echo '<A href="http://acpi.sourceforge.net/dsdt/dl.php?id='$i'"> DSDT
>'$i'</A>' >> links.html;
>done
>
>The I loaded links.html into firefox and used the down them all
>extension to download all of the links. Some of them are not valid, and
>result in files named "---custom.gz". Once these are erased I am left
>with 652 files.
>
>Yu, Ling L wrote:
>>>> I am looking into the level of SMBus support in ACPI implementations.
>> I
>>>> see that the sourceforge project has 652 DSDT's in its database. I
>> would
>>>> like to run some automated scripts over these to get some statistics
>>>> about the level of SMBus support. However, downloading them one at a
>>>> time will take forever. Is the DSDT database available in whole? Can
>>>> someone send me a link, or send the files directly?
>>> Maybe Yu Ling knows how to get "behind the mirrors" of the web server
>>> and can run something for you there?
>> Thomas,
>> Do you really need all DSDTs on sourceforge web?
>> If yes, I will try to export them and make a whole tarball, put
>> somewhere to let you download.
>>
>> Thanks
>> - Ling
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.4.3 (MingW32)
>Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
>iD8DBQFFAbhsM+ThSqsPpFsRAv8kAKDfqaXFcJY+jiCPD0LXwRl3eqVZ+gCgoBet
>dfEiIamd2Sp+fGZOLYyMCss=
>=QHcE
>-----END PGP SIGNATURE-----
>-
>To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2006-09-09  7:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-08 16:04 DSDT database Thomas W. Carley
2006-09-08 16:38 ` Len Brown
2006-09-08 17:00   ` Thomas W. Carley
  -- strict thread matches above, loose matches on Subject: below --
2006-09-08 16:41 Moore, Robert
2006-09-08 17:52 Yu, Ling L
2006-09-08 17:54 ` Thomas W. Carley
2006-09-08 18:37 ` Thomas W. Carley
2006-09-09  7:47 Yu, Ling L

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