From owner-cvs-all Tue Feb 25 21:37:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0869A37B401; Tue, 25 Feb 2003 21:37:32 -0800 (PST) Received: from axe-inc.co.jp (axegw.axe-inc.co.jp [61.199.217.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2763943FBF; Tue, 25 Feb 2003 21:37:30 -0800 (PST) (envelope-from takawata@axe-inc.co.jp) Received: from axe-inc.co.jp ([192.47.224.47]) by axe-inc.co.jp (8.9.3+3.2W/3.7W) with ESMTP id OAA15688; Wed, 26 Feb 2003 14:37:22 +0900 (JST) Message-Id: <200302260537.OAA15688@axe-inc.co.jp> To: "M. Warner Losh" , 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 In-reply-to: Your message of "Tue, 25 Feb 2003 22:21:40 MST." <20030225.222140.22550727.imp@bsdimp.com> Date: Wed, 26 Feb 2003 14:38:51 +0900 From: User Takawata Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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