Date: Fri, 29 Sep 2000 22:41:39 +0900 (JST) From: "T.SHIOZAKI" <tshiozak@astec.co.jp> To: acpi-jp@jp.freebsd.org, iwasaki@jp.freebsd.org Cc: msmith@freebsd.org, haro@tk.kubota.co.jp, takawata@shidahara1.planet.sci.kobe-u.ac.jp, current@freebsd.org Subject: Re: ACPI megapatch Message-ID: <20000929.224139.70178011.tshiozak@astec.co.jp> In-Reply-To: <20000929220517P.iwasaki@jp.FreeBSD.org> References: <200009290916.e8T9GmA04415@mass.osd.bsdi.com> <20000929220517P.iwasaki@jp.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
Subject: [acpi-jp 691] Re: ACPI megapatch
Date: Fri, 29 Sep 2000 22:05:17 +0900
Message-ID: <20000929220517P.iwasaki@jp.FreeBSD.org>
> > Issues outstanding:
> > - Need to remove superfluous headers
> > - Need to decide the correct split between <sys/acpi.h> and
> > <sys/dev/acpi/acpi.h> in terms of functionality.
> I'd like to move and rename them as I said in my previous mail,
> <sys/acpi.h> -> <sys/dev/acpi/acpi.h>
> shared by both kernel and userland programs
> <sys/dev/acpi/acpi.h> -> <sys/dev/acpi/acpivar.h>
> shared within kernel code (acpi stuff and related drivers)
IMHO, it's desirable to use the name "acpi.h", because of conflict
with the file dumped by /usr/sbin/config.
I love :
fooreg.h : device dependent and implementation independent
structures, macros, and others.
foovar.h : implementation dependent ones.
--
Takuya SHIOZAKI
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000929.224139.70178011.tshiozak>
