Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/09/2004 01:02:32
Module Name: src
Committed By: mycroft
Date: Fri Jul 9 01:02:32 UTC 2004
Modified Files:
src/sys/dev/pci: auich.c auvia.c cs428x.c eso.c neo.c sv.c yds.c
Log Message:
There's no need to halt the input and output pipes in the close routine --
audio_close() takes care of this.
To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 src/sys/dev/pci/auich.c
cvs rdiff -r1.39 -r1.40 src/sys/dev/pci/auvia.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/pci/cs428x.c
cvs rdiff -r1.35 -r1.36 src/sys/dev/pci/eso.c
cvs rdiff -r1.20 -r1.21 src/sys/dev/pci/neo.c
cvs rdiff -r1.22 -r1.23 src/sys/dev/pci/sv.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/pci/yds.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.