Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2003 14:38:51 +0900
From:      User Takawata <takawata@axe-inc.co.jp>
To:        "M. Warner Losh" <imp@bsdimp.com>, green@FreeBSD.ORG
Cc:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/pccard/pccardc Makefile dumpcisfile.c pccardc.8 pccardc.c src/usr.sbin/pccard/pccardd readcis.c readcis.h 
Message-ID:  <200302260537.OAA15688@axe-inc.co.jp>
In-Reply-To: Your message of "Tue, 25 Feb 2003 22:21:40 MST." <20030225.222140.22550727.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20030225.222140.22550727.imp@bsdimp.com>, "M. Warner Losh" wrote:
>
>: I haven't looked at the compiler, 
>: but I don't think it would be hard at all to do.
>
>Yes.  The hard part is getting all the structures right, keeping it up
>to date, etc.  The linux one is kind of strange, so I'm not sure what
>the right thing to do is...
>
>: Come to think of it, I bet 
>: we could reuse Iwasaki-san's amldb code, and teach it to use CIS instead of
>: DSDT.  
>
>Hey, I'd forogtten about that...  I'll have to look at it.

I cannot imagine how to reuse it.
The amldb(8) is AML interpreter. 
To inject modified DSDT, we use loader function(acpica/Osd/OsdTable.c.)
This is enough in ACPI because ACPI DSDT is only initialized
in boot sequence. 
PCCARD/CARDBUS CIS need to be able to replaced while the OS 
is running.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302260537.OAA15688>