From 36fd6265d14e70e4008de457d4964a8ab99fd6e9 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Wed, 3 Jan 2007 05:45:00 +0000 Subject: Uncomment bcw_powercontrol_crystal_off() for now because it leads to a panic later. --- sys/dev/ic/bcw.c | 4 ++-- 1 file 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 @@ -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. -- cgit v1.2.3