attempt to deal with situations where the hardware has processed more
authorjakemsr <jakemsr@openbsd.org>
Fri, 6 Aug 2010 00:08:49 +0000 (00:08 +0000)
committerjakemsr <jakemsr@openbsd.org>
Fri, 6 Aug 2010 00:08:49 +0000 (00:08 +0000)
commit4f3b39e60c15055f535747a4aa4d49bc262c5af1
treea2b8096f48819db621dfcf75434dcd4e9f33e218
parentfca26c8f08a50b2597e621370bef424312ff47e8
attempt to deal with situations where the hardware has processed more
than one block of data since the interrupt handler was last run.

when azalia detects these situations, it will print a line to the
dmesg buffer like:

stream 1: swpos XXXX hwpos XXXX, adding intr

getting these messages in itself is not bad, but if audio breaks, I
need to see these messages.  this will be changed to a DPRINTF once
I get more feedback.

ok deraadt
sys/dev/pci/azalia.c