CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/04 07:03:45
Modified files:
sys/dev/ata : ata_wdc.c
Log message:
Use config_suspend() instead of dereferencing ca_activate directly to
support drivers that do not need any specific suspend/resume magic and
do not have an activate function.
config_suspend() will automagically propagate the event to the children
of the driver. Needed at least by kauaiata(4/macppc).
ok deraadt@, mlarkin@
