From owner-cvs-all Wed Aug 9 0:15: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65C6837BDDA; Wed, 9 Aug 2000 00:15:04 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA80956; Wed, 9 Aug 2000 00:15:04 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200008090715.AAA80956@freefall.freebsd.org> From: Nick Sayer Date: Wed, 9 Aug 2000 00:14:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci solo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/08/09 00:14:57 PDT Modified files: sys/dev/sound/pci solo.c Log: A couple of cosmetic fixes, plus a biggie: When checking the DMA position, channel 1's dma position register must be quiescent. So the driver will spl, pause the DMA, delay a bit and hold as still as possible while snapping the picture. I'm sure there HAS to be a better way to do this, but if there is, it's not documented. So far as I can tell, this fixes recording, which means the Solo is open for business. Revision Changes Path 1.8 +19 -4 src/sys/dev/sound/pci/solo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message