summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_de.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-09-07 13:32:15 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-09-07 13:32:15 +0000
commite3478835673f4bfecf68c3967e773e450702a5e8 (patch)
tree21c38e746a4158359d126f7266ea89ba1239a30a /sys/dev/pci/if_de.c
parente9172b6df6baff6880368579382eff0b99e44a50 (diff)
do not try to restore the spl level two times in a row.
ok martin@
Diffstat (limited to 'sys/dev/pci/if_de.c')
-rw-r--r--sys/dev/pci/if_de.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c
index f158a31ecc1..3231d291da2 100644
--- a/sys/dev/pci/if_de.c
+++ b/sys/dev/pci/if_de.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_de.c,v 1.77 2005/09/06 16:03:40 brad Exp $ */
+/* $OpenBSD: if_de.c,v 1.78 2005/09/07 13:32:14 brad Exp $ */
/* $NetBSD: if_de.c,v 1.58 1998/01/12 09:39:58 thorpej Exp $ */
/*-
@@ -140,7 +140,6 @@ tulip_timeout_callback(
sc->tulip_flags &= ~TULIP_TIMEOUTPENDING;
sc->tulip_probe_timeout -= 1000 / TULIP_HZ;
(sc->tulip_boardsw->bd_media_poll)(sc, TULIP_MEDIAPOLL_TIMER);
- TULIP_RESTORESPL(s);
TULIP_PERFEND(timeout);
TULIP_RESTORESPL(s);