Date: Fri, 14 Apr 2006 18:06:22 +0900 (JST) From: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org> To: nate@root.org Cc: acpi@freebsd.org, current@freebsd.org Subject: Re: CFR: ACPI Dock driver Message-ID: <20060414.180622.30189283.iwasaki@jp.FreeBSD.org> In-Reply-To: <443F54DF.3080809@root.org> References: <443C027B.7050002@root.org> <20060413.012156.56054177.iwasaki@jp.FreeBSD.org> <443F54DF.3080809@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, > I looked and found you use acpi_GetReference() already in acpi_dock.c. > So no idea what I meant, must have misread something. OK, understood. > One other thing: you explicitly call _INI. acpi-ca should be doing > that for you already, is it not? According to nsinit.c:AcpiNsInitOneDevice(), _INI is never be called when _STA return zero (the value if undocked). Also _INI is called only in acpi_dock_attach(), so I think it doesn't hurt anything. I'll try to test this more tonight... Thanks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060414.180622.30189283.iwasaki>