CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/03/28 14:03:19
Modified files:
sys/dev/ic : rtsx.c
Log message:
Prevent a panic during rtsx(4) attachment. If a card is inserted while booting
the interrupt handler can be triggered before sdmmc(4) is attached. In which
case the interrupt handler's futile attempt to handle the newly inserted card
would crash the kernel. ok miod@
