From 66abd14823fab67c0b1567b0c4e31bf800b54c49 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 9 Jul 2001 16:06:06 +0000 Subject: [PATCH] Note that spls are noops --- sys/pccard/pccard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index 752ce0a1e81..49c492cf376 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. */ -- 2.45.2