OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Jacob Meuser (jakemsrcvs.openbsd.org)
Date: Thu Oct 02 2008 - 13:29:40 CDT


CVSROOT: /cvs
Module name: src
Changes by: jakemsrcvs.openbsd.org 2008/10/02 12:29:40

Modified files:
        sys/dev/pci : auvia.c auviavar.h

Log message:
according to the alsa driver for these devices, the hardware provides
256 buffer descriptors, and the 256th descriptor is flakey. this
driver uses one descriptor for each block of the buffer, so we need
to make sure buffer size / block size < 256, or we will run out of
usable descriptors.

lets me play youtube videos via gnash on my auvia equipped machine.

ok ratchov