summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/csa.c
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2003-08-14 22:09:10 +0000
committercg <cg@FreeBSD.org>2003-08-14 22:09:10 +0000
commitdad4c06c94ddabf20a85c94c55abd14dc7b7fc60 (patch)
treea43ad391e78b54df4c9fcb8c14928d501bf126de /sys/dev/sound/pci/csa.c
parentd647a00dc323eab7097c63997b8b974374b96fa6 (diff)
downloadFreeBSD-src-dad4c06c94ddabf20a85c94c55abd14dc7b7fc60.zip
FreeBSD-src-dad4c06c94ddabf20a85c94c55abd14dc7b7fc60.tar.gz
disable resume code implementing panic().
this needs to be reimplemented properly.
Diffstat (limited to 'sys/dev/sound/pci/csa.c')
-rw-r--r--sys/dev/sound/pci/csa.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c
index 6361f3e..5671e86 100644
--- a/sys/dev/sound/pci/csa.c
+++ b/sys/dev/sound/pci/csa.c
@@ -363,9 +363,14 @@ csa_detach(device_t dev)
static int
csa_resume(device_t dev)
{
+#if 0
+ /*
+ * XXX: this cannot possibly work
+ * needs to be properly implemented
+ */
csa_detach(dev);
csa_attach(dev);
-
+#endif
return 0;
}
OpenPOWER on IntegriCloud