summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2007-01-03 05:44:59 +0000
committermglocker <mglocker@openbsd.org>2007-01-03 05:44:59 +0000
commite7b2695af32ff11b4c46bcb59309e4daf72fd6b7 (patch)
treee2c1efc2e1a8f81ec736b39525654157ed866b1e
parentARGSUSED for lint (diff)
downloadwireguard-openbsd-e7b2695af32ff11b4c46bcb59309e4daf72fd6b7.tar.xz
wireguard-openbsd-e7b2695af32ff11b4c46bcb59309e4daf72fd6b7.zip
Uncomment bcw_powercontrol_crystal_off() for now because it leads to
a panic later.
-rw-r--r--sys/dev/ic/bcw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/bcw.c b/sys/dev/ic/bcw.c
index 74fa3b9a835..848fce0c777 100644
--- a/sys/dev/ic/bcw.c
+++ b/sys/dev/ic/bcw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcw.c,v 1.14 2006/12/28 22:40:57 mglocker Exp $ */
+/* $OpenBSD: bcw.c,v 1.15 2007/01/03 05:44:59 mglocker Exp $ */
/*
* Copyright (c) 2006 Jon Simola <jsimola@gmail.com>
@@ -528,7 +528,7 @@ bcw_attach(struct bcw_softc *sc)
* - Disable the 80211 Core (and wrapper for on/off)
* - Setup LEDs to blink in whatever fashionable manner
*/
- bcw_powercontrol_crystal_off(sc);
+ //bcw_powercontrol_crystal_off(sc); /* TODO Fix panic! */
/*
* Allocate DMA-safe memory for ring descriptors.