diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-01-03 05:45:00 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-01-03 05:45:00 +0000 |
commit | 36fd6265d14e70e4008de457d4964a8ab99fd6e9 (patch) | |
tree | 7e596e599dd7f34322d8ba710a2649685b28d702 | |
parent | 9b3f77e0780cb828bd791c1c2e5b9ebbab36881a (diff) |
Uncomment bcw_powercontrol_crystal_off() for now because it leads to
a panic later.
-rw-r--r-- | sys/dev/ic/bcw.c | 4 |
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. |