From owner-cvs-all Wed Apr 4 6:48:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E571937B71A; Wed, 4 Apr 2001 06:48:33 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: (from orion@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34DmX847022; Wed, 4 Apr 2001 06:48:33 -0700 (PDT) (envelope-from orion) Message-Id: <200104041348.f34DmX847022@freefall.freebsd.org> From: Orion Hodson Date: Wed, 4 Apr 2001 06:48:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cmi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG orion 2001/04/04 06:48:33 PDT Modified files: sys/dev/sound/pci cmi.c Log: Centralize DMA buffer configuration. Simplify initialization and remove offending DMA channel resets there. The resets trash whatever is pointed to DMA registers, but at cmi_attach() time the DMA registers have not been initialized with valid addresses. Reviewed by: Cameron Grant Revision Changes Path 1.6 +39 -54 src/sys/dev/sound/pci/cmi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message