]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Centralize DMA buffer configuration.
authorOrion Hodson <orion@FreeBSD.org>
Wed, 4 Apr 2001 13:48:33 +0000 (13:48 +0000)
committerOrion Hodson <orion@FreeBSD.org>
Wed, 4 Apr 2001 13:48:33 +0000 (13:48 +0000)
commit8b330062da331ad4b79d7baf5a8e51cf464d1712
treed5bf66e2fe581332f6f1db46b1cd5cb2557096bf
parent83c9589f7e66398a83d03e1eb02830f20bd22832
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 <gandalf@vilnya.demon.co.uk>
sys/dev/sound/pci/cmi.c