diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-06-13 21:30:29 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-06-13 21:30:29 +0000 |
| commit | 309971e12ed5f4dbb4663595bad04583cc4b11ef (patch) | |
| tree | 1bb871f10354068d2b2acf2d308480525cbd2c8b /sys/dev/pccard | |
| parent | d07c19e566a75750a79a72fc8d33995afa625551 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccard')
| -rw-r--r-- | sys/dev/pccard/pccard.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c index 471840ee5da38..23533c479cb25 100644 --- a/sys/dev/pccard/pccard.c +++ b/sys/dev/pccard/pccard.c @@ -1202,6 +1202,10 @@ pccard_intr(void *arg) * the interrupt will pacify the card enough to keep an * interrupt storm from happening. Of course this won't * help in the non-MFC case. + * + * This has no impact for MPSAFEness of the client drivers. + * We register this with whatever flags the intr_handler + * was registered with. All these functions are MPSAFE. */ if (pccard_mfc(pf->sc)) { reg = pccard_ccr_read(pf, PCCARD_CCR_STATUS); |
