Date: Sun, 29 Sep 2002 19:04:45 -0700 (PDT) From: Doug Ambrisko <ambrisko@ambrisko.com> To: Bill Fenner <fenner@research.att.com> Cc: ambrisko@FreeBSD.org, sound@FreeBSD.org, re@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci csa.c Message-ID: <200209300204.g8U24jc90728@ambrisko.com> In-Reply-To: <200209300111.SAA04937@windsor.research.att.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Bill Fenner writes: | | This commit causes my Thinkpad T21 to panic on resume. Can you provide more details where? It works on a bunch of others and people using it are happy. This is the first I've heard of any trouble. I have a A21p. What happens if you compile it in as an kld and do a kldunload before resume and then kldload it after? It's really a trivial change in that it just does a csa_detach(dev); csa_attach(dev); for resumes which shouldn't case any problems. Does your sound work after a resume with this reverted? Do we really need to cross-post to this many lists? Doug A. | >From: Doug Ambrisko <ambrisko@FreeBSD.org> | >Subject: cvs commit: src/sys/dev/sound/pci csa.c | >Date: Tue, 13 Aug 2002 09:18:34 -0700 (PDT) | >To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org | > | >ambrisko 2002/08/13 09:18:34 PDT | > | > Modified files: (Branch: RELENG_4) | > sys/dev/sound/pci csa.c | > Log: | > Bring in suspend/resume patch so sound atleast works after a resume. | > | > Reviewed by: sound (silence) | > | > Revision Changes Path | > 1.8.2.11 +10 -1 src/sys/dev/sound/pci/csa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209300204.g8U24jc90728>