summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-07-09 16:06:06 +0000
committerimp <imp@FreeBSD.org>2001-07-09 16:06:06 +0000
commitd5a4de320ff715932d1878580aacd2e0a6a24762 (patch)
treecfb1ae9e40942cb17f81783c15910332460c32d0 /sys/pccard/pccard.c
parentcec87687d87dbe9afc7fa7e9cba29d080f82fda0 (diff)
downloadFreeBSD-src-d5a4de320ff715932d1878580aacd2e0a6a24762.zip
FreeBSD-src-d5a4de320ff715932d1878580aacd2e0a6a24762.tar.gz
Note that spls are noops
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r--sys/pccard/pccard.c2
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. */
OpenPOWER on IntegriCloud