Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Apr 2006 03:21:51 +0900 (JST)
From:      Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
To:        acpi@freebsd.org, current@freebsd.org
Subject:   CFR: ACPI Dock driver
Message-ID:  <20060408.032151.07645075.iwasaki@jp.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hi all

I wrote ACPI Dock driver for RELENG_6 and put at
http://www.freebsd.org/~iwasaki/acpi/acpi_dock-RELENG_6-20060408.tar.gz

Please review and test it.
Testing was done on ThinkPad X40 and X4 UltraBase.

BTW, I'm trying to port this for 7-CURRENT, but the ACPICA function
AcpiNsInitOneDevice() is no longer public in newer version of ACPICA.
Any hints?

Note:
ATA devices are not dock-aware, so you need to detach ATA devices
by `atacontrol detach ata1' before undocking, otherwise the system
will freeze.
# I had not idea where to add DEVMETHOD(device_detach, ata_detach)...

Thanks



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