cvs commit: src/sys/dev/sound/pcm ac97.c

Ariff Abdullah ariff at FreeBSD.org
Tue Jun 5 20:30:18 UTC 2007


ariff       2007-06-05 20:30:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pcm    ac97.c 
  Log:
  - Do triple reads on reset register to detect read register bug. 2 reads
    seems not enough to verify its consistencies.
  - Define AC97_MIXER_SIZE as SOUND_MIXER_NRDEVICES (25), since we
    don't need more than that. Stop doing wild and random guess about
    its size since we're stricly bound to it.
  
  Revision  Changes    Path
  1.72      +15 -12    src/sys/dev/sound/pcm/ac97.c


More information about the cvs-src mailing list