Problem seems to be that the reboot notifier for the new aic7xxx driver
is registered in aic7xxx_setup, which only gets called when there are
module or kernel command-line params for aic7xxx. Without reboot
notification and cleanup, the card is left in a bad state at shutdown,
and BIOS does not appear to clean it up during boot.
I think other people have run into the same problem:
http://groups.google.com/groups?selm=20010811.180158.1012502954.2309%40omit.nonsense.bigfoot.com
Workaround is obvious, just feed the module any param to get the
notification registered, like aic7xxx=verbose, then soft reboots work
just fine. Fix would be to register the notifier whether there are
params or not. Also wouldn't hurt to check for SYS_POWER_OFF as well as
SYS_HALT and SYS_DOWN when handling the notify, SYS_POWER_OFF can result
in a halt without actually powering off on some machines.
Matthew
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/