All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Thomas W. Carley" <tcarley@embedded-zone.com>
To: "Yu, Ling L" <ling.l.yu@intel.com>
Cc: linux-acpi@vger.kernel.org, Len Brown <lenb@kernel.org>
Subject: Re: DSDT database
Date: Fri, 08 Sep 2006 14:37:32 -0400	[thread overview]
Message-ID: <4501B86C.8010204@embedded-zone.com> (raw)
In-Reply-To: <D352FD896397D04482B87731BD4DBE7FD7C142@bjsmsx401>

-----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-----

  parent reply	other threads:[~2006-09-08 18:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-08 17:52 DSDT database Yu, Ling L
2006-09-08 17:54 ` Thomas W. Carley
2006-09-08 18:37 ` Thomas W. Carley [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-09-09  7:47 Yu, Ling L
2006-09-08 16:41 Moore, Robert
2006-09-08 16:04 Thomas W. Carley
2006-09-08 16:38 ` Len Brown
2006-09-08 17:00   ` Thomas W. Carley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4501B86C.8010204@embedded-zone.com \
    --to=tcarley@embedded-zone.com \
    --cc=lenb@kernel.org \
    --cc=ling.l.yu@intel.com \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.