From dad4c06c94ddabf20a85c94c55abd14dc7b7fc60 Mon Sep 17 00:00:00 2001 From: cg Date: Thu, 14 Aug 2003 22:09:10 +0000 Subject: disable resume code implementing panic(). this needs to be reimplemented properly. --- sys/dev/sound/pci/csa.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/dev/sound/pci/csa.c') 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; } -- cgit v1.1