Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/30/2002 02:20:03
Module Name:	syssrc
Committed By:	pooka
Date:		Sat Nov 30 00:20:02 UTC 2002

Modified Files:
	syssrc/sys/dev/pci: eap.c

Log Message:
Don't use tsleep() in attach, use delay()

This change makes the driver work properly for the following card,
which used to function a bit weird:

eap0 at pci0 dev 10 function 0: Ensoniq CT5880 CT5880C (rev. 0x02)
eap0: interrupting at irq 9
eap0: TriTech TR28602 codec; no 3D stereo


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 syssrc/sys/dev/pci/eap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.