diff options
author | imp <imp@FreeBSD.org> | 2001-07-09 16:06:06 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-07-09 16:06:06 +0000 |
commit | d5a4de320ff715932d1878580aacd2e0a6a24762 (patch) | |
tree | cfb1ae9e40942cb17f81783c15910332460c32d0 /sys/pccard | |
parent | cec87687d87dbe9afc7fa7e9cba29d080f82fda0 (diff) | |
download | FreeBSD-src-d5a4de320ff715932d1878580aacd2e0a6a24762.zip FreeBSD-src-d5a4de320ff715932d1878580aacd2e0a6a24762.tar.gz |
Note that spls are noops
Diffstat (limited to 'sys/pccard')
-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 752ce0a..49c492c 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. */ |