diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-07-09 16:06:06 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-07-09 16:06:06 +0000 |
| commit | 66abd14823fab67c0b1567b0c4e31bf800b54c49 (patch) | |
| tree | cfb1ae9e40942cb17f81783c15910332460c32d0 | |
| parent | a2ddea9863553e285b65baaec74db14ebd6fb53b (diff) | |
Notes
| -rw-r--r-- | sys/pccard/pccard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index 752ce0a1e81e..49c492cf3762 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -120,6 +120,8 @@ power_off_slot(void *arg) * the interrupt unitl after disable runs so that we can get rid * rid of the interrupt before it becomes unsafe to touch the * device. + * + * XXX In current, the spl stuff is a nop. */ s = splhigh(); /* Power off the slot. */ |
