CFR: ACPI Dock driver
Mitsuru IWASAKI
iwasaki at jp.FreeBSD.org
Fri Apr 14 09:06:59 UTC 2006
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
More information about the freebsd-acpi
mailing list