Previously we were erroneously passing the device softc to
acpi_stype_to_sstate in acpi_wake/run_sleep_prep instead of the ACPI
bus device softc.
This commit adds a quick exception to this which will fix issues this
causes (panic on poweroff) until a nice way to pass this context is
found.
PR: 289634
Sponsored by: The FreeBSD Foundation